![]() |
|
|
#1 (permalink) |
|
Junior Member
Join Date: May 2008
Posts: 3
|
I've develped a website and I did something wrong with CSS. The page should start at the top of the page but it's down further than where it should be. Please help.
http://aroundtheoctagon.com/Interviews.html I can send someone the code if they think they can figure out what I did wrong. |
|
|
|
|
|
#2 (permalink) |
|
Junior Member
Join Date: May 2008
Posts: 3
|
You are sourcing the external stylesheet wrong. You have a local path defined instead of the path of where it is on your server.
You have: <link rel="stylesheet" href="file:///C|/Program%20Files/Macromedia/Dreamweaver%208/Configuration/BuiltIn/PageDesigns/styles/emx_nav_right.css" type="text/css" /> and the 'href' should be pointing to where you have the stylesheet saved on the server. Because you have it locally you can see it styled offline but it needs to be pathed correctly for the server side. |
|
|
|
|
|
#3 (permalink) |
|
Junior Member
Join Date: Jun 2008
Posts: 4
|
I was looking at your source code and it doesn't seem like you made any reference to your source code other than attaching it to your <head>. To use the CSS you would have to do some thing like this: <div class=style0>. You put other things in the 'class=' sentence. Such as 'mast head' or 'skiplinks'. While all you have in your CSS is style0, style1.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|