How Can I Put Adverts Below The Navbar?

Mr-Ice-Man

New Member
How can i add little banners to my site like in the screen shot below were it says "HERE", i want to put links going to myspace and facebook profiles i have for the site.

Hope someone can help
Thanks


2dqt2sj.jpg
 
Hmmm...your screenshot is a little confusing as the new thread and PM notice seems to be aligned, do you want them in the navbar or under the navbar or under the navbar but aligned with then new thread button?
 
Hoxxy said:
Hmmm...your screenshot is a little confusing as the new thread and PM notice seems to be aligned, do you want them in the navbar or under the navbar or under the navbar but aligned with then new thread button?

Hi Hoxxy.
Yeah im not sure why the new thread and pm notice is aligned it always has been not sure if its just the styles fault.

Anyway yeah i want to add like little adverts were ive put the boxs with here written on them (i edited the screenshot and added the boxs to show you were i wanted them as an example.) so yes next to were the new thread button is.
 
Aligned with NewThread button (seems to float to the right):

FORUMDISPLAY template FIND:
HTML:
 " /></a><else />&nbsp;</if></td>
below add:
HTML:
<td><a href="link.com"><img src="path/to/image.gif" alt"" /></a></td>
Simply repeat for more...This will also only show in forumdisplay pages where as the next (below navbar) will show on all.

Below navbar:
Open ad_navbar_below themplate and add:
HTML:
<table width="100%">
 <tr>
<td><a href="link.com"><img src="path/to/image.gif" alt"" /></a></td>
 </tr>
</table>

Repeat
HTML:
 <td><a href="link.com"> <img src="path/to/image.gif" alt"" /> </a></td>
for more

for both if you want thext simply replace
HTML:
<img src="path/to/image.gif" alt"" />
with your text.
 
Hmmm...I have edited my last post a couple of times...(sorry) is it the same as before?

post your FORUMDISPLAY template
 
Hoxxy said:
Hmmm...I have edited my last post a couple of times...(sorry) is it the same as before?

post your FORUMDISPLAY template

No nothing shows apart from what was there already.
Here is my FORUMDISPLAY file before i edited it, ive had to put it in a zip folder as the .txt file was to big to upload on its own.
 
all the < and > are missing, i'm guessing thats your text format not the actual problem....but for this reason there are just to many differences for me to spend the time working it out, I suggest if you haven't edited the FORUMDISPLAY template before and it wasn't edited when you first got the style to revert it and try editing again...
 
Back
Top