Hello everyone. I have a website that I took over from the old developer and I am having troubles with their old layout. I'm in the process of cleaning the code, but now, I have a gif that is at the bottom of the 1st and 3rd column. Now what is happening is that the gif isn't aligning down at the bottom as specified in the code:
<tr>
<td valign="bottom" bgcolor="Black"><img src="fadebg.jpg" width="127" height="196"></td>
</tr>
This part is for the first column. The Third column is at the bottom of the page and looks just like this. I have it setup right on an asp page, but I tried to copy what I did there and it doesn't work on this.
Any ideas?
Mac