Help please

Massive Damage

New Member
I need help I want to add a banner on the main page of my site.I know I put it under headers but I also know some coding has to be done and I have no idea what the code is I'm supposed to use
 
If you want some sort of ad banner, I would suggest using one of the available mods, as that can be sometimes simpler to follow than messing around with code, especially if you know very little about coding. Unless, of course you want to learn.

If it's a forum logo banner you are wanting to add to give your site an identity (so to speak), then, I find that a good stating point is:-
Admin Cp - Styles & templates - Style manager - all style options(of your chosen skin) - scroll down to the section that says Image paths, and you will see a field called 'Title Image'. This is where you will see the relative path to your logo. Edit that according with the name of your image.

Make sure you have created your image, and uploaded to the location as named in your chosen relative path in the Title Image.
 
In the "ad_header_end" template add this:

Code:
<a href="[color=Red]http://linktosite.com/[/color]"><img src="[color=red]path/to/your/banner/image.gif[/color]" alt="[color=red]short description[/color]" /></a>

Change the code highlighted in red to your needs
 
Back
Top