PDA

View Full Version : How do i add the image borders


imported_shadow187
09-30-2003, 12:50 PM
Hi,

I would like to know how i add the image borders around added tables on forumhome !!

I've attached a screenshot about what i really mean

I can' t figure this one out by myself, so please help me on this one ??

Logikos
09-30-2003, 05:01 PM
Are you talking about the bottom cat images?

imported_shadow187
09-30-2003, 10:20 PM
Yes indeed m8 !!!

And also like the cat images arround a welcome panel and arround the shoutbox !!!!

GreetZ

Zachery
10-01-2003, 12:46 AM
there are two ways to do this :\

search aroudn the forums for how to add catimages :)

ill work up a way to suround a forum in images :) tis a tad more complicated and diffuclut to achive correctly

esp in vb2

imported_shadow187
10-01-2003, 09:37 AM
I don't really know what you mean by this ??

Can you explain maybe a little bit more please ??

-

Logikos
10-04-2003, 12:16 PM
You need to have install Breaking up the categories from eachother, u find it here http://www.vbulletintemplates.com/m...s=&threadid=125



----Start---- Go to your ACP and open forumhome_forumbit_level1_nopost

Right at the top over </table> put this

<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="48"><img src="{imagesfolder}/catbleft.jpg" border="0"></td>
<td align="center" background="{imagesfolder}/catbmiddle.jpg" width="100%"></a></td>

<td width="48"><img src="{imagesfolder}/catbright.jpg" border="0"></td>
</tr>
</table>

Save this


Now go to your forumhome temp and search for $forumbitsPut right below add this


<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="48"><img src="{imagesfolder}/catbleft.jpg" border="0"></td>
<td align="center" background="{imagesfolder}/catbmiddle.jpg" width="100%"></a></td>

<td width="48"><img src="{imagesfolder}/catbright.jpg" border="0"></td>
</tr>
</table>

Thats it!
---Done---
btw thats not my mod i just couldnt find the thread.

If that doesnt work make sure that you dont have 2 </table></table> under each other