inherit
48130
0
Jun 22, 2005 13:43:09 GMT -8
jerules15
1
June 2005
jerules15
|
Post by jerules15 on Jun 22, 2005 12:52:03 GMT -8
I cant find the code that puts a table around your forum. It was called somthing like "table around a table"? Basically I want a border around my forum.
|
|
myke
inherit
-666646
0
Nov 27, 2024 2:30:35 GMT -8
myke
0
January 1970
GUEST
|
Post by myke on Jun 22, 2005 13:38:56 GMT -8
I cant find the code that puts a table around your forum. It was called somthing like "table around a table"? Basically I want a border around my forum. You have to create 3 images, the top of the table, the middle part of the table, then the bottom of the table. Once you have done that, you add the images using this HTML: Headers: <center> <br /> <table width="750" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td background="URL OF TOP TABLE MAGE HERE" height="119"> </td> </tr> <tr> <td background="URL OF MIDDLE TABLE IMAGE HERE" align="center">Footers: </table> <img src="URL OF BOTTOM TABLE IMAGE HERE" align="center"> </td> </tr> </table> </center>This will put a table around the specific forum itself. Just change the things that are in red Next time, please look in the Code Database. If it isn't there, the correct place to ask for a code is in the Code Request sub-board.
|
|