View Single Post
Old 2007-10-12, 11:47 AM   #2
Preacher
There's Xanax in my thurible!
 
Preacher's Avatar
 
Join Date: Apr 2005
Location: Wherever they screw on my head
Posts: 2,441
Send a message via ICQ to Preacher
In your first table tag, the first td has its' width set to 300 (see below). Set that width to 200.
HTML Code:
  <table width="800" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#91C3DC" style="border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid;
 border-right-color: #666666; border-left-color: #666666;">
    <tr> 
      <td bgcolor="#4086AA" height="100" width="300"  colspan="1"><div align="center"><font color="#FFFFFF"><h1><strong>Feed EZ</h1>Adult Blog Directory</td>
    <td valign="center" bgcolor="#4086AA">
You're also missing a 'px' following the '10' in the below style:
HTML Code:
.cellpadsmain {
 padding: 10 0 0 5px;
}
__________________
NSCash * This Depraved World
Preacher is offline   Reply With Quote