View Single Post
11-06-2011, 08:04 PM
#1
BUrgy is offline BUrgy
Status: I love this place
Join date: Feb 2007
Location: under your bed
Expertise:
Software:
 
Posts: 589
iTrader: 2 / 100%
 

BUrgy is on a distinguished road

Send a message via AIM to BUrgy Send a message via MSN to BUrgy

  Old  problem linkings css to html page

Hi, I'm currently attempting to follow a tutorial on coding a very simple site and am having some problems linking my style.css page to my html page.

I have inserted the code <link href="mysite/style.css" rel="stylesheet" type="text/css" media="screen" /> in the <head> tag right bellow the title tag.

The "website" it's uploaded to is www.mountaineerevents.com/mysite if you need to take a further look at the code.

If anyone can please take a look at this and hopefully point out what I am doing wrong that would be greatly appreciated. Thank you.

I have also tried viewing the website offline with the href="style.css" and still does not appear to make a difference.

Note: I am also very aware that I only have a few lines of css but I believe it should be at least centered to the page from what I have there, and do not want to move further through the tutorial until I get this right.

Thank you again in advance.