MyBB Community Forums

Full Version: How to change the ugly look of My Advertisement plugin?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello, I have installed the my advertisement plugin, but never tested how it looks. Today while cheking, i have just depressed at i ugly look.
Please take a look at the attachments below. It has 6 replies. ads are showing on first 2 replies & on top (red marked).

But below each replies, it showing a huge blank space (blue marked).

Is there any way to change this look?
Or any other alternative ways to show ads?
you can add table or div html codes for the MyAdvertisements zones in the postbit templates
and add required styles for them to make them appear as you like
Thanks!
But, How can i do it?
(2013-10-11, 10:44 AM)houque Wrote: [ -> ]Thanks!
But, How can i do it?

use this code

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>Advertisement</strong></td>
</tr>
<tr>
<td class="trow1">

your ads code

</td>
</tr>
</table>