Thread: [SOLVED] Template 15
View Single Post
  #4  
Old 01-10-2011, 10:07 PM
Moxsido
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Griffen8280 View Post
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>
Didnīt work i tryed to put the code in the _home and then in the index file


any other sugestions?

Tks