View Single Post
  #2  
Old 06-30-2011, 09:03 PM
Inf3rnal's Avatar
Inf3rnal Inf3rnal is offline
Member
 
Join Date: Mar 2011
Location: Florida
Posts: 108
Gender: Male
Credits: 20,028
Inf3rnal is on a distinguished road
Default

Go to your sql databse and to the [prefix]_ads section and manually add the html.

The ad code input replaces html tags with browser friendly character entities.


Example:

This:
<a href='#'><img src='lol.png'/></a>

Is changed into this:
&lt;a href='#'&gt;&lt;img src='lol.png'/&gt;&lt;/a&gt;


Just go to the database and add the html manually into the "text" field.
Had that problem awhile ago.

Last edited by Inf3rnal; 06-30-2011 at 09:11 PM.
Reply With Quote