PDA

View Full Version : If someone can help me...


CannonFodder
11-28-2002, 10:07 PM
... this is probably very simple, yet i dont know how to do it...

how do i make borders around things in my post bit? i`ll attach an image to show what i am talking about...

filburt1
11-28-2002, 10:29 PM
Is this good? http://www.vbulletintemplates.com/mods/showthread.php?s=&threadid=152

CannonFodder
11-28-2002, 10:41 PM
uh i guess i can just snag the coding from that postbit, sure

filburt1
11-28-2002, 11:32 PM
Well either way the basic idea is:

<table width="100%" padding="2" spacing="2" style="border:1px solid colorcode">
<tr>
<td>
<b>Field n[/n]:</b> $post[field[i]n]
</td>
</tr>
</table>

Tony G
11-29-2002, 03:19 AM
You could also use CSS Classes for those borders. :)