Log in

View Full Version : need help place


Michael.A
09-02-2009, 09:43 PM
first to see my problem ur going to have to look at link using internet explore

link = http://coderz4life.com/forums/forum.php

img = http://img44.imageshack.us/img44/8496/chat1k.jpg

and here is the code am useing
<!-- / START RADIOandTV button-->

<td class="alt1"><a href="javascript:openRadioAndTV()"><img src="http://coderz4life.com/forums/-images-/radio_on.jpg" border="0" "></a></td>

<!-- / END RADIOandTV button-->

that java link javascript:openRadioAndTV() is the one doing this anyway help!!

HMBeaty
09-02-2009, 09:49 PM
Try this:

In your navbar template, find:
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>
Underneath, add:
<td class="alt1">
<a href="javascript:openRadioAndTV()"><img src="http://coderz4life.com/forums/-images-/radio_on.jpg" border="0" "></a>
</td>

Michael.A
09-02-2009, 09:54 PM
i just did and is the same thing!!