Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
TDHCharles #1
Contribute Driving me Crazy!... Help!
:confused;
I have built a site using standard XHTML 1.0 Transitional practices and one of
my div layers (footer) is positioned absolutely to the bottom of the screen.
When editing any page in Contribute that div floats over content in the editor
and covers part of the page making edits impossible! I read a tooltip about
using ASP code to include your css like so:
<%
Dim cssFile
cssFile="footer.css"
Response.Write "<link href='./css/" & cssFile & "' rel='stylesheet'
type='text/css'/>"
%>
Supposedly the Contribute editor will not read in the style sheet because it
does not run the ASP code. At one time I thought I had that working, but when
I go into edit mode I still see my footer! Can anyone give me some quick
advise? Are there any CSS tricks to making a div disappear inside the
Contribute editor that I am unaware of?
Thanks much!
Charles
TDHCharles Guest
-
InCopy driving me crazy
hi, im using Indesign and InCopy CS2, when i create assignments for Incopy,editors cant see all images in the layout,and sometimes not even the... -
styles driving me crazy!
My website was set up using Dreamweaver 6.1 on a Windows pc. I'm trying to edit pages using Contribute 3.1 on a Mac. Every time I sect text and... -
Charset driving me crazy!
Hello! This is driving me crazy. I use php to query MySQL. Then the results are displayed on a webpage. All accented characters, umlauts, etc.... -
CDONTS is driving me crazy. Please help !!!
Hi, I am trying to create a web page in ASP where the user enters their name and email address, and when they submit the form, an email is... -
focusManager driving me CRAZY!
First off, you want to address the focusManager on _root _root.focusManager.setFocus(myTextBox) The problem I am having, is that when I set... -
TDHCharles #2
Re: Contribute Driving me Crazy!... Help!
Does anyone know the answer to this question? I'm just trying to make a style be hidden when editing a page in contribute. In other words, I want to turn off a div.
Charles
TDHCharles Guest
-
abna #3
Re: Contribute Driving me Crazy!... Help!
I don't know asp, but in cold fusion we were able to have things not show up in
edit mode by having them in an include file that was called with an absolute
link, like this:
<cfinclude template="/11k/scripts/inc-footer.cfm" />
abna Guest



Reply With Quote

