|
|
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HTML, DHTML, CSS Discuss about HTML, CSS, DHTML, etc.. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Heres the problem:
I'm re-doing my site and I'm having trouble using my style sheets in the HTML files that are found in folders. Heres an example. I have an entire folder named YataZen. Inside that folder is index.html and a folder called style. Inside style are my CSS and corresponding images. Now, in the YataZen folder, I made a new folder called Media. Inside Media, I have media.html. It uses the same code as my index page. But now media.html displays as if the style sheets are not there. I use two style sheets, HTML Code:
<link rel="stylesheet" type="text/css" href="style/style.css" /> <link rel="stylesheet" type="text/css" href="style/colour.css" /> Meaning the /media/ would represent a folder. Thanks, Yata
__________________
Light always travels faster than sound. This is why some people appear bright before you hear them speak. YataZen - Redefining the Norm |
|
|||
|
Aha. I found a work around which I doubt is the right way, but hey, what works, works:
<link rel="stylesheet" type="text/css" href="www.yatazen.com/style/style.css" />
__________________
Light always travels faster than sound. This is why some people appear bright before you hear them speak. YataZen - Redefining the Norm |
|
|||
|
Well, maybe you should stick to the basics. Use the WYSIWYG eiditor instead of complicated HTML.
- Harvey's Owner
__________________
2 Bunny's World! Come to my forum! A fun new twist on the Classic club penguin or runescape forum! Discuss everything and anything! Weather you wish to trade items on runescape, meet your friends in club penguin, or have a fight on robot rage, this is the place for you. The URL is easy to remember also, because it is what it says! http://alittlebetterforum.forumotion.com |
|
|||
|
What?
The only two languages I know are XHTML and CSS. I don't want to revert to using tables, if thats what you mean.
__________________
Light always travels faster than sound. This is why some people appear bright before you hear them speak. YataZen - Redefining the Norm |
|
|||
|
your code:
Quote:
Quote:
|
|
|||
|
Thank you!
I'll just change the <link> tags right before I publish it then.
__________________
Light always travels faster than sound. This is why some people appear bright before you hear them speak. YataZen - Redefining the Norm |
![]() |
| Thread Tools | |
| Display Modes | |
|
|