MyBB Community Forums

Full Version: style tables?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I was curious on how to style tables using html on the forums? Ive tried a few different ways but it never seems to work entirely right, is there like a guide for this anywhere? thanks =]

also how to do blockquotes in posts?
No i mean html tables in posts, adding background images and how to use blockquotes in posts.
You may use MyCode for tables: http://community.mybb.com/thread-73036.html
What is MyCode? Sorry, I am really new to MyBB
Ill look into it, I have a question though the few tables that do work on the site like with html they have a huge chunk of space above them in the post, is there a way to prevent that?

also this is the table im trying to get to work in a post and the board does have html enabled do some tags not work?

<center><table width="400px" cellspacing="0px" cellpadding="0px" border="0px"><tr><td bgcolor="white" background="http://img710.imageshack.us/img710/2308/asitamidd.png"><img src="http://img153.imageshack.us/img153/5091/asitaheader2.png">
<font color="#000000" size=1 face="verdana"><p align="left">
<blockquote>
<br>
<font color="#000000">
text text text

</blockquote><br></font>
<img src="http://img188.imageshack.us/img188/222/asitafooter.png">
</td></tr></table></center>
Almost all of those elements are deprecated, learn CSS - http://www.w3schools.com/css/
I tried to do the background image with <td style="background-image but it still didnt work
Try this;
<td style="background: url(IMAGE_URL_GOES_HERE);">
Pages: 1 2