Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
JoBean3 #1
Viewing aspx page in C3 - Style Sheet not found
I have several aspx pages that will be edited by someone who uses Contribute.
The aspx page inherits its page layout, page title, keywords, style sheet, page
banner, and navigation links from a user control stored in a different project
directory. This works just fine when viewed in any web browser. The problem is,
when the aspx page is viewed in Contribute 3, the style sheet is not found. The
user cannot select a style from the list, and all page text appears in default
Times New Roman font.
I tried adding
<HEAD>
<LINK REL="stylesheet" TYPE="text/css" HREF="/inc/style.css">
</HEAD>
to the top of the aspx page. That didn't work. So I changed it to just <LINK
REL="stylesheet" TYPE="text/css" HREF="/inc/style.css">
That didn't work either. Is there something I can place at the top of the aspx
page to link to the style sheet, so Contribute can find it? Maybe I just have
the syntax wrong? Please advise.
Thank you.
JoBean3 Guest
-
Style sheet problem
Hi everyone, I've had to export a whole heap of text from a Quark document so that it ends up in Microsoft Word. The document came across into... -
Contribute Style Sheet
I am having a problem with the style sheet updating for users once i change it. I created some new styles for users to to use but they are not... -
Style Sheet not found when editing an aspx page - C3
I have a dot net project. If I view the web pages in the Contribute browser, they look fine. So, Contribute is able to find/figure out the aspx... -
Open Web Page not picking up Style Sheet
Hi Everyone, I'm using Adobe Acrobat 5.0 on Windows XP and would like to create a PDF file of my website. However, it does not pick up the... -
HELP: No POST data found from a ASPX Script HTTPWebRequest into a PHP Page
We are working with a vendor who is trying to post some some XML data to us. They are using an ASPX script to post to a PHP page of ours. The... -
zhayhieed #2
Re: Viewing aspx page in C3 - Style Sheet not found
or pages with certain extensions the graphics and other dependent files are not
uploaded and the published page has broken links instead of the the graphics.
The problem is caused by a file missing from the Contribute installer. The
file is named Extensions.txt and belongs in the Configuration folder. On
Windows the default path is C:Program FilesMacromediaContribute 3Configuration
and on the Macintosh the default path is: /Applications/Macromedia Contribute
3/Configuration/.
[url]http://www.macromedia.com/go/19569[/url]
zhayhieed Guest
-
JoBean3 #3
Re: Viewing aspx page in C3 - Style Sheet not found
Thanks much.
Unfortunately, this version of Extensions.txt is the same as the one installed
on my machine.
When I view pages in the Contribute browser, everything renders fine. So I
know Contribute is understanding the aspx/ascx structure of this project.
However, as soon as I go to edit a given aspx page, the style sheet is just not
found at all.
This is a problem. If you a have any other ideas, I'd much appreciate hearing
them. Thanks.
JoBean3 Guest
-
abna #4
Re: Viewing aspx page in C3 - Style Sheet not found
In dreamweaver, I had the same issue and found that it was because the link to
the css was absolute instead of relative. I haven't tried it out in Contribute
yet, but that may be the issue there, too. Try <LINK REL="stylesheet"
TYPE="text/css" HREF="../style.css"> or whatever the relative path is to your
css to see if that helps.
abna Guest



Reply With Quote

