Table Ads Code

Ashley S

Paragon
Joined
Jun 7, 2010
Messages
2,074
Reaction score
34
FP$
501
Code:
<span class="corners-bottom"><span></span></span></div>
		</div>
	
         <div class="forumbg">
          <div class="inner"><span class="corners-top"><span></span></span>

          <table class="table1" cellspacing="1"><thead><tr>
             <th class="name"><a href="">Table Ads</th></tr></thead>
             <tbody>
             <tr class="bg1">
             <td align="center" width="20%">
             <a href="#" target="_blank" /><img src="" width="88" height="31"   /></a> </a>
             </td>
             <td align="center" width="20%">

             <a href="#" target="_blank" /><img src="" width="88" height="31"   /></a>   
             </td>
             <td align="center" width="20%">
             <a href="#" target="_blank" /><img src="" width="88" height="31"   /></a>         
             </td>
             <td align="center" width="20%">
             <a href="#" target="_blank" /><img src="" width="88" height="31"   /></a>
             <td align="center" width="20%">
             <a href="#" target="_blank" /><img src="" width="88" height="31"   /></a>
             </td>

             </tr>
             <tr class="bg1">
             <td align="center" width="20%">

             Advertise Here!   
             </td>
             <td align="center" width="20%">

             Advertise Here!     
             </td>
             <td align="center" width="20%">

             Advertise Here!     
             </td>
             <td align="center" width="20%">

             Advertise Here!   
             </td>
             <td align="center" width="20%">
             Advertise Here!     
             </td>
             </tr>     
         
             </tbody>

             </table>
       <span class="corners-bottom"><span></span></span></div>
    </div>

I am trying to get this code to work on MyBB for my new promotion forum. This code was copied from my old phpBB forum. So the code may need adjusting

Thank you.
 
Do you have a forumbg class in your CSS? If it is copied from a phpbb forum chances are the CSS does not match the HTML coding.
 
There are some plugins that can accomplish this as well all ready for MyBB, you may want to take a look at those and compare the codes to see where you are going wrong.
 
I would rather do the code from scratch.
I am no good with HTML i am a newbie at it.

Is there anyone of this forum good with HTML?
 
Using a plugin would make things a lot simpler for you if you don't have an understanding of HTML/CSS. Editing them when needed will also be much faster and easier with a plugin.

The table structure is a bit different with mybb and phpbb so you'll need to get the css for that table from your old forum and edit accordingly but since you do not know how to do that I refer back to a plugin being much easier.
 
The reason it's not working is because it's calling a CSS instance which doesn't exist, you need to make it and style it to how you want it to look, otherwise use an existing one.
 
Back
Top Bottom