Thread: Table probs
View Single Post
07-20-2005, 04:16 PM
#7
Joe is offline Joe
Status: Custom User Title
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 2,297
iTrader: 0 / 0%
 

Joe is on a distinguished road

  Old

In your source, I can see:
Code:
<table width="98%" border="0" cellspacing="0" cellpadding="0">
Which should be:
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
To make the table fully stretch the page.

~ Joe