You should really learn how to use css correctly, it would help you quite a bit cleaning your code.
Also look at this:
<td><div align="center"><center><table
border="3" cellpadding="0" cellspacing="0" width="140"
bgcolor="#000000" bordercolor="#FF0000"
bordercolorlight="#FF0000" height="60">
Do you see how bad that is?
I would recommend spending some time learning how to use Dreamweaver, then a few more learning how to use tables for alignment while staying away from <div> and <span>
I just looked at the code some more. I can see that the previous code was a recip. It's badly broken. You would be a lot better off using an image recip if you can.
Good luck!
|