PDA

View Full Version : Posbit info border


imported_Crazy Mofo
11-14-2002, 02:08 PM
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?

Sephiroth32
11-16-2002, 02:15 AM
simply surround each one in a table. Here is the code I would use:


<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>

filburt1
11-16-2002, 02:20 AM
Or this (CSS-based):

<smallfont style="border:1px solid black; padding:2px"><b>Field:</b> $post[fieldn]</smallfont><br>