White Space/Linefeed?

N

NYDUDE

Hello FP Geniuses!

The problem I have is after the "buy now" image, appears
on my frame (preview mode, )I see a gap under that
image. This gap causes problems for my grid. The gap
that appears (just below the button.gif) enlarges the
frame, causing everything to shift down my page
vertically. Since I have multiple buttons, it screws up
my entire grid.

This frame/grid consists of four columns, (1) The paypal
(html web component) button space or column, (2) The item
number column, (3) The item name, and (4) The size column.

I insert my web component, (paypal - buy now button) and
the frame, table, or my grid, as I like to call it...
shifts down with a gap!

Why am I seeing this gap? The gap isn't in the image and
I have cellpadding and cellspacing set to zero? I was
figuring maybe it was white space from line feed?

This is annoying and I can't seem to get rid of it. Can
anyone give me the magic formula? Happens in FP 2002 and
2003.

If I removed the </form> tag at the end it would fix the
issue, but it would make all the buttons in the
grid/frame act as one! Any one I clicked would have the
same programming! And all my buttons are unique. If I
restored the </form> then I am back to my original
problem.

Below is the html web component for my paypal button:

<form target="paypal" action="https://www.paypal.com/cgi-
bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business"
value="(e-mail address removed)">
<input type="hidden" name="item_name" value="eBook:
Who's on first.prc">
<input type="hidden" name="item_number" value="10001">
<input type="hidden" name="amount" value="1.95">
<input type="hidden" name="cn" value="Optional
Instructions...">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="image"
src="http://www.cloud9movies.com/paypal_buttons/button_ebo
oks/10001-11000/10001_eBook_buynow.gif" border="0"
name="submit" alt="Make payments with PayPal - it's fast,
free and secure!">
<input type="hidden" name="add" value="1">
</form>

Thanks! (e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top