T
tshad
I have created a table for my textboxes and labels and have set up some
images with corners in the top left and top right.
The images are 15px in height but the text is making the size of the row a
little bit higher.
How do I make my image expand to fill the cell?
It is almost the full height - I just need to stretch it about 1 pixel. I
have the cellpadding and cellspacing set to 0.
<table cellpadding="0" cellspacing="0"
style="text-align:center;
background-color:Transparent; border-style:none; margin-bottom:0px"
width="900px">
<tr>
<td width="15px" height="15px"
style="background: url(images/RoundTL.gif) no-repeat;
background-position:bottom; background-color:inherit"></td>
<th>Client Setup</th>
<td width="15px" height="15px"
style="background: url(images/RoundTR.gif) no-repeat;
background-position:bottom; background-color:inherit"></td>
</tr>
</table>
It works fine except for the fact it doesn't line up on the top.
Thanks,
Tom
images with corners in the top left and top right.
The images are 15px in height but the text is making the size of the row a
little bit higher.
How do I make my image expand to fill the cell?
It is almost the full height - I just need to stretch it about 1 pixel. I
have the cellpadding and cellspacing set to 0.
<table cellpadding="0" cellspacing="0"
style="text-align:center;
background-color:Transparent; border-style:none; margin-bottom:0px"
width="900px">
<tr>
<td width="15px" height="15px"
style="background: url(images/RoundTL.gif) no-repeat;
background-position:bottom; background-color:inherit"></td>
<th>Client Setup</th>
<td width="15px" height="15px"
style="background: url(images/RoundTR.gif) no-repeat;
background-position:bottom; background-color:inherit"></td>
</tr>
</table>
It works fine except for the fact it doesn't line up on the top.
Thanks,
Tom