HighDots Forums  

Really need help with CSS path

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Really need help with CSS path in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
slakker01
 
Posts: n/a

Default Really need help with CSS path - 11-04-2004 , 02:31 PM






Hi all.. I know this topic has been discussed here many times already, i just
can't find a solution to what I need to do..

I need the CSS style sheet to apply to my pages properly both on the web
server and while i'm designing the site in Dreamweaver..

Here's my folder structure:

\\Local_Network_Srv\Pages\developtment\sys\wwwroot
wwwroot is my Root folder with many different sites as subfolders.. Then I
have my parent folders that will be used for all sites within:

wwwroot/Templates
wwwroot/CSS
wwwroot/images

Now, let's take this site for example:
wwwroot/Financial

I've built a template, within the template I applied a stylesheet like so..
<link href="../CSS/styles.css" rel="stylesheet" type="text/css">

When I create a page using this template and save it to the same Financial
folder, the CSS is all visible when i'm editing the page within DW, but when I
upload it to the web server , none of the CSS is working..

And when I check that new page's code, the CSS link shows up like this...

<link href="/CSS/styles.css" rel="stylesheet" type="text/css">
without the double-dots..

How can I fix this? Unfortunately I can't even show this to you because it's
all on the intranet.. but I would really appreciate any help.

Thanks!


Reply With Quote
  #2  
Old   
2bee
 
Posts: n/a

Default Re: Really need help with CSS path - 11-04-2004 , 03:02 PM






Relative to site or relative to document, please check.

My use: <link href='leftNav.css' rel='stylesheet' type='text/css'>

Reply With Quote
  #3  
Old   
slakker01
 
Posts: n/a

Default Re: Really need help with CSS path - 11-04-2004 , 03:10 PM



I don't know what it's relative to, but the code I'm using is listed in my post
above..
first what I'm manually entering into the template, and then the code what the
pages using my template end up with..


Reply With Quote
  #4  
Old   
2bee
 
Posts: n/a

Default Re: Really need help with CSS path - 11-04-2004 , 05:32 PM



My CSS link has no dots or forward slashes!!!!!!!!!!

<link href='leftNav.css' rel='stylesheet' type='text/css'>

Dreamweaver does do strange things.

Check the code

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.