MyBB Community Forums

Full Version: Resizing a table
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have an affiliates table at the bottom of my website, but I don't know how to resize it?
Also how do I resize my Info Centre?
http://horseworld.dreamhosters.com/
Tkey Wrote:What do you meen by resize it?
I want to make it smaller in width
Tkey Wrote:The whole Div ?
I don't know what you mean, I just want the whole table made smaller
Yep here's the code

<br><br><table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><center><strong><font color="black">Affiliate</font></strong></center></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">
<center><img src="http://img.photobucket.com/albums/v724/SarahBates/minibanner.jpg" /><br><textarea rows="2" name="S1" cols="15"><a href="http://horseworld.dreamhosters.com/" Target="_blank">
<img src="http://img.photobucket.com/albums/v724/SarahBates/minibanner.jpg" width=88 height=31 border=0 alt="Horse World" /></a></textarea></center>
</span></td>
</tr>
</table>
Bump Smile
Change the line
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
to something like this:
<table border="0" cellspacing="1" cellpadding="4" class="tborder" style="width: 200px;">

Change the "200px" to the length you want it.