View Single Post
  #5 (permalink)  
Old 01-14-2006, 01:20 AM
Duke's Avatar
Duke Duke is offline
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
Send a message via AIM to Duke
Try changing the first line

from:

Code:
<table width="1024" border="0" cellspacing="0" cellpadding="0">
to:

Code:
<table width="1024" border="0" cellspacing="0" cellpadding="0" align="center">
Reply With Quote