Thread: Equal Cell Legths
Results 1 to 4 of 4
Related
-
Scrolling in HTML cell Forum: HTML Forum
Replies: 2 -
Scroll bar in table cell help Forum: HTML Forum
Replies: 14 -
table cell background Forum: CSS Forum
Replies: 3 -
NOT EQUAL methods?? Forum: Javascript Forum
Replies: 2 -
How do I type beside a cell Forum: HTML Forum
Replies: 10
-
08-24-2004, 06:58 PM #1
Equal Cell Legths
---Hello
---How Can I Make My Table So That The Left Side Of Cells Are
---Of Equal Length Of The Right Side Of Cells Here Is My Code
---DaWebmasta
---Thanx
---Here Is An Example Of What I Am Talking About
---link removed
Code:<div id="scroll3" style="width:751;overflow:auto; border:#000000 1px solid;"> <TABLE BORDER CELLPADDING=4 CELLSPACING=1 BORDERCOLOR=#555555 WIDTH=100%> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Abbreviations</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Albums</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Announcers</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Arenas</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Arrests</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Books</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Championship Carnival Winners</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Colleges</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Date of Births</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Debut Dates</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Deceased Wrestlers</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Dictionary</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>E-Mail Addresses</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Finishing Maneuvers</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Former Identities</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Grand Slam Winners</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Hall of Fame Inductees</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Heights & Weights</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Historical Dates</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Hometowns</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>King of the Ring Winners</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Match Histories</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Movies / Shows</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Organization Histories</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Postal Addresses</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Presidents</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Promoters</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>PWI Top 100 Tag Teams</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>PWI Top 500 Wrestlers</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Random Facts</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Real Names</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Relations</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Royal Rumble Winners</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Schools</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Slammy Award Winners</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Stable Guide</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Tag Team Guide</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>The Origin of Wrestling</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Trainers</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right>Triple Crown Winners</p></td> </TR> <TR> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><left>Wrestling Styles</td> <TD><font style="font-family:verdana;color:#555555;font-size:10px"><p align=right></p> </td> </TR> </TABLE>
Last edited by HTML; 09-07-2004 at 05:58 PM.
-
08-24-2004, 09:37 PM #2
-
08-24-2004, 10:31 PM #3
---Thanx Quiet Dean For The Code But I'm Not Sure Where I
---Am Supposed To Insert What You Said To Put
---DaWebmasta
-
08-24-2004, 10:38 PM #4
---Never Mind I Figured Out Where To Put It Thanx The Code
---Works Great
---DaWebmasta
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum