Click to See Complete Forum and Search --> : Layer question, thanks


gogobrent
07-21-2004, 04:52 AM
Hey,
I have a formmail and I want to put it on a pictures like a layer but when I but a <td> it doen´t come on the picture but next to it.
Please help
<TD background="images/index_09.gif" valign="top" height="924"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#ECB33C">GBA-</font><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Cube
:::::</font><b><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><br>
<br>
<font color="#ECB33C">GBA-Cube .:News:.</font></font></b></TD>
<br>
<TD valign="top" height="924"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#ECB33C">/font><font size="1" face="Verdana, Arial, Helvetica, sans-serif">
</font><b><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><br>
<br>
<TD valign="top" height="9200">
<form method="post" enctype="multipart/form-data" action="http://www.gba-cube.net/formmail.php">
<input type="hidden" name="MAX_FILE_SIZE" value="1000000">
<input type="hidden" name="path_to_file" value="/www/uploaded/files">
<input type="hidden" name="require" value="email,phone_no">
<input type="hidden" name="recipient" value="your@email.com">
<input type="hidden" name="sort" value="alphabetic">
<input type="hidden" name="ar_file" value="/www/formmail_path/autoresponder.txt">
<input type="hidden" name="ar_subject" value="Thank you for your interest!">
<input type="hidden" name="env_report" value="REMOTE_HOST,HTTP_USER_AGENT">
<table>
<tr>
</tr>
<tr>
<td>
<select name="multi2[]" size="3" multiple>
<option>GP32 Project Hosting</option>
<option>Your banner on GBA-Cube</option>
<option>Affiliate</option>
<option>Wholesalelists</option>
</select>
<br>
</td>
</tr>
<tr>

<tr>
<td>Your Email:</td><td><input type=text name="email"></td>
</tr>
<tr>

<tr>
<td>text:</td><td><textarea name="What you think about me" cols="40" rows="3"></textarea></td>
</tr>
<tr>
<td colspan="2"><input type="submit"><input type="reset"></td>
</tr>
</table>



</form>

soccer362001
07-21-2004, 08:00 AM
The reason is you have the background image in the first <td> and <td>'s make new columns in a table. So if you want a background image in a specific <td> you will need to apply it in that <td> or to all the <td>'s.

gogobrent
07-21-2004, 02:57 PM
The first 2 thing work but the third one doesn´t please help
Thanks

<TD valign="top" height="900">
Name: dude<BR>
Sort: dude<BR>
dude <BR>
Pages: 3 <BR>
<a href="http://www.gba-cube.net/images/dude/1big.jpg"><IMG SRC="http://www.gba-cube.net/images/dude/1.JPG" > </a> <BR>
Price: $20

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but22.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="dude@due.com">
<input type="hidden" name="item_name" value="DUEDE">
<input type="hidden" name="item_number" value="Yo,people">
<input type="hidden" name="amount" value="20.00">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
</form>
<BR>
Dude<BR>
Sort: HeyBR>
Yes <BR>
Pages: 2 <BR>
<a href="http://www.gba-cube.net/images/dude/2big.jpg"><IMG SRC="http://www.gba-cube.net/images/dude/2.JPG" > </a> <BR>
Price: $20

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but22.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="People">
<input type="hidden" name="item_name" value="YO">
<input type="hidden" name="item_number" value="O">
<input type="hidden" name="amount" value="20.00">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
</form>
<TD valign="top" height="900">
<BR>
<TD valign="top" height="900">
YES<BR>
NO<BR>
AAH <BR>
Please help :) <BR>
<a href="http://www.gba-cube.net/images/dude/3big.jpg"><IMG SRC="http://www.gba-cube.net/images/dude/3.JPG" > </a> <BR>
Price: $30
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but22.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="gdude@hdude.com">
<input type="hidden" name="item_name" value="Dude">
<input type="hidden" name="item_number" value="dude">
<input type="hidden" name="amount" value="30.00">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
</form>
<TD valign="top" height="900">
<br>

gogobrent
07-22-2004, 02:36 AM
I already fixt it:) Thanks for your help!

soccer362001
07-22-2004, 08:04 AM
No problem.