Arrianna
06-04-2003, 11:28 PM
I am trying to get this type of look for my layout I dunno if this is tables or not but I really want the look here is an example: http://www.fire-cracker.org/ what is it and how do I do it? Thank you
|
View Full Version : Tab;e Layout type thing Arrianna 06-04-2003, 11:28 PM I am trying to get this type of look for my layout I dunno if this is tables or not but I really want the look here is an example: http://www.fire-cracker.org/ what is it and how do I do it? Thank you cute_angel10490 06-05-2003, 12:21 AM here, try this code: </div> <div style="position:absolute; top: 385; left: 230; overflow: auto; width: 225;"> <table cellSpacing="2" cellPadding="1" width="225" <TR> <TBODY> <tr> <td style="BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT:black 1px solid; BORDER-BOTTOM: black 1px solid" align="center" bgColor="#FFFFFF" width="0" style="filter:alpha(opacity=100);"><b>Title</b></font></td> </tr> <tr> <td bgcolor="FFFFFF" width="225" style="BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT:black 1px solid; BORDER-BOTTOM:black 1px solid" style="filter:alpha(opacity=100);"><p align="justify"> Text Here </td> </tr> <tr> <td width="225"><br> </TBODY> </td> </tr> </table> <table cellSpacing="2" cellPadding="1" width="225" <TR> <TBODY> |