Hi guys (and gals).
I have a table column on the bottom of every webpage that has a link to the script and CSS files.
Howver, the table column will only stay at the bottom of the page provided that there is enough content to push it downwards.
I.e. If I have only half a page content, the table column will remain halfway up the page and not at the very bottom.
Is there a way of creating a DIV instead, that will always remain at the bottom regardless of page size?
I have a table column on the bottom of every webpage that has a link to the script and CSS files.
Howver, the table column will only stay at the bottom of the page provided that there is enough content to push it downwards.
I.e. If I have only half a page content, the table column will remain halfway up the page and not at the very bottom.
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0" summary="0">
<tr>
<td class="navbottom" align="center"> View: <a href="code/changeimage.js" class="source">
Javascript</a> <a href="css/main.css" class="source">CSS</a>
</td>
</tr>
</table>
Is there a way of creating a DIV instead, that will always remain at the bottom regardless of page size?