Thread: [SOLVED] Template 15
View Single Post
  #2  
Old 01-09-2011, 05:42 AM
Griffen8280
Guest
 
Posts: n/a
Default <div class="clear"></div> is your friend!

From my experience with template 16 which has a bottom bar as well that would sometimes terminate at a paragraph use the line that is in the title. That will add just a simple clear box to the bottom of your main body text but in addition it will drive the "footer bar" (which is what I have come to call those little annoyances) down. Make sure though that you only add that line into the main body text of the page that is loaded ie. if your on the _contact.htm form page you add the line to the bottom of your text there. That will inform the css style sheet which is invoked by the index.htm page that you want a clear body section at the end of your text and it will pull that footer bar down accordingly. Just a thought give it a try and see what happens.


Code:
<p>So this is a bit of example code to show you where to put the clear div class</p>
<p>Make sure to do it after the closing statement of your main body text, which is after the individual "</div>" below.</p>
	
</div>

<div class="clear"></div>