Quote:
Originally Posted by RedHacker
Code:
<center> <a href="http://www.mozilla.com/en-US/firefox/?from=getfirefox "target="_blank""><img src="images/misc/firefox.gif" border=0"></a></center>
How to work this....?
|
Please would be appreciated

.!
Anyway, to do that you can follow one of these ways:
- First, download attached image (ff_icon.png) and upload it to your vB's style misc folder ..
- Then, sign into your Admin CP ..
- Next, go to "Styles & Templates >> Style Manager" ..
- After that, choose "Edit Templates" option from your defined vB Style drop-down menu ..
- Then, Expand the template groups and look for "FORUMHOME" template and edit it ..
- Once you enter the template, look for:
Code:
{vb:raw template_hook.forumhome_wgo_pos5}
- After it Add this:
Code:
<div id="wgo_getff" class="wgo_subblock">
<h3><img src="{vb:stylevar imgdir_misc}/ff_icon.png" alt="Get FireFox" />Get FireFox</h3>
<div align="center">
<a href="http://www.mozilla.com/en-US/firefox/?from=getfirefox" target="_blank"><img src="{vb:stylevar imgdir_misc}/firefox.gif" alt="Get FireFox" border="0" /></a>
</div>
</div>
The text in RED refers to (YOUR_vB_STYLE_IMAGES_FOLDER/misc/firefox.gif) where your image should be placed .!
- "Save" the template and go check out your forum !!
- First of all, sign into your Admin CP ..
- Then, go to "Styles & Templates >> Style Manager" ..
- After that, choose "Edit Templates" option from your defined vB Style drop-down menu ..
- Then, Expand the template groups and look for "FORUMHOME" template and edit it ..
- Once you enter the template, look for:
Code:
{vb:raw template_hook.forumhome_wgo_pos5}
- After it Add this:
Code:
<div id="wgo_getff" class="wgo_subblock">
<div align="center">
<a href="http://www.mozilla.com/en-US/firefox/?from=getfirefox" target="_blank"><img src="{vb:stylevar imgdir_misc}/firefox.gif" alt="Get FireFox" border="0" /></a>
</div>
</div>
The text in RED refers to (YOUR_vB_STYLE_IMAGES_FOLDER/misc/firefox.gif) where your image should be place .!
- "Save" the template and go check out your forum !!
BTW, the code you mentioned in your last post should be like this:
Code:
<center><a href="http://www.mozilla.com/en-US/firefox/?from=getfirefox" target="_blank"><img src="images/misc/firefox.gif" border="0" /></a></center>
NOT like this:
Code:
<center> <a href="http://www.mozilla.com/en-US/firefox/?from=getfirefox "target="_blank""><img src="images/misc/firefox.gif" border=0"></a></center>
I hope that this helps you out .!