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.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.