Click to See Complete Forum and Search --> : Height specific - need help!


tasokjams
06-25-2009, 11:14 AM
Hi,

I need help with my website. I just created: themakeupdolls.com and you will noitce everypage is a different height.

I don't know what type of html to write to have them all the same height like the page of http://themakeupdolls.com/dollcollection.html

Can anyone assist me please!!!!!

Many thanks.
Caroline

eCat
06-25-2009, 08:38 PM
The doll collection page is "all the same height" because it's only one page with an image slideshow. The images change, not the page itself.

If you want all of the pages in your site to be the same height, since you're using tables, you can set the height in the table tag:

<table width="727" height="###' align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">

However, this will mean that those pages without very much content will have a lot of white space between the content and the nav menu you have fixed at the bottom of the design.

eCat