Html Code Fragment Not lining up

G

Guest

i am setting up a basic storefront and want a paypal
button to line up beside the product desc. I make a code
fragment and paste the following text
<form target="paypal" action="https://www.paypal.com/cgi-
bin/webscr" method="post">
<input type="image" src="http://www.acmesales.net/ATC.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="[email protected]">
<input type="hidden" name="item_name" value="test">
<input type="hidden" name="item_number" value="test">
<input type="hidden" name="amount" value="100.00">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
</form>

When i preview or publish the site the graphics have large
gaps between them
 
D

David Bartosik - MS MVP

That would be space between the html table cells.
How the cells are written depends on how you lay out the page and how page
objects are in relation to one another.
You could send me your pub file for review and I can offer suggestions.

--
David Bartosik - MS MVP
for Publisher help:
www.davidbartosik.com
enter to win Pub 2003:
www.davidbartosik.com/giveaway.aspx
 
Top