MyBB Community Forums

Full Version: Sidebox help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If you go to my site http://ej8squad.com you will on the left side I have two sideboxes, one with a picture and the other with a video. How do make it so both the picture and the video fill up the box completely, meaning I want to remove the white border around them? Below is the code I'm using for the picture sidebox.

<table border="0" cellspacing="0" cellpadding="0" class="tborder">
<tr>
<td class="thead"><strong>Picture of the Day</strong></td>
</tr>
<tr>
<td class="trow1">
<br/>
<center><a href="http://www.honda-tech.com/zerothread?id=1181688&page=625">  <img src="http://i88.photobucket.com/albums/k166/ComingUpFast98/100_0790.jpg" width="200" height="150"></center>
</td>
</tr>
</table>