The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How can i use a Banner with links

5 posters

Go down

Solved How can i use a Banner with links

Post by Smeyer40 August 30th 2012, 14:35

Hello i was wondering if there is a way i can change a sites banner using Html. I have a Hyper linked banner where certain parts on the banner are linked. And i want to use it but i don't know where to put the Html code.

Thanks




Last edited by Smeyer40 on September 9th 2012, 05:20; edited 1 time in total
avatar
Smeyer40
New Member

Posts : 9
Reputation : 1
Language : English

Back to top Go down

Solved Re: How can i use a Banner with links

Post by Cyborg112233 August 31st 2012, 23:00

Do you mean you want replace your forum header by another images which point to another site/link ?!
Cyborg112233
Cyborg112233
Forumember

Male Posts : 435
Reputation : 25
Language : UBB, HTML, CSS, German, English and French
Location : Germany

Back to top Go down

Solved Re: How can i use a Banner with links

Post by Smeyer40 September 3rd 2012, 00:36

On youtube partner channels some have banners that are hyperlinked. So on the banner it links to twitter facebook and anyother link you choose
avatar
Smeyer40
New Member

Posts : 9
Reputation : 1
Language : English

Back to top Go down

Solved Re: How can i use a Banner with links

Post by LostLegend September 3rd 2012, 00:37

Look up image maps.
LostLegend
LostLegend
Forumember

Posts : 922
Reputation : 23
Language : English

http://naruto-role-play-rpg.forumotion.com/

Back to top Go down

Solved Re: How can i use a Banner with links

Post by nextlevelgaming September 3rd 2012, 17:24

Yeah I'm going to have to agree with LostLegend on this, ImageMaps with CSS and html, maybe some javascript in play will help what you are looking for. When you want everything you need go to your ACP>DISPLAY>TEMPLATES>GENERAL>OVERALL_HEADER

find this code

Code:
   <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
      <tr>
         <td class="bodyline">
            <table width="100%" cellspacing="0" cellpadding="0" border="0">
               <tr>
                  <!-- BEGIN switch_logo_left -->
                  <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                  <!-- END switch_logo_left -->
                  <td align="center" width="100%" valign="middle">
                     <!-- BEGIN switch_logo_center -->
                     <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
                     <br />
                     <!-- END switch_logo_center -->
                     <div class="maintitle">{MAIN_SITENAME}</div>
                     <br />
                     <span class="gen">{SITE_DESCRIPTION}<br />  </span>
                  </td>
                  <!-- BEGIN switch_logo_right -->
                  <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                  <!-- END switch_logo_right -->
               </tr>
            </table>

and insert the code that you have so that its in the general header position.
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Solved Re: How can i use a Banner with links

Post by Smeyer40 September 9th 2012, 05:17

Solved thank you
avatar
Smeyer40
New Member

Posts : 9
Reputation : 1
Language : English

Back to top Go down

Solved Re: How can i use a Banner with links

Post by Jophy September 9th 2012, 06:53

Topic Solved & Locked
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum