Log in

View Full Version : Change footer


boazor
04-18-2012, 07:34 PM
Hi all,

I am trying to make my footer like this

https://vborg.vbsupport.ru/attachment.php?attachmentid=137878&stc=1&d=1334784822

This is blow the copyright info

Anyone can help plz

Lynne
04-18-2012, 10:47 PM
I'm not sure what those are, but have you considered just doing a table with links in it?

<table><tr>
<td>Link 1</td>
<td>Link 2</td>
<td>Link 3</td>
<td>Link 4</td>
</tr><tr>
<td>Link 11</td>
<td>Link 12</td>
<td>Link 13</td>
<td>Link 14</td>
</tr><tr>
etc.
</table>

boazor
04-19-2012, 05:30 AM
but where i add this in what table or css file?

Lynne
04-19-2012, 02:16 PM
Add it wherever you want in the footer template. I'd put <div> tags around it also. (Actually, I'd do the whole thing in <divs> or a list, but it's probably easier for you to do in a <table>.)