White Space - Linefeed?

N

NYDUDE

I am having this problem, I see a gap under an image
within my table. It appears just below my image. White
Space? Linefeed? This makes it horrible for the rest of
my page grid, which goes down my page vertically. Along
the left most column I have a series of paypal
buttons, "buy now". It's your basic html web component...

This thing is causing for the rest of the frame grid, or
table to shift down! Pissing me off.

Why am I seeing this gap? The gap isn't in the image and
I have cellpadding and cellspacing set to zero.

What's funny is that if I remove the </form> closing, at
the end of paypal's html button - the gap goes away! But
this also messes up the other buttons adjacent to it and
all buttons down that column carry out the same info,
over to the paypal shopping cart. No good, since the
buttons are all unique with part numbers and diferrent
prices.

So, is there anything I can do about this miserable gap?
It's really important that I rid my grid, or table of it,
since it keeps popping up "just below" the buy now button
and shifts the other cells down.

Below I've included a sample clip of paypal's html web
component: (Thanks people, I submitted this post
yesterday eve, and I don't see it here? So I've
resubmitted)

------------------------------------------------------

<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>
 

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