3 TDs Above 1 TD

tunescool

BANNED
Joined
Jul 23, 2011
Messages
1,262
Reaction score
3,338
im trying to put 3 tds over 1 td, when i put the bottom td in this happens

it doesnt fit on the page for a pic

Code:
http://thenotablenook.com/viewtopic.php?f=23&t=1647

Code:
</tr>
<tr>
<td style="width:100%; font-family: tahoma; padding-left:305px;vertical-align:top; colspan="3">
Awards - Kids' Choice Awards - Blimp Award - Favorite TV Actress
Mary Kate And Ashley
Young Artist Awards - Young Artist Award - Best Family TV Comedy Series
Show
</td></tr>
</table>

this is the whole table

Code:
<table style="width:100%; font-size: 14px; font-family: tahoma; color: #00138E; border width:65%;border: 3px solid  #a1a5a3;border-radius: 10px 10px 10px 10px;"><tr><td style="width:30%;padding-left:10px;vertical-align:top;"><img src="http://i709.photobucket.com/albums/ww95/tunescool/Show%20Pics/toak.jpg" alt=" "></td>
<td style="width:30%; padding-left:5px;padding-top:8px;vertical-align:top;"><img src="http://i709.photobucket.com/albums/ww95/tunescool/carpet_zps1a2080ac.png" alt=" "><br/><br/>
Mary-Kate Olsen - Mary Kate Burke<br/>
Ashley Olsen - Ashley Burke<br/>
Christopher Sieber - Kevin Burke<br/>
Sally Wheeler - Carrie Moore<br/>
Ernie Grunwald - Paul<br/>
Martin Spanjers - Brian<br/>
Orlando Brown - Max<br/>

<br/><br/><font size="3"><font color="000000"><b><i>Recurring Roles</i></b></font></font><br/><br/>
Jesse Soffer - Taylor Donovan<br/>
David Lascher - Matt Burke<br/>
David Valcin - Eddie Fairbanks<br/>
Anastasia Emmons - Jennifer Dilber<br/>
Kimberly J. Brown - Nicole<br/>

</td><td style="width:30%; padding-left:5px;vertical-align:top;"><img src="http://i709.photobucket.com/albums/ww95/tunescool/Movie%20Icons/chair_zpsa09f65bc.png" alt=" "><br/><br/>
Created By - Howard Adler<br/>
                      Robert Griffard<br/>
Developed By - Robert L. Boyett<br/>
                          Thomas L. Miller<br/>
                          Michael Warren<br/>
Executive Producers - Robert Griffard<br/>
                                     Howard Adler<br/>
                                     Thomas L. Miller<br/>
                                     Robert L. Boyett<br/>
                                     Michael Warren<br/>






<div style="padding-top: 20px;">
Genre - Comedy<br/>
Format - Family Sitcom<br/>
Channel - ABC Family Channel<br/>
Number Of Seasons - 1<br/>
Number Of Episodes - 22<br/>

</div>
</td>
</tr>
<tr>
<td style="width:100%; font-family: tahoma; padding-left:305px;vertical-align:top; colspan="3">
Awards - Kids' Choice Awards - Blimp Award - Favorite TV Actress
Mary Kate And Ashley
Young Artist Awards - Young Artist Award - Best Family TV Comedy Series
Show
</td></tr>
</table>
 
You should highly consider changing your site to a tableless design - divs are your friend. At least take the inline styles out of it
 
Back
Top