Hmm... It's easier to just make the borders in html. Here's an example:
Code:
<html>
<head>
<title>Some Title</title>
</head>
<body>
<table width="750" height="100" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr>
<td bgcolor="#0099FF">
<font color="#FFFFFF">This is an example of a table with a border around it</font>
</td>
</tr>
</table>
</body>
</html>
Just had a look at your site and it took 2.75min to load the main page - I am on dialup.
You are also missing a <!DOCTYPE> declaration as well as a <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> in your header.
You also have an <p> without a </p>
In my version of firefox 1.0.4 the page looks the same as IE6 except for the vertical scroll bars.
The first time I went to the page with Firefox I had a popup warning something about "No content" so had to reload.