Help with applying stylesheets

hey, im just coming into web design applying xhtml and css and im by using this program called Araneae. It doesnt have hundreds of fancy features that many editors do, and i favor it clean. Concerning made a very simple css stylesheey named stylesheet. css and i tried putting the item into my code however it wont do anything. what am i doing wrong

< head>
< title> Virtual Library< /title>
< connection href=" stylesheet. css" type=" text/css" rel=" D: \Documents and Settings\nameyoudontkno\Desktop\foldername" />

< /head>

(note, this code is just a fragment of what i have in a cell phone my text and stuff will look fine)

Well your link reference is incorrect. That the HTML file is within the same folder because. css file in that case change your signal to this

HTML:
< connection rel=" stylesheet" href=" stylesheet. css" type=" text/css" /> 

.

This entry was posted in Web Design and tagged , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *