MyBB Community Forums

Full Version: Posting tables breaking the site.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I have a few members that in their post's use HTML Posting tables. It seems though that some <tr> and <td> tagged things break the whole site. For example; http://i50.tinypic.com/k47qq.png


I am sorry for all the pink, but I wanted to get it done quickly Big Grin As you can see that is what happens. When someone else posts their post is shoved to the size (as is their profile).

This is the posting table used;

<table cellpadding="2" cellspacing="0" border="0" width="500">
<tr>
<td style="background-color:#252312;height:200px;width:400px;text-align:justify;">
<blockquote>[color=#638816][list]
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus non hendrerit massa. Etiam vitae risus arcu. Maecenas mauris leo, interdum et iaculis venenatis, varius id justo. Nunc a enim risus. Quisque nibh turpis, rutrum eget dapibus non, ultricies vitae magna. Vestibulum varius egestas diam, id vulputate neque commodo eget. Proin accumsan, arcu ac scelerisque volutpat, ipsum sapien feugiat quam, eget mollis ipsum eros non orci. Duis nec augue turpis. Pellentesque consequat scelerisque laoreet. Suspendisse lorem erat, pharetra vitae sodales in, ultricies non augue. Mauris imperdiet luctus tincidunt. In ullamcorper erat quis nisl consectetur imperdiet. Nam cursus, lectus in aliquet tempor, eros eros viverra velit, ut varius metus lectus eget enim.

Nam sit amet velit neque. Suspendisse potenti. Sed erat est, feugiat vel suscipit quis, consectetur sed urna. Proin odio quam, vehicula vitae pellentesque ut, blandit id mi. Curabitur eget enim justo. Vivamus pellentesque hendrerit dapibus. Aliquam mattis augue vel enim lobortis tempus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Vivamus molestie, leo quis consequat aliquet, enim magna eleifend ante, nec tempor sapien enim id massa. Donec et justo rhoncus elit mattis malesuada vitae non mauris. Suspendisse rhoncus egestas sem eget cursus. In a ultrices diam. Cras felis urna, bibendum non faucibus feugiat, molestie vitae nibh.


[/list][/color]</blockquote></td>
</tr>
<tr></tr>

If anyone needs the postbit codes please PM me.
There's a reason you don't let your users post tables. They didn't close the table tag.