Talk:Basic css

From FreekiWiki
Jump to navigation Jump to search

If you have a non-css html page that you want to convert to style sheets, tidy can get you part way there:

tidy -c test.html > woohooo.html

This takes all the stuff that should be in a style sheet and makes a style sheet within the header for you. From there you'll want to search and replace to change the names of classes, etc. But it's a start. RfS 09:07, 9 Feb 2006 (PST)