PDA

View Full Version : How to make this


CMGU
09-10-2007, 03:15 PM
hello everybody i need help.

it would want to add all the shown one in the image and the same location in which this in the image.

please help me :D:p

Brandon Sheley
09-10-2007, 03:25 PM
just add the html code to the who online box ?

Smiry Kin's
09-10-2007, 11:53 PM
got an online preview?

MaestroX
09-11-2007, 09:41 AM
Just add the image html at the bottom of the Forumhome template.

Hope this helps

CMGU
09-12-2007, 06:12 PM
just add the html code to the who online box ?

I don?t have idea wich html code :S

got an online preview?

only this IMG

Just add the image html at the bottom of the Forumhome template.

Hope this helps

ok thanks
but the edge? how to make.
and de user name how to make.

EnIgMa1234
09-12-2007, 09:28 PM
I'd imagine the code would be something like
<table border="1" width="100%" align="center">
<tr>
<td>
<center>$bbuserinfo[username]</center>
</td>
</tr>
<tr align="center">
<td>
<img src="IMAGE LINK HERE" />
</td>
</tr>
</table>


Now just replace IMAGE LINK HERE with the link. This isn't tested btw

CMGU
09-12-2007, 11:55 PM
thank u very much EnIgMa1234 (https://vborg.vbsupport.ru/member.php?u=134041) :D

hey watches as I remain

look i wanna that the user name it is like this CMGU (https://vborg.vbsupport.ru/member.php?u=189996)
everything like the image first :D

if it is not much to ask you help me with that is that the truth I do not understand much of codes :p

EnIgMa1234
09-13-2007, 10:58 AM
<table border="1" width="100%" align="center">
<tr bgcolor="black">
<td>
<center><a href="member.php?u=$bbuserinfo[userid]">$bbuserinfo[username]</a></center>
</td>
</tr>
<tr align="center">
<td>
<img src="IMAGE LINK HERE" />
</td>
</tr>
</table>

CMGU
09-13-2007, 05:01 PM
thank u very much look like see