Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
ejpedersen #1
Re: Adding new div's on a page
I'm having the same issue here. Its a how stopper for us if we can't get this resolved as we just redesigned our templates to take full advantage of CSS.
ejpedersen Guest
-
Contribute 2 overlapping DIV's
I'm far from an expert in CSS and layout design. I've got a simple template with left navigation defined in a DIV. Inside that box I've got boxes... -
adding a page dictionary
Hi, I am creating a pdf file using PDF library, insert some pages and draw some graphics on these pages. Some pages were left blank for which i... -
Adding SWF to Front Page
I have downloaded the trial version of Flash Professional 8. I have created a SWF but am having trouble getting the SWF to play in Front Page? ... -
Linking the Heights of 2 div's
I want to link the height of 2 divs that are side by side in the body of my website. The 1st div's height is determind by the amount of text... -
DIV's and images
I am using CSS and DIV tags and in serting images for the "wrapping" of the text effect aroud the images. How do you create padding between the... -
LDudd #2
Re: Adding new div's on a page
Would defining some paragraph tag classes fix the problem?
LDudd Guest
-
tcervo #3
Re: Adding new div's on a page
For my example, that won't work. The floated div allows the text to properly
float around the image (and also, the css properties of the div allow for a
drop shadow on the image), so just styling a p tag and putting the image inside
doesn't work.
Also, that was just one example. There are many other instances when you may
want to add a div (either a class or id) to the page.
tcervo Guest
-
LDudd #4
Re: Adding new div's on a page
ah okay I see the problem,
CT is powerful but not so powerful, CT3 does allow you to open pages in
external applications (which i dont like imho) which is possibly one way to go.
Another idea sounds a bit large, but how about having predefined templates
with the divisions containing editable regions already set up?
sounds like a lot of work, but may be the only way that you end up getting the
different looks you are after without having to teach all your end users HTML.
LDudd Guest
-
tcervo #5
Re: Adding new div's on a page
I think a better solution would be for the next update of CT to include the
ability to add snippets to shared assets. Adding library items is ok, but
doesn't allow for adding editable items. For example, if I could create a
snippet for my floated images with drop shadow:
<div class="img-dec"><img src="/images/example.gif" height="100" width="100"
alt="Temp Image" /></div>
Then, the user can just drop the snippet onto the page, double click the temp
image, then point to whatever image they want to use. Problem solved. Snippets
could solve tons of problems, imo.
tcervo Guest



Reply With Quote

