|
Tailslide -> RE: css (2/5/2009 7:38:51)
|
Nope you need HTML - that governs the structure of the content - then you use CSS to style that. So you'd have the content, surrounded by the semantic, valid HTML with class or id names if required and the occasional div. Then you'd have your stylesheet which would tell the browsers how to display that markup - e.g. float a particular div or have a particular paragraph emboldened. Your best bet is to look through a few tutorials - www.htmldog.com is excellent, as is cssbasics.com
|
|
|
|