Table Border |
Table Border |
Feb 10 2007, 06:54 PM
Post
#1
|
|
![]() talent on another level ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 746 Joined: Oct 2006 Member No: 475,735 |
Here is my code, can somebody tell me why my table border isn't showing up?:
CODE <style type="text/css">
#layout{ position: absolute; top: 0px; left: 120px; }</style> </head> <body bgcolor="a6aa8e" background="file:///C|/Documents%20and%20Settings/Owner.ROBINSON.002/Desktop/brushes/jigsaw.puzzle04.jpg" onLoad="MM_preloadImages('photo1.png','work1.png','links.png','credit1.png','rules.png','blog1.png','info1.png')"> <div id="layout"> <table width="787" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td height="336" colspan="3" valign="top"><div align="center"><img src="ciaraheader.png" width="750" height="339"></div></td> </tr> <tr> <td width="18" height="45"> </td> <td width="750" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="750" height="45" valign="top"><div align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','blog1.png',1)"><img src="blog.png" name="Image9" width="100" height="45" border="0"></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','photo1.png',1)"><img src="photo.png" name="Image3" width="100" height="45" border="0"></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','work1.png',1)"><img src="work.png" name="Image4" width="100" height="45" border="0"></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','links.png',1)"><img src="links1.png" name="Image5" width="100" height="45" border="0"></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','credit1.png',1)"><img src="credit.png" name="Image6" width="100" height="45" border="0"></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','rules.png',1)"><img src="rules1.png" name="Image7" width="100" height="45" border="0"></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','info1.png',1)"><img src="info.png" name="Image8" width="149" height="45" border="0"></a></div> </td> </tr> </table></td> <td width="19"> </td> </tr> <tr> <td height="2"></td> <td></td> <td></td> </tr> </table> </div> <table width="883" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="130" height="342"> </td> <td width="193"> </td> <td width="556"></td> <td width="4"></td> </tr> <tr> <td height="190"> </td> <td valign="top" table border="3" BORDERCOLOR=black bgcolor="6b6f5c"><!--DWLayoutEmptyCell--> </td> <td rowspan="4" valign="top" bgcolor="6b6f5c" table border="3" BORDERCOLOR="#000000"><!--DWLayoutEmptyCell--> </td> <td></td> </tr> <tr> <td height="148"> </td> <td valign="top" table border="3" BORDERCOLOR="#000000" bgcolor="6b6f5c"><!--DWLayoutEmptyCell--> </td> <td></td> </tr> <tr> <td height="145"></td> <td valign="top" table border="3" BORDERCOLOR="#000000" bgcolor="6b6f5c"><!--DWLayoutEmptyCell--> </td> <td></td> </tr> <tr> <td height="273"></td> <td valign="top" table border="3" BORDERCOLOR="#000000" bgcolor="6b6f5c"><!--DWLayoutEmptyCell--> </td> <td></td> </tr> <tr> <td height="1"></td> <td></td> <td></td> <td></td> </tr> </table> </body> </html> |
|
|
|
![]() |
Feb 10 2007, 07:44 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
For the tables you want to have a border...
Change: <td valign="top" table border="3" BORDERCOLOR="#000000" bgcolor="6b6f5c"><!--DWLayoutEmptyCell--> </td> To: <td valign="top" style=" border:3px solid 000000; background-color:6b6f5c;">TEXT</td> |
|
|
|
bigtrey Table Border Feb 10 2007, 06:54 PM
toyo loco What are you trying to get a border around? (Its h... Feb 10 2007, 06:58 PM
bigtrey yeah I want each table to have a border around and... Feb 10 2007, 07:03 PM
toyo loco Does that include the green table or no? Feb 10 2007, 07:10 PM
bigtrey yeah, the green is the background of each table, b... Feb 10 2007, 07:16 PM
bigtrey oh what you gave me didn't work Feb 10 2007, 07:55 PM
toyo loco Post the new code (with what you did), I tested it... Feb 10 2007, 08:09 PM
bigtrey CODE<table width="883" border="0... Feb 10 2007, 08:17 PM
toyo loco CODE<table width="883" cellpadding=... Feb 10 2007, 08:24 PM
bigtrey okay i did all that, but idk what i'm doing, a... Feb 10 2007, 08:30 PM
toyo loco Did you look in the dreamweaver preview or in IE o... Feb 10 2007, 08:40 PM
bigtrey the border dosent show up in IE or FF, and I looke... Feb 10 2007, 08:47 PM![]() ![]() |