Hello,
You'll say :
Quote:
It is because the cell background is being repeated
|
But as you can see on my code for this bottom table normaly there is no problems, all height were "27" > the same height of the images on this table...
Soo... Can you explain me the solution ? If you can of course...
Thanks a lot
PHP Code:
<table width="100%" height="27" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="5%" height="27" nowrap background="/images/postb_17.gif">
<div align="left"><smallfont> <img src="/images/coinbas_14.gif" width="36" height="27"></smallfont></div></td>
<td width="100%" height="27" align="center" nowrap background="/images/postb_17.gif">
<div align="center"><font size="1">$post[profile]$post[pmlink]$post[homepage]$post[search]$post[buddy]
</font></div></td>
<td width="20%" height="27" align="right" valign="bottom" nowrap background="/images/postb_17.gif"><smallfont>
<a href="javascript: window.open('postings.php?s=$session[sessionhash]&action=nuke&postid=$post[postid]'); void('');">
</a><a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]"><img src="/images/edit.gif" width="60" height="27" border="0"></a><a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]"><img src="/images/quote.gif" width="52" height="27" border="0"></a><a href="javascript: window.open('postings.php?s=$session[sessionhash]&action=nuke&postid=$post[postid]'); void('');"><img src="/images/censur2.gif" width="77" height="27" border="0"></a>
</smallfont></td>
</tr>
</table>