MyBB Community Forums

Full Version: BAM Announcement - HTML issue?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

When using Table HTML (code included below) it breaks the little banner; is there any way to fix this -- or to turn off the banner on this particular announcement?:

[Image: f7f42d1b7a39b770c42d210986ed9673.png]

<center>
<table class="MoonTable">
  <tr>
    <th>New Moon</th>
    <th>First Quarter</th>
    <th>Full Moon</th>
    <th>Third Quarter</th>
  </tr>
  <tr>
    <td>20 July</td>
    <td>27 July</td>
    <td>03 August</td>
    <td>11 August</td>
  </tr>
</table>
</center>

Solved!

Changed the encasing <p> to a <div>:

bam_announcement
<div class="{$bam_unsticky} {$class}" id="announcement-{$bcprefix}{$announcement_id}">{$announcement} <span class="bam_date">{$date}</span>
<span class='close_bam_announcement {$display_close}'>x</span></div>