Firefox displays the table just the way I wanted. But IE, for some bizarre reason doesn't display the middle image. Any one knows why?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hmmm... Geocities adds a bunch of javascripts automatically on top of the page...I get nothing but a bunch of Javascript errors, and no content whatsoever... no matter what browser I use to visit the page.
Dan
<td id="top-html-middle" height="20" />
<td id="top-html-middle" height="20"></td>
<!doctype html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<style>
body {
background-color: #e7fbc0;
margin-left: 15px;
font-family: verdana, arial, sans-serif;
font-size: 12px;
}
#top-html-middle{
background-image: url(images/top.gif);
background-repeat: repeat-x;
}
#top-html-right{
background-image: url(images/top_right_corner.gif);
background-repeat: no-repeat;
}
#top-html-left{
background-image: url(images/top_left_corner.gif);
background-repeat: no-repeat;
}
</style>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" width="100%"><tr>
<td id="top-html-left" width="20" height="20"> </td>
<td id="top-html-middle" height="20"> </td>
<td id="top-html-right" width="20" height="20"> </td>
</tr></table></body></html>