View Single Post
Old 12-01-2005, 01:33 AM   #5 (permalink)
Dane
PimpYourBlog.com v.09 - Blog With Style
 
Dane's Avatar
 
Join Date: Dec 2004
Location: MO
Posts: 3,847
Points: 0
Send a message via ICQ to Dane Send a message via Yahoo to Dane
For a three column theme you need to use absolute positioning. Your rleft hand column is postitioned something like

[html]
leftcol {
postition: absolute;
top: 180px
left: 0px;
}
[/html]
The right something like
[html]
rightcol {
postition: absolute;
top: 180px
right: 0px;
}
[/html]

Adjust the numbers to fit your layout, and include the template files containing the <div id=leftcol></div> and <div id=rightcol></div> sections from within your footer.
__________________
<a href="http://plrmiracle.com/">How To Get FREE Private Label Content for Your Mainstream Blogs!</a><br><a href="http://danemorgan.com/" target="_blank">Dane's Marketing Blog</a><br><br><A HREF="http://www.netpond.com/newadmin/click.php?cat=10"><IMG SRC="http://www.netpond.com/newadmin/banner.php?cat=10" border=0></A>
Dane is offline   Reply With Quote Send a private message to Dane