I want to add a "Left Side" similar to our right side - I want to use it for text links. Anyone know how to do this and keep the site aligned properly?
http://pic50.picturetrail.com/VOL438.../275433060.jpg[/img]
Printable View
I want to add a "Left Side" similar to our right side - I want to use it for text links. Anyone know how to do this and keep the site aligned properly?
http://pic50.picturetrail.com/VOL438.../275433060.jpg[/img]
basically you need to make it an include just like the header and footer.tpl files...
you can use the index / header files and reconstruct it to have a left <td> instead of the right one
okay Can you give me an example of what the html code should look like? Right now the footer is something like:Quote:
Originally Posted by devarioj
</td>
</tr>
</table>
{insert name=advertise adv_name='banner_bottom'}
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="31" align="center" background="{$baseurl}/templates/images/menu.gif">
About Us |
Help |
Advertise |
Terms of Use |
Privacy Policy
</td>
</tr>
</table>
I need the header if you want to make a left column...the right is controlled from the footer