The trick for getting rid of that annoying space without having the move the form tag inside the table tags(can cause validation errors) is to define the following style attribute:
 
form{
    display:inline;
}
 
I have no idea why this works but it does, took me 2 years of trying every other style setting before seeing that trick on a blog one day :D
 
Mike.
-----Original Message-----
From: Chris Dawes [mailto:[EMAIL PROTECTED]
Sent: Friday, 4 February 2005 12:22 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: white space

Hello Gavin,


This is an HTML issue. are you using table tags? if so put your <form> tags between the table and tr or tr and td, but not inside them.


Dawesi


Friday, February 4, 2005, 12:09:33 PM, you wrote:


> Hello out there,


> Ive ran into problem with css. Ive set out my web page all nicely so

> everything is all layed out nice and sweet. I have a login section which I

> just put static input tags into without the form tags around it just to get

> the layout right. But now im up to the stage where i have to make the login

> functional. I put the nessesary form tags around the input tags and its

> thrown all of my layout to bits.


> Does someone know anything I can do so the form tags do not create white

> space. Ive tried

> <cfprocessingdirective suppresswhitespace="true">


> no good..


> Then I tried <cfsilent> but that is no good because it doesnt output the

> form tags as html which is needed.


> Any help would be great


> Cheers


> Gav






> ---

> You are currently subscribed to cfaussie as: [EMAIL PROTECTED]

> To unsubscribe send a blank email to

[EMAIL PROTECTED]

> Aussie Macromedia Developers: http://lists.daemon.com.au/




-- 

Best regards,

 Chris                            mailto:[EMAIL PROTECTED]

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to