When I create an HTML ad, the result is my ad is displayed with a paragraph tag around it. I have two ads on my site, an image ad and an html ad. They should be displayed next to each other. When the html ad is displayed before the image add, the paragraph tag makes the image ad appear below the ad, not next to it.
I've excluded my wysiwyg editor on the html ad screen so whereever the p tag is edited is beyond me! I looked all over for a way to remove the p tag in my ad module options but found nothing.

Help!

Comments

codebutcher’s picture

Status: Active » Closed (fixed)

I did a few things to fix this. First, I had to add in the patch for the html ad regarding the format type = 2. Then I changed the image ad over to an html ad. This way I was dealing with the same types of ads - just a personal preference. Next, I added the "float left" information to my css file for class html-advertisement. Then I dropped the padding from 3 to 1. In my case, my column was small enough that a padding of 3 was too big and caused the formatting issue.
Add done!