harv
03-06-2002, 12:54/12:54PM
A few months ago I took the plunge and rewrote a
huge chunk of my site supertips.com (some 70
pages) to use CSS. One immediate visual benefit
was the smooth flow as I click from page to page
and see the same layout, colour and format for
headings and text compared for example to the
previous assortment of different size headings and
sub-headings.
Two indispensable free tools which helped me
1) W3C CSS Validation Service
http://jigsaw.w3.org/css-validator/validator-uri.html
This alerted me to invalid CSS which works fine in
Internet Explorer but not in Netscape
2) TidyGui
http://perso.wanadoo.fr/ablavier/TidyGUI/
This cleans up your code and also adds the closing
tags for the elements.
But the most unexpected outcome of all this is
that I no longer need to use a web page design tool
- I just use a text editor (NoteTab)
Harvey
huge chunk of my site supertips.com (some 70
pages) to use CSS. One immediate visual benefit
was the smooth flow as I click from page to page
and see the same layout, colour and format for
headings and text compared for example to the
previous assortment of different size headings and
sub-headings.
Two indispensable free tools which helped me
1) W3C CSS Validation Service
http://jigsaw.w3.org/css-validator/validator-uri.html
This alerted me to invalid CSS which works fine in
Internet Explorer but not in Netscape
2) TidyGui
http://perso.wanadoo.fr/ablavier/TidyGUI/
This cleans up your code and also adds the closing
tags for the elements.
But the most unexpected outcome of all this is
that I no longer need to use a web page design tool
- I just use a text editor (NoteTab)
Harvey