Hi, this issue has been causing me some issues and I am hoping some one may
hold the answer. I have searched high and low but not able to find the
answer
to this...
I have dreamweaver MX, I use a style sheet on an absolute URL in my
dreamweaver HTML files as follows.
<link href="http://mysite/CSS/stylesheet.css"
rel="stylesheet"
type="text/css">
When I edit a HTML file in dreamweaver that has this refernce in it I get
no
options in my style sheet menu to select my defined styles in the style
sheet.
I know the style sheet works as if I preview this page in Internet
Explorer or
firefox it loads the page and appllys my styles to it so it looks
completely
differnt to what it looks like in Dreamweaver.
I have found if add this link into dreamweaver it works giving me my
options
for my styles so I can format my page and it shows correctly in
Dreamweaver.
<link
href="file:///Q|/Do***ents%20and%20Settings/BOBO/Desktop/CSS/stylesheet.css"
rel="stylesheet" type="text/css">
The only thing that differs from each links is the location, the one
stored
locally works fine but the one on the website will not work and
dreamweaver mx
will not access it.
I then tried the exaxt same scenario in Dreamweaver 8 and using both
links
locally and absolute it works on both links perfectly fine and I can see
my
stlye sheet options. So it seems Dreamweaver 8 is able to connect to both
a
locally stored style sheet and an absolute URL and allow me to use my
style
sheeta but Dreamweaver MX is not allowing access to absolute URL's.
Can anyone tell me if there is a setting or something I need to configure
within dreamweaver mx to allow it to connect to an absolute URL style
sheet?
Any help appreciated...