PDA

View Full Version : Create new Footer


Cal Poly Forum
08-31-2003, 02:00 AM
How would I be able to make a long color bar as the footer?
And the bar will be going below the copyright info.

Tony G
08-31-2003, 04:05 AM
Like the one at vBT? Thats an image.

M1th
08-31-2003, 05:00 PM
Like the one at vBT? Thats an image.

try something like this after the </table> tag in your footer


<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td class="footer class here"><img src="footerimage.gif" border="0" /></td>
</tr>
</table>