then how would i be able to do this?
the pic is photoshoped to show what i mean;
can this be done?
i think this woule be easier to create right ^^
since you re just moving the box from the bottom of the page to a specific location
how would i accomplish this?
the code for "Members currently using flash chat is" this
Quote:
<!-- who is in flashchat -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:right" href="#top" onclick="return toggle_collapse('forumhome_chatusers')"><img id="collapseimg_forumhome_chatusers" src="images/buttons/collapse_thead.gif" alt="" border="0" /></a>
Members currently using Flashchat: 0
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_chatusers" style="">
<tr>
<td class="alt2"><a href="misc.php?do=flashchat"><img src="images/misc/whos_online.gif" alt="" border="0" /></a></td>
<td class="alt1" width="100%"><div class="smallfont">No one is currently using the chat.</div></td>
</tr>
</tbody>
<!-- end who is in flashchat -->
|
where would i paste this to show at the desired place?