OK thanks, so Rel means what? Type means expect a CSS file and href is file name.
So my CSS commands would then be formated according to my external style sheet?
Nothing else to be done?
Span
9:00 pm on Nov 4, 2004 (gmt 0)
Yes. And don't put <style> or <!-- comment --> tags in the .css file.
Essex_boy
9:02 pm on Nov 4, 2004 (gmt 0)
AHHAHHAHAH Now I know what Iwas doing wrong! Id put <!---- tags in .
Thanks
Lance
9:05 pm on Nov 4, 2004 (gmt 0)
But /* Comment Tags */ are okay, aren't they?
<added>Timing is everything...</added>
[edited by: Lance at 9:08 pm (utc) on Nov. 4, 2004]
encyclo
9:06 pm on Nov 4, 2004 (gmt 0)
Don't forget the extremely useful CSS validator [jigsaw.w3.org] which will help identify any problems with the stylesheet. The CSS file should only include the CSS rules, with no HTML at all. To add a comment, you use the following syntax: