Use CSS, tables are very 1990s.
Disclaimer: I haven't tested this but I'm pretty sure it'll work.
<style>
.container {
width: 500px;
margin-left: auto;
margin-right: auto;
border: 1px solid #FFF;
}
.container p {
margin-top: 1ex;
margin-bottom: 1ex;
}
</style>
<div class="container">
<a href="" target="_blank"><img src="" border="0" alt="Photo Sharing and Video Hosting at Photobucket"></a>
<p>TEXT HERE</p>
<a href="" target="_blank"><img src="" border="0" alt="Photo Sharing and Video Hosting at Photobucket"></a>
</div>
[Updated on: Mon, 17 December 2007 14:01]
Report message to a moderator