J
Jenn
dorayme said:"Jenn" <[email protected]> wrote:
Usually, at least as far as I know, nothing you do in an external
CSS sheet can help the HTML validate. The HTML stands on its own
in many ways. Sometimes some faulty insertion of CSS can confuse
the HTML, but if the fault is purely confined to the CSS itself,
it contributes nothing to the validation of the HTML
Well, I had to take out table and td background images and put them into the
style sheet in order for the html to validate.
Don't be. Be patient and don't let the nastier parts of the
culture that resides here get to you.
I didn't really expect that sort of a response from Adrienne.
My "Yes, it validates so that eliminates many possible mistakes
in the markup, so that is good." - see above - was meant as
praise for you.
You won't screw it up because you can get assistance here. The
faults that the CSS validator picked up were not big ones. I
tried to explain about units in my DIV example above. If you say
width: 80 for any element's style, you need to add units. 80px,
80%, 80em; and so on. These may seem minor things but they need
to be got right otherwise the styles you are asking the browser
to display will not work.
I don't believe I put any widths in the style sheet as I usually put those
on the <tables> or <td>'s ...... I'm not even sure how to go about doing
that in a style sheet without having so many separate styles it would drive
me crazy trying to remember them all. I mean lots of td's with different
widths.... the validator didn't allow table tags to have height="" tags so
those had to go in the td's too. Oh.. and that style sheet still contains a
few styles that I just need to delete that don't work anymore with that set
of pages. I was just too tired to go through it.
I can easily imagine how awful it sounded to be told this and I
have said my piece on this elsewhere. It was just another unwise
and insensitive charge against you.
thanks ..... guess I'm tired because I stayed up pretty late editing stuff.
It was fun giving it a try, tho. I almost gave up when the first page
totally broke when I added the doctype.. then I had to find a charset that
worked. I spent some hours this morning finishing up all the pages that are
iframed content. Each of those validated at the http://validator.w3.org/.
I thought I was done several times until I'd find another page I missed. It
was quite picky as far as finding every error possible, so I thought I had
done a good job getting like 62 pages to validate.