We're running into limitations on landing page heights. We need the latitude to vary the height as we produce new pages for new tactics/campaigns. How can we better control this?
Here are some specs from an example we're working with right now:
We've specified a min-width of 500px. First of all, the template doesn't expand as it should with a "min" width spec. I don't think we should need to have that css tag included at all, but right now it's the only way I can establish a fixed height. I would like the height to be variable based on the WYSIWYG content.
I also added the extra "clear:both!important;" div, but still isn't properly stretching the page.
<><><><<<><><><><><><>
[header stuff here]
<div class="clearall" id="five-coloum-header-block" class="mktEditable" style="position:relative;min-height:500px;font-family:Arial,Helvetica,sans-serif;font-size:12px;">
<div class="left-top-header mob-home-prdct">
<h1>
<div class="clearall" style="margin-top: 155px;">
</div>
</h1>
</div>
<?php echo $mContext['bodyElements']; ?>
</div>
<div class="clearall"></div>
<div style="clear:both!important;">
</div>
[footer stuff here]