Log in

View Full Version : How to aad a html code in a skin


tspaetten
01-22-2010, 04:50 PM
I need to ad some html, my plan is that right place for it is in the navbar. It is a simple button to paypal. But i cant get it right please help out. :)

Mr. Burns
01-23-2010, 10:18 PM
<td class="vbmenu_control"><a href="Your link Info Here"/>Your Text Here</a></td>

Try that. Put it in your navbar template where you want it to appear.

--------------- Added 1264296160 at 1264296160 ---------------

You can also try this.

In your navbar template search for:

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

After that add:

<td class="alt1" valign="center" nowrap="nowrap"><center>

Then the coding you need for your paypal button and link.