How to get a ad code running alongside the categories? How to get a ad code running alongside the categories?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

How to get a ad code running alongside the categories?

Started by xoTasha, March 31, 2012, 05:18:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

xoTasha

Hey everyone!

So I have been trying to edit my theme so an ad code can run alongside the categories as I need 2 above the fold of my site. The problem is no matter what I try I can't seem to get it to work!

Could anyone help me with this?

Heres a visual of what I am asking about incase I have confused you: http://i42.tinypic.com/j0z5g7.jpg

I will gladly post the code of the theme & ad code if that helps!

Thanks in advanced for any help!

ΑndrĂ©

Attached your image to my post (according to board rules).

Without a clue which theme you're using, maybe the following already works as expected. Open template.html, find
{GALLERY}
and replace with
<table><tr><td>ad code here</td><td>{GALLERY}</td></tr></table>


If it doesn't work as expected, please attach your whole as zip file.