PDA

View Full Version : Template prob with DIV tag?



laksh_khamesra
30 Apr 2008, 11:21 AM
I created a template...in which editable region was the middle area of the web page.....so i kept the height of the editable region div tag as 100px only so that i could increase its height according to each web page on which would apply that template....and i created a blank web page n applied that template to it and went on to the editable region to input data in it which was 180px high....but as the editable region as well as the template is made in div tags....the bottom area of the template did not shift down 80px because the position of the bottom area div tag is already set when the template was being made so i can't change the postion of the bottom area of the template...if i have to change it,...the only option was to change it in the DWT file of that template...but if i would do that...its postion would change for all the web pages where i have applied that tmeplate....
plzzzzzzzzz help......i mm struck here.

Wickham
30 Apr 2008, 11:26 AM
Develop a page with no div heights so that every div is flexible in height. Then the footer or bottom area of the template will be pushed down.

It needs practice.