Forum Inside Table [message #29313] |
Mon, 12 December 2005 01:35 |
Everfree
Messages: 36 Registered: December 2005 Location: Los Angeles, CA
Karma: 0
|
Member |
|
|
Can anyone tell me how to place my forum inside a table? Hopefully there is just one file I need to add some html to.
The table below is pretty much what I want to do.
<html>
<head><title></title></head>
<body>
<table border="0" width="100%">
<tr>
<td width=""> </td>
</tr>
<tr>
<td width="100%">
<table border="0" width="100%">
<tr>
<td width="">Forum goes here.</td>
<td width="130">Other stuff goes here.</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
|
|
|
Re: Forum Inside Table [message #29323 is a reply to message #29313] |
Mon, 12 December 2005 23:45 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Please the text up until "Forum goes here" in the header.tmpl and the rest inside footer.tmpl
FUDforum Core Developer
|
|
|
|