A
Anonymous
Guest
I have the following code for a box. The box looks fine, when I view it. When I put text in the box, after <center> below, the box doesn't completely enclose the text. In fact it only surrounds the word 'home' on three sides, left, top and bottom. Can somone help me modify this so that all of the text, between <center> and </center> below, will fit in the box and be completely enclosed by the box borders? Thank you.
<table border="0"cellpadding="5" cellspacing="0" width="100%">
<tr>
<td>
<table border="0"cellpadding="0" cellspacing="0" width="100%">
<tr>
<td colspan="3" style="background: #bbc3d3;"><?php echo tep_draw_separator('pixel_trans.gif', '100%', '1'); ?></td>
</tr>
<tr>
<td style="background: #bbc3d3;" width="1"><?php echo tep_draw_separator('pixel_trans.gif', '1', '100%'); ?></td>
<td class="main">
<center>
<td width="10%"><a href=""> <font face="arial"> home</td><td><a href=""><font face="arial">how does it work</td><td><a href=""><font face="arial">contact us</td><td><a href=""><font face="arial">faq</td> <td> <a href=""><font face="arial">promote</td><td> <a href=""><font face="arial">sign-up</td><td> <a href=""><font face="arial">log-in</td>
</center>
</td>
<td style="background: #bbc3d3;" width="1"><?php echo tep_draw_separator('pixel_trans.gif', '1', '100%'); ?></td>
</tr>
<tr>
<td colspan="3" style="background: #bbc3d3;"><?php echo tep_draw_separator('pixel_trans.gif', '100%', '1'); ?></td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0"cellpadding="5" cellspacing="0" width="100%">
<tr>
<td>
<table border="0"cellpadding="0" cellspacing="0" width="100%">
<tr>
<td colspan="3" style="background: #bbc3d3;"><?php echo tep_draw_separator('pixel_trans.gif', '100%', '1'); ?></td>
</tr>
<tr>
<td style="background: #bbc3d3;" width="1"><?php echo tep_draw_separator('pixel_trans.gif', '1', '100%'); ?></td>
<td class="main">
<center>
<td width="10%"><a href=""> <font face="arial"> home</td><td><a href=""><font face="arial">how does it work</td><td><a href=""><font face="arial">contact us</td><td><a href=""><font face="arial">faq</td> <td> <a href=""><font face="arial">promote</td><td> <a href=""><font face="arial">sign-up</td><td> <a href=""><font face="arial">log-in</td>
</center>
</td>
<td style="background: #bbc3d3;" width="1"><?php echo tep_draw_separator('pixel_trans.gif', '1', '100%'); ?></td>
</tr>
<tr>
<td colspan="3" style="background: #bbc3d3;"><?php echo tep_draw_separator('pixel_trans.gif', '100%', '1'); ?></td>
</tr>
</table>
</td>
</tr>
</table>