Page 1 of 1

Removing space help please

PostPosted: Mon May 18, 2009 3:14 am
by greggblasingame
Help please,

How do I take all the extra space out that is before the word Size and around the paypal buttons in this page: http://www.pbase.com/image/47169777

???
please :shock:

Re: Removing space help please

PostPosted: Mon May 18, 2009 4:21 pm
by rollosphotos
/

Re: Removing space help please

PostPosted: Tue May 19, 2009 1:04 pm
by mangoman
You have a lot of line breaks (<br> tags) in your HTML. For example:

Code: Select all
<br></table>
<br><input type="hidden" name="currency_code" value="USD">
<br><input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<br><img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
<br></form>
<br><form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<br><input type="hidden" name="cmd" value="_s-xclick">
<br><input type="hidden" name="encrypted" value=


I saved your page to my computer, then removed those breaks and the spaces went away. I'm not sure if pbase is injecting the breaks, as Christina suggests, or if they are in HTML code under your control. But those are the culprit.