- From: Vitali Falileev <falileev@itos.eu.org>
- Date: Wed, 4 Oct 2000 12:21:47 +0300
- To: Gray Jonathan-AJG003C <Jonathan_Gray-AJG003C@email.mot.com>
- CC: www-html@w3.org
Hello Gray, Thank You for answer. I have found solution for this problem. I set transparent image as background for each cells of inner table: ... <td background="./images/background.gif"> <form action="...." method="post"> <table> <tr><td background="empty.gif">Some text</td></tr> <tr><td background="empty.gif"><input name="fldName" value="" size="20"></td></tr> <tr><td background="empty.gif">Some text</td></tr> <tr><td background="empty.gif"><input name="fldEmail" value="" size="20"></td></tr> ... </table> </form> </td> ... This code works fine in Netscape 4.7 and IE 5.0 :) -- Best regards, Vitali mailto:falileev@itos.eu.org
Received on Wednesday, 4 October 2000 05:16:51 UTC