Re: [OT] Form tag help

2002-05-23 Thread Owen Leonard
I did the thing for a long time, but now I'm wanting things to validate, so I've started putting this into my stylesheet: form { margin : 0px; } This works great with modern browsers (which doesn't include Netscape 4, of course!) -- Owen - Original Message - > I didn't look, but

Re: [OT] Form tag help

2002-05-23 Thread Jeffry Houser
: Doh: My last E-mail was cutting off the HR. Take the HR out of the table: https://secure.paypal.com/cgi-bin/webscr"; method="post" target="_blank">http://www.fusionauthority.com";>http://images.paypal.com/images/x-click-but7.gif"; alt="Make payments with PayP

Re: [OT] Form tag help

2002-05-23 Thread Jeffry Houser
At the risk of starting a flame war.. That space doesn't show in Navigator. : runsaway: Put it in a two row, one column table with cellspacing and cellpadding set to 0. Like this: https://secure.paypal.com/cgi-bin/webscr"; method="post" target="_blank">http://www.fusiona

Re: [OT] Form tag help

2002-05-23 Thread Michael Dinowitz
That's what I expected. I didn't want to do that as I've been trying to keep the alerts low on HTML. At 01:54 PM 5/23/02, you wrote: >oi Michael!! > >I didn't look, but i normally shove mine in between a >or you can use inline styles to suppress the margins(etc etc blah blah) of the >cells..

Re: [OT] Form tag help

2002-05-23 Thread Critz
oi Michael!! I didn't look, but i normally shove mine in between a or you can use inline styles to suppress the margins(etc etc blah blah) of the cells.and if it's not in a tabledunno -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - Thu

[OT] Form tag help

2002-05-23 Thread Michael Dinowitz
When a form tag is placed on a page, the resulting HTML has a line return where its placed. For example, if you go to www.fusionauthority.com/alert you'll see a space between the HR and the Paypal donation button. Is there any specific HTML command or operation that can be done to remove that s