The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How can i make a border for each of the following
Posts registerd Group like here but i only want a black border for each of the above? |
|
#2
|
|||
|
|||
|
simply surround each one in a table. Here is the code I would use:
Code:
<table border="0" cellpadding="2" cellspacing="1" width="90%" bgcolor="#000000">
<tr bgcolor="#C0C0C0">
<td>
<smallfont><b>Field:</b> $post[fieldX]</b></smallfont>
</td>
</tr>
</table>
<br>
|
|
#3
|
|||
|
|||
|
Or this (CSS-based):
Code:
<smallfont style="border:1px solid black; padding:2px"><b>Field:</b> $post[fieldn]</smallfont><br> |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|