PDA

View Full Version : Creating ad block in Forum Blocks Manager


Reece^B
09-13-2011, 06:47 PM
Hi,

I create a HTML block and add the HTML for my ads in the content box, but it doesnt display untill I add the same code into the template too. Is this right to have the same code twice?

Also how do I center this? <TD ALIGN="center"> in HTML isnt aligning the ads center?

Thanks

--------------- Added 1315943378 at 1315943378 ---------------

Also this isnt in a block, it's more just ads placed in a row. How do I create them into proper box to fit the other blocks?

Reycer
09-13-2011, 10:25 PM
Here's what I use:

<div align='center'><a href="Link for Banner Here" target="_blank">
<img src="Image for Banner Here" width="500" height="120" border="1" style="border:1px solid black;" alt="Alternate Text Here"/>
</a></div>

Reece^B
09-15-2011, 11:28 AM
Do you add this in the content box or template?

Reece^B
09-16-2011, 07:01 PM
Thanks for your input, it has centerd my ads. :)

However how do I make the ads into a drop down box? (like the tag cloud etc)

Thanks