View Full Version : table backround question


kaysee
02-15-2003, 07:39 PM
I have searched the forum, but was un able to find what I was looking for. I have a an email form on my website. Because I have my site skinned I would like to make the background of this table transparent/translucent. I don't want any color at all. I want it to show the color from behind the table. Each skin has a different color on that area, so I can't change the color of the table - like I used to do. Is there anyway to do this?

<form <form action="http://pub16.bravenet.com/emailfwd/senddata.php" method="post"

enctype="multipart/form-data">
<input type="hidden" name="usernum" value="**********">
<input type="hidden" name=subject value="quick email tag" value="***********" />
<input type="hidden" name="cpv" value="1" />
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff"><tr><td>
<table border="1" cellpadding="10" cellspacing="1" bgcolor="#ffffff"><tr

bgcolor="#ffffff"><td>
<font face="Verdana"><font size=-2>Name</b></font><br />
<input type="text" name="name" size="20" style="background=#ffffff"/><br />
<font face="Verdana"><font size=-2>email address</b></font><br />
<input type="text" name="email" size="20" style="background=#ffffff" /><br>
<BR><font face="Verdana"><font size=-2>say it</b></font><br/>
<TEXTAREA WRAP=VIRTUAL NAME="comments" COLS=15 ROWS=6 style="background=#ffffff"></TEXTAREA>
<br>
<input type="submit" name="submit" value="send" style="background=#ffffff">
<input type="reset" name="reset" value="erase" style="background=#ffffff"><input

type="hidden" name="thankyou" value="http://www.beautiful-friend.net/" TARGET="new">
</td></tr></table></td></tr></table>
</form>

MaGiCSuN
02-15-2003, 08:31 PM
Just don't fill a bgcolor and it will be transparant.

just delete the "bgcolor=" parts from the codes. that should work good

Love,
Mirna

kaysee
02-15-2003, 09:49 PM
that was so simple.
Thank you :)
some days I can't see the forrest for the trees, ya know
thanks again
Ruth