Check my page out and tell me how it looks...

And I have 1 question, when the page isn't maximized, the page looks thrown off. Any suggestions on how to fix this. Post the code I need to add to solve this problem.<br />
<br />
<!-- m --><a class="postlink" href="http://www.freewebs.com/sportsonlinegaming/">http://www.freewebs.com/sportsonlinegaming/</a><!-- m --><!--content-->Anyone know?<!--content-->Open and close your favorites and you will see a position problem. Watch the left side as the view screen gets smaller. Also manually adjust your font size as you look at the page in your browser and watch. More overlay happens<!--content-->well it's only been an hour and a half. You have to give it some time. <br />
<br />
You designed the page to work in 800x600. <br />
<br />
It seems to me that you've put a <td> outside of the table.<br />
<br />
If you put it inside and change it to width="100%" it should stretch witht he rest of the page. <br />
<br />
I donno if that will help, but it's something like that.<!--content-->I dunno what to change to fix it. I'm not the greatest with coding. Any idea what I need to remove or add?<!--content-->uhh yeah, move this section so it is after the body tag.<br />
<br />
<table width="100%" border="1" bgcolor="426BAD" bordercolor="8CADEF"><br />
<tr> <br />
<td align="left" valign="top"><center><font color="white" size="10" face="Arial, Helvetica, sans-serif"><b>Sports Online Gaming</b></font></center></td><br />
</tr> <br />
<br />
you have it placed in the head section which is invalid. then you have a div tag and a another table tag that need deleted. well at least the table tag tha tis after the div tag.<!--content-->
 
Back
Top