I'm attempting to make my site; HP Newsletter and I've tried coding the layout. It works in IE but not in FF.
Look: http://www.hpnewslet...Untitled-1.html
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="stylesheet" type="text/css" href="resources/style.css" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Harry Potter Newsletter</title> </head> <body><div class="header"></div><br /> <table width="900" border="0" cellpadding="0" cellspacing="0"> <tr> <div class="navigation"><td width="208" height="50"><p><img src="images/nav_top.png" alt="" /></p> </td> </div> <td width="487"></td> <td width="204"><img src="images/extras_top.png" alt="Extras" width="204" height="50" /></td> </tr> </table> <br /> <table width="900" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="208" height="204" align="left" valign="top" background="images/nav_back.png"><a href="#">link</a></td> <td width="488"></td> <td width="204" align="left" valign="top" background="images/nav_back.png"><a href="#">link</a></td> </tr> </table> <br /> <table width="900" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="208"><img src="images/nav_bottom.png" width="202" height="20" /></td> <td width="487"></td> <td width="205"><img src="images/extras_bottom.png" width="202" height="20" /></td> </tr> </table> </body> </html>
Please help!
~Ryan~




This topic is locked













