Add ads

Use this forum to ask questions about how to do things in GuMax skin.
Post Reply
User avatar
rocky
Rank 0
Rank 0
Posts: 1
Joined: January 25th, 2008, 7:08 am

Add ads

Post by rocky »

Hi!

I like to add a script on left and the right side of the main.

I am useing GuMax 3.1.1...


My script:

<script type="text/javascript">
var uri = 'http://impdk.tradedoubler.com/imp?type( ... a(1462730)' + new String (Math.random()).substring (2, 11);
document.write('<a href="http://clk.tradedoubler.com/click?p=584 ... g=17094026" target="_BLANK"><img src="'+uri+'" border=0></a>');
</script>
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Add ads

Post by Paul »

Then you need to open GuMax.php, find the content section, either use table or CSS tags to insert your script.
Post Reply