PDA

View Full Version : How to Add an Image "Find as On facebook" below Navar


floggerss
05-05-2009, 02:46 PM
How to Add an Image "Find as On facebook" below Navar ??? Like this forum www.e-vizio.com

UKBusinessLive
05-05-2009, 06:45 PM
How to Add an Image "Find as On facebook" below Navar ??? Like this forum www.e-vizio.com

As shown in that demo, they have it in the header template, but if you want it below the navbar..............

I'd guess that you could add it here..


AdminCP > Styles & Templates> Style Manager> Your Chosen Style> All style options> Edit templates> Navigation / Breadcrumb Templates> navbar

and find

$navbar

and below it add your clickable Facebook icon linked to your fackbook account ;)

dxflw
05-05-2009, 08:27 PM
In the page you like to add the image find $navbar and below add:
<center>
<a href=" THE URL ON FACEBOOK GROUP HERE " target="_blank">
<img src=" THE URL OF THE IMAGE HERE " border="0" title=" TYPE A DESCRIPTION HERE "></a>
</center>

If you like extra size for the image replace that code:
<img src=" THE URL OF THE IMAGE HERE " border="0" title=" TYPE A DESCRIPTION HERE ">

with this:
<img src=" THE URL OF THE IMAGE HERE " width="XXX" height="XXX" border="0" title=" TYPE A DESCRIPTION HERE ">

And change the XXX to the desiert number of pixels i.e: width="728" height="90"

floggerss
05-06-2009, 07:42 PM
Sorry my mistake,. if i want to put it on the header where i should add the code that you give me=

Dismounted
05-07-2009, 06:48 AM
Add it to the header template?

floggerss
05-07-2009, 07:47 PM
Yeap

UKBusinessLive
05-07-2009, 08:53 PM
Yeap

Add it at the end of the header template, and use align, to position it left, Center, Right