vForums Support > Programming & Coding :: Programming Discussion :: > DocType
DocType - Posted By Tyson (fithad) on 19th Apr 08 at 1:05am
Ok, I have finally got to working on my portfolio: http://www.tysonhardy.com/
But when I had no doctype and had my style sheet placed inside index, it worked perfectly. Then once I added a doctype and linked to the CSS, it stopped working. Then I took out the doctype, and still the same problem. I think I'm linking to the CSS right, so I have no clue what's wrong. Please help.
Re: DocType - Posted By Dylan (dylan) on 19th Apr 08 at 3:52am
<link rel="StyleSheet" href="stylesheet.css" type="text/css">