| Designed web site in Photoshop and sliced it and having trouble with forms i have a site i built from a design in photoshop and adds space to the page |
chepowel

msg:3253647 | 8:14 pm on Feb 15, 2007 (gmt 0) | I created a site in photoshop, sliced it in imageready, and then took it into dreamweaver. now when i try to add a paypal button the form creates more space in the table so that the button has white all around it, even though they are hidden. How do i get the form to work without using extra space? It puts white around the button that I am trying to use.
|
bill

msg:3254075 | 4:11 am on Feb 16, 2007 (gmt 0) | Welcome to WebmasterWorld chepowel. You might want to look into positioning and CSS [webmasterworld.com]. What steps have you tried to fix this problem?
|
chepowel

msg:3254429 | 1:59 pm on Feb 16, 2007 (gmt 0) | I accidentally put flash on the top but i meant photoshop. I have tried to change the <td> tag to <div> but that did not help Here is the trouble spot...it is just a form in a sliced webpage <TR> <TD COLSPAN=4 ROWSPAN=2 ALIGN=left VALIGN=top> <IMG SRC="images/polar_32.gif" WIDTH=78 HEIGHT=2 ALT=""></TD> <TD COLSPAN=2 ROWSPAN=4 ALIGN=left VALIGN=top> <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="image" src="http://www.example.com/new/images/polar_32.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> <input type="hidden" name="add" value="1"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="me@example.com"> <input type="hidden" name="item_name" value="Polar Bear"> <input type="hidden" name="amount" value="23.95"> <input type="hidden" name="no_shipping" value="2"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="lc" value="US"> <input type="hidden" name="bn" value="PP-ShopCartBF"> </form></TD> [edited by: jatar_k at 1:11 am (utc) on Feb. 17, 2007] [edit reason] examplified [/edit]
|
|
|