MyBB Community Forums

Full Version: Welcome Box Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I feel like a noob but then again I usually code everything in CSS but they want tables Sad Basically I need what you see below, I've tried about a 100 and one different things but nothings working. Don't worry about any of the specs (the border, style and stuff), I just need the code. Pretty Please Smile

[Image: 58xi]
<table>
<tr>
<td rowspan="3">Star image here</td>
<td>Cell 1</td>
<td>Cell 2</td>
</tr>
<tr>
<td>Cell 3</td>
<td>Cell 4</td>
</tr>
<tr>
<td>Cell 5</td>
<td>Cell 6</td>
</tr>
</table>