hi guys,
Can someone help me out here. I have a fairly simple page (generated with FrontPage) that looks OK in IE but not Firefox or Netscape.
In Firefox and Netscape I can see all the table cell/row borders. I've also had some other quirks (with other bits of code) that I managed to overcome but I'm stumpped with this one.
As I'm new to HTML can I have some comments on basic things that I should always do to ensure cross browser compatibility.
Also is it normal for FrontPage to not have a doctype defined or is that to do with some of my settings?
Thanks,
Michael
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>Payment Complete</title>
</head>
<body bgcolor="#CFF4FC">
<table cellpadding="35" bgcolor="#FFFFFF" border="5" style="border-collapse: collapse; padding: 10" width="600" align="center" id="AutoNumber3" height="380">
<tr>
<td width="90" height="90">
<img border="0" src="LogoNew72-3.jpg" width="88" height="80"></td>
<td height="100">
<p colspan="2" align="center"><b>
<font color="#0000FF" size="6" face="Arial Rounded MT Bold">Payment
Completed</font></b></td>
</tr>
<tr>
<td colspan="2" width=100%" height="105">
Dear Fname LName,<br> <p>Thank you for purchasing MyProduct. Your payment of $74.95 has been completed.
Shortly you will receive an e-mail at cust1@mycust1.com address with instructions on how to activate the license.</td>
</tr>
<tr>
<td colspan="2" align="center" height="80">
<p align="center">
<button onclick="self.close()" style="width: 120; height: 180">Close Window
</button><br> </td>
</tr>
</table>
</body>
</html>
Start Free Trial