
10-02-2004, 10:28 AM
|
|
|
Join Date: Jun 2004
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by mcyates
Having 4 columns for the online/offline status is too long when users enter all 4 of the instant messages programs. I have tried changing it to 2 columns and two rows but it keeps buggering up the display of the forum, would someone be able to change this code so it will have 2 columns and 2 rows please.
Code:
<! --- Online Status --- !>
<! --- by Beermonster - Edited by COBRAws --- !>
<!--- http://www.onlinestatus.org/ -->
<table width="100%" border="0">
<tr>
<if condition="$post['icqicon']">
<td><a href="#" onclick="return imwindow('icq', '$userinfo[userid]', 500, 450)">
<img border=0 src="http://www.foxinus.cz:8085/icq/$post[icq]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /></a>
</td></if>
<if condition="$post['msnicon']">
<td><a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://www.foxinus.cz:8085/msn/$post[msn]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_msn_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['yahooicon']">
<td><a href="#" onclick="return imwindow('yahoo', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://www.foxinus.cz:8085/yahoo/$post[yahoo]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_yahoo_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['aimicon']">
<td><a href="#" onclick="return imwindow('aim', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://www.foxinus.cz:8085/aim/$post[aim]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a>
</if></td>
</tr>
</table>
<! --- / Online Status --- !>
Thanks
|
Great Hack, thanks.
[high]* hodur click install[/high]
|