![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
rwalrus wrote: The site validates ok: The html validator misses what the CSS validator catches. Check line 18. I think that you want '/>' not '>' at the end of the opening part of the <a.............. / element, because you're in XHTML strict doctype. |
#4
| |||
| |||
|
|
I've maintained an online portfolio for a while, just discovered this group and would love some feedback. The site validates ok: http://www.ryanwsims.com |
#5
| |||
| |||
|
|
mbstevens wrote: rwalrus wrote: The site validates ok: The html validator misses what the CSS validator catches. Check line 18. I think that you want '/>' not '>' at the end of the opening part of the <a.............. / element, because you're in XHTML strict doctype. I assume you mean this line: a style="[snip]" href="[snip]"><img alt="Get Firefox!" title="Get Firefox!" src="[snip]" /></a Since the <a> tag spans the <img> tag (<a><img /></a>), wouldn't it be wrong to have it <a..../><img />? Perhaps I'm confused, but the line see |
#6
| |||
| |||
|
|
I don't really know at this point. |
#7
| |||
| |||
|
|
I've maintained an online portfolio for a while, just discovered this group and would love some feedback. The site validates ok: http://www.ryanwsims.com Is this your site? |
#8
| |||
| |||
|
|
It's odd that in your code there is no space between the '"' and 'href', but I don't think that's strictly illegal. "......"href="http://www.spreadfirefox.com/?q=affiliates&id=0&t=67" Yes, column 65 is at the beginning of href. Apparently the CSS |
#9
| ||||||
| ||||||
|
|
rwalrus wrote: I've maintained an online portfolio for a while, just discovered this group and would love some feedback. The site validates ok: http://www.ryanwsims.com Is this your site? No background (or foreground) color for body. |
|
Some of the borders are so subtle as to be invisible. Ah! Never mind. The nav borders are white and I have a default non-white background. |
|
The same color mouseover is used for links, and not-links. Hmm. A bit confusing. Also the hover background reduces the contrast and readability. |
|
Underlining has become standard for links. A different form of emphasis would be appropriate. Besides, either underlining or bold is enough, no need for both. |
|
You have some interesting experience and skills. What are you offering? What are you seeking? |
|
-- jmm (hyphen) list (at) sohnen-moe (dot) com (Remove .AXSPAMGN for email) |
#10
| |||
| |||
|
|
rwalrus wrote: mbstevens wrote: rwalrus wrote: The site validates ok: The html validator misses what the CSS validator catches. Check line 18. I think that you want '/>' not '>' at the end of the opening part of the <a.............. / element, because you're in XHTML strict doctype. I assume you mean this line: a style="[snip]" href="[snip]"><img alt="Get Firefox!" title="Get Firefox!" src="[snip]" /></a Since the <a> tag spans the <img> tag (<a><img /></a>), wouldn't it be wrong to have it <a..../><img />? Perhaps I'm confused, but the line see Yes, actually what I described shouldn't be the error. I must have been having a flu moment. It's odd that in your code there is no space between the '"' and 'href', but I don't think that's strictly illegal. "......"href="http://www.spreadfirefox.com/?q=affiliates&id=0&t=67" You could be right (in your other post) that it's the query string making the validator complain. Maybe using ? for the question mark? I don't really know at this point. |
![]() |
| Thread Tools | |
| Display Modes | |
| |