Hey there everyone, i am having difficulties trying to code my css file so that it correctly displays my website in Firefox and Internet Explorer as intended.

I have validated both my html and css yet that still hasnt resolved alongwith identifing the charset in different areas within the head of the html file. My webiste is http://www.vaguelines.com to understand what i am talking about.

Can anyone walk me through what I need to do to get a solution?

Any help would be much appreciated as this is slowly giving me a headahce.

Thanks alot

Recommended Answers

All 3 Replies

You aren't linking to your style sheet correctly, instead of:

<link href="./css/style.css" type="style/css" charset="utf-8" rel="stylesheet">" it should be
<link rel = "stylesheet" type = "text/css" href = "/css/style.css" />

Note the 'text/css'

AHarrisGsy! Your a Legend thank you soooo much was doing my head in.

Thanks alot mate

No Problem, don't forget to mark the question as solved so that others know (and a thumbs up wouldn't hurt.... :P)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.