|
| PayPal code messes up alignment |
 |
Tue, 13 Mar 2007 18:06:07 -050 |
Hi all,
I read a few very similar posts above, but didn't really see a solution.
Basically, I'm adding PayPal buy me buttons, inside of a table. I put
the code in a text box, locked to the same size (approx) of the button,
and put the text box in a table row. It's totally messing up the height
and width of the table, and everything spaces out so far away. Tried
exact pixel width for the table, and auto, neither make a dif. I even
put the table in a layout region, thinking that may restrict the table,
but it didn't.
Attached is a screen shot - the bottom couple of rows have no buttons,
and as you can see, are aligned closer together.
Any suggestions? (no drop down menus though)
Thanks!
~Kitty
--
Ink2Art.com
FullMoonGraphics.com
ArtBeatStreet.com
|
| Post Reply
|
 |
| View Original Image |
| Re: PayPal code messes up alignment |
 |
Thu, 15 Mar 2007 16:26:08 -000 |
Hi Kitty,
I have noticed the problem.
Try de-selecting 'Generate non-breaking spaces' in the table properties box.
This might solve your problem, but it may introduce new spacing issues.
See how you get on - good luck.
Gary
|
| Post Reply
|
| Re: PayPal code messes up alignment |
 |
Tue, 20 Mar 2007 02:21:54 -050 |
Thanks for the tip Gary. Unfortunately it didn't work. :(
I'm not sure what the heck to do... trying everything here. dagnabbit.
~Kitty
Gary wrote:
> Hi Kitty,
>
> I have noticed the problem.
>
> Try de-selecting 'Generate non-breaking spaces' in the table properties
box.
> This might solve your problem, but it may introduce new spacing issues.
>
> See how you get on - good luck.
> Gary
>
>
--
Ink2Art.com
FullMoonGraphics.com
|
| Post Reply
|
| Re: PayPal code messes up alignment |
 |
Tue, 20 Mar 2007 02:57:46 -050 |
On Tue, 20 Mar 2007 02:21:54 -0500, Kitty wrote:
> Thanks for the tip Gary. Unfortunately it didn't work. :(
> I'm not sure what the heck to do... trying everything here. dagnabbit.
Kitty/Gary,
Try this:
Edit the HTML provided to you by PayPal from this:
<form action="https://www.paypal.com...
to
<form style="bottom-margin: 0;"
action="https://www.paypal.com...
Adding the CSS styling will cause the bottom of the FORM to lose its
natural margin.
Maybe this will help.
;-)
Charles
--
--------------------------------------------------------------------------------
-----------------------
Charles Edmonds
cje_ByteMeSpammers_@lansrad.com (remove the _ByteMeSpammers_ to email me)
www.clarionproseries.com - "Serious imaging tools for Clarion
Developers"
www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
and Forms!"
www.lansrad.com - "Intelligent Solutions for Universal Problems"
www.fotokiss.com - "World's Best Auction Photo Editor"
|
| Post Reply
|
| Re: PayPal code messes up alignment |
 |
Tue, 20 Mar 2007 11:44:22 -000 |
Hi Kitty, / Charles,
After making it work and posting my last post, I needed to place a button on
a site with 0 boarders around it....and couldn't do it.!
Subsequently I have spent a lot of time "playing" with this issue. It
seems
that as soon as you enter html into a cell css text formatting comes into
play, this is where the problem is.
What I did to get around it was to goto the style sheet select a text
"heading" that you do not currently use in your site, and enter
"0"s (Zeros)
in ALL the spacing options under all the tabs (boards/paragraph etc)
Then select that css heading for your table/cell - it worked for me, let me
know how you get on, and good luck!
Gary
|
| Post Reply
|
|
|
|
|
|
|
|
|
|