Talk:Basic css

From FreekiWiki
Revision as of 10:07, 9 February 2006 by Rfs (talk | contribs) (Tidy helps make style sheets)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)