Help with creating a dynamic length webpage in DW?

Status
Not open for further replies.

aim high

New member
Jun 3, 2008
335
5
0
I want to make a template of a webpage where i have a content box where i can add what ever i want and the page will grow with the content. any tutorials or help out there? i cant seem to find any. also in dream weaver, when i try to add content and it goes out of the sliced box, the entire site fucks up.
 


go through your css and comment out (one-by-one) any height properties you find until you find the one(s) that are the culprit.
 
Don't use a wysiwyg editor for a start, write it all in html and css then you will have full control.
 
If you're using CSS div tags, select the div that you want to be dynamic in size, and set it's CSS height property to "auto" -- It will be on the right hand pane in the CSS palette.
 
Status
Not open for further replies.