Click to See Complete Forum and Search --> : Remove Carriage Return from closing Form tag


Bruno
03-27-2003, 04:41 AM
Hi All

I'm not sure if you can do this but I have heard that you can.

It seems that my Form creates a carriage return when it is closed - BUT my page design gets messed up by this unwanted, meddling carraige return.

Does anyone know how to remove the carraige return from a </form> tag using CSS?

Any help is appreciated.

Thanks

nkaisare
03-27-2003, 09:21 AM
Try <form style="display: inline">
Does that work? If you give a URL, may be we can give you more specific answer.

Bruno
03-27-2003, 09:25 AM
Hi nkaisare

Thanks - that works perfectly.