by kirk Tue 8 May - 23:20
No you are talking about having it where the new post icon/image would be.
The only way you could do it would be to place in html table code in the forums description.. You would have to make your forums names in title tags in the forums acp list
- Code:
<title> forums name </title>
then you would have to have something like this in the description.
<html>
<head>
</head>
<body>
<table style="text-align: left; width: 403px; height: 66px;" border="0"
cellpadding="0" cellspacing="0">
<tr>
<td style="vertical-align: middle; text-align: center;"><img
src="
YOUR DIRECT IMAGE LINK HERE" alt=""
border="0"><br>
</td>
<td style="vertical-align: top;"><a
href="
YOUR FORUM LINK HERE"
class="postlink">Â
YOUR FORUM NAME HERE</a><br>
FORUM DESCRIPTION HERE MUST USE LINE BREAKS TO START NEW LINE</td>
</tr>
</table>
</body>
</html>
Line break is this.
- Code:
<br>
Here is my test code.
- Code:
<html>
<head>
</head>
<body>
<table style="text-align: left; width: 415px; height: 66px;" border="0"
cellpadding="0" cellspacing="0">
<tr>
<td style="vertical-align: middle; text-align: center;"><img
src="http://i40.servimg.com/u/f40/17/50/03/01/questi10.png" alt=""
border="0"><br>
</td>
<td style="vertical-align: top;"><a
href="http://templearcade.freegametalk.com/f1-this-test-forum"
class="postlink">Â This test forum</a><br>
 This test forum as an example of having image before  everything<br>
 line breaks start a new line
</td>
</tr>
</table>
</body>
</html>
I would never go through all this for that, But this is the only way i can think of doing it, even with css you want the image where the new post icon image would be, So i dont see that happening. This would be the next best thing.. or you can look at how multi forums coding is in tips and tricks.
Example is this test forum
http://templearcade.freegametalk.com/you could get the forums names in bold to if you wanted?