PDA

View Full Version : Ad HTML not working


AlkseeyaKC
06-30-2011, 05:15 PM
I'm a noob to PHP. ^_^;

My site: http://www.neon.planetkalzy.com/
I'm trying to make an ad on the lower left appear. I type in the code for a banner into the "Ad Code:" text field and it displays the html as text where the ad image should appear.

I tried BBS and it dose the same thing for that.

I was going to make an ad under that with ad company Project Wonderfull. But it would be nice if I can have people donate to me directly and display user ads on the site. =3

Inf3rnal
06-30-2011, 09:03 PM
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.

AlkseeyaKC
07-01-2011, 07:13 AM
I can not get into my data base. is there another way?

Edit: Oh I fegured out how to get into it. They don't explain how to do a lot of this stuff. XD;

Edit: I was in a rush this morning when I posted this, Thank you for the help! =3