View Full Version : Totally Stupid Question


Mona
11-18-2003, 04:39 AM
I'm in the process of making my first external stylesheet (I know, took me a long time) any I have a couple of questions that I can't find the answer to, probably because they're so stupid :lol:.

Basically when creating your stylesheet, you have all your css codes, but do you need to include the usual webpage basic codes (eg: <html><head><title></title></head><body></body></html>) ? Or can it just be the CSS you need to place in your main site?

Secondly, can you just clarify something for me please? In an external stylesheet do you need to use <style type="text/css"></style> or would that only be applicable if you're including certain attributes in your main html pages?

Thanks, sorry if they're so silly. I ran a search but couldn't come up with anything completely concrete answering my questions, so I thought I'd ask out-right.

darkowl
11-18-2003, 04:46 AM
all you put in a external style sheet is the css code without the <style type="text/css"></style>

Mona
11-18-2003, 05:53 AM
Thank you :D