View Single Post
  #2 (permalink)  
Old 31st May 2009, 05:09 PM
iMac600's Avatar
iMac600 iMac600 is offline
Needs a Snappy User Title
 
Join Date: Jun 2006
Location: Adelaide, South Australia
Posts: 542
Send a message via AIM to iMac600 Send a message via MSN to iMac600 Send a message via Skype™ to iMac600
Default

I'm not sure this is the best fix, but it should accomplish what you're after anyway.

In the HTML file, change this portion:

Code:
</span>
<!-- End Editable Content-->
<br /><br />
</div>
To:

Code:
</span>
<!-- End Editable Content-->
<br /><br />
<div style="clear:both;"></div>
</div>
Basically adding <div style="clear:both;"></div> below the two <br /> tags.

Here's the same page with that change applied (hosted off my temp server):

Meh626 DIV Stretching Help!
__________________
For some, it's just a brand. For me, it's an obsession.
iMac Core 2 Duo/1.83GHz • iBook G4/1.07GHz • iMac G4/1GHz • iPod 1G 5GB • iPhone 3G 8GB • Macintosh 512Ke

Last edited by iMac600; 31st May 2009 at 05:15 PM.
Reply With Quote