Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
jpschenck #1
css link not working
I recently changed servers. now when contribute users edit their pages the
font and css formats are gone. I can go into manage css in dreamweaver and
attach the external style sheet to fix the problem but their are many pages.
when i look at the html i see the external css is still attached. The external
style sheets are attached in the template script. when you view the page
before editing and from the web it looks correct. I have provided a link to an
example page. Any help would be appreciated.
[url]http://www.ci.sunnyside.wa.us/parksandrec/sports.htm[/url]
jpschenck Guest
-
External CSS link not working
:confused; How can I fix this problem. I want to be able to link to the stylesheet on my local PC, and have it work when I upload the document... -
link not working
Hello.. I'm trying to troubleshoot a link on two of my CF pages..(a small pdf library running MSSQl database) On one page this link works: ... -
ge dynamic XML to working URL link
Hello, There is probably an easy solution. I am importing an xml document, it gets sorted by a dropdown which reorders the other fields. The... -
Can't get text link to URL working
I'm trying to get a word in a text sprite to link to a URL. I'm using text inspector to input the link. When I play the movie, from within Director... -
Link to movies not working
When I include a movie in my project on my PC, it creates a path such as c:\projects\video\movie.mov. I then created my projector, brought it over... -
mzanime.com #2
Re: css link not working
The the CSS is being called from within a script block, or from a server side include then it won't display while the page is in edit mode.
No dynamic code or scripts are parsed in edit mode.
mzanime.com Guest
-
RobIngram #3
Re: css link not working
We've had the same problem, as many people seem to having done a search of the
forum.
The only fix I have been able to find is to use an absolute path to the CSS
file rather than a relative path e.g. "/css/stylesheet.css" rather than
"../css/stylesheet.css".
IMO this is a bug in Contribute given that a relative path is perfectly legal
(x)HTML.
It is quite a pain when developing a site on a server that doesn't have the
same path to the root of the site as the live server.
RobIngram Guest
-
RobIngram #4
Re: css link not working
OK, I seem to have found the reason for our problem.
Some of the folders in the path to our site include capital letters. This has
no effect in a URL but obviously causes problems when Contribute is creating an
absolute path to the CSS from the relative one in the link tag. Editing the
URL of the connection to have the correct capitalisation seems to resolve the
issue.
Sadly, this doesn't appear to be the problem with your site but I thought it
may apply in other cases.
RobIngram Guest



Reply With Quote

