MyBB Community Forums

Full Version: HTML coding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is anyone good at html coding where i can pick your brain.
Just ask the question here you'll get a faster answer, many of us here know html.
Ok sorry I will i added the ad management and when i added the html code the first is expanded bad. Here is link http://mympz.com/V2/index.php the mini ads at the bottom.I checked over all the html code i used and i can't see what is causing this to happen.

If needed i can post the code.
Your code is a little bit messy. Can you post exactly what HTML you added in the ad management plugin?
(2011-06-27, 07:15 PM)faviouz Wrote: [ -> ]Your code is a little bit messy. Can you post exactly what HTML you added in the ad management plugin?

sure thing sorry note good at coding so i tried lol
<p>
<table width="100%" cellspacing="1" cellpadding="0" class="tborder" align="center">
<tr>
<td class="thead" colspan="5">
<center><strong>MiniBanner Ads</strong></center>
</td>
</tr>
<tr class="trow">
<td align="center" width="20%" class="tborder">
<a href="http://debbiescraftcorner.com" target="_blank"><img src="http://debbiescraftcorner.com/4.gif
" border="0" /></a>
</td>
<td align="center" width="20%" class="tborder">
<a href="http://cbpromotion.co.uk" target="_blank"><img src="http://www.cbpromotion.co.uk/cbforum2.gif" border="0" /></a>
</td>
<td align="center" width="20%" class="tborder">
<a href="http://gdforum.net/" target="_blank"><img src="http://209.85.12.237/30111/6/0/f5128256/GDFORUMButton.gif" border="0" /></a>
</td>
<td align="center" width="20%" class="tborder">
<a href="http://strangers2friends.com" target="_blank"><img src="http://209.85.12.237/30111/6/0/f5132859/S2Faffi1.gif" border="0" /></a>
<td align="center" width="20%" class="tborder">
<a href="http://kndhosting.com" target="_blank"><img src="http://kndhosting.com/knd88x31.gif" border="0" /></a>
</td>
</tr>
<tr class="trow1">
<td align="center"  class="tborder">Affordable gifts and Decorations for all Occasions</td>
<td align="center"  class="tborder"> A new promotion forum with a few little extras for all webmasters.</td>
<td align="center"  class="tborder">Ever wanted a place to chill online that's modern with the best community and members?
Sounds like a dream, but not anymore.</td>
<td align="center"  class="tborder">Stranger danger stops and the friendship begins at stranger2friends with our friendly support. 
</td>
<td align="center"  class="tborder">Get great hosting at affordable prices.</td>
</tr>
<tr class="tcat">
<td colspan="5" align="center">Want to add your minibanner <a href="http://mympz.com/V2/forumdisplay.php?fid=27"><u>Click here</u></a> for more information.</td></tr>
</tr>
</table>


try this for the table :
<table width="100%" cellspacing="1" cellpadding="25" align="center" class="tborder">
i added that and made everything big lol
if you copy above code to a html file AND look thru browser then it is appearing as expected.
but in forum it is not . I adjusted cell padding on firefox (with firebug) then it is shown alright..
thats weird, but thank you very much for trying.
figured it out it was the class="tborder" on the <td>'s