![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Is there a way to stop the annoying newlines that are created after </form>? |
#2
| |||
| |||
|
|
"Keiron Waites" <webmaster@-NOSPAM-sharemonkey.com> wrote: Is there a way to stop the annoying newlines that are created after /form>? If you literally mean the newlines then form {display: inline} is what you want. However, normally people just want to get rid of the margins, so form {margin: 0} does the trick. |
#3
| |||
| |||
|
|
"George Ziniewicz" <zin1 (AT) cox (DOT) net> wrote: -- -- Photography and Mysticism http://www.zintel.com Why is you sig at the top of your message? |
|
Haven't tried it, but I'm guessing that a form{display:inline} would supress the <br>'s? (if legal!) No. If you want to suppress the <br>s then simply delete the <br>s from the source code. |
|
-- "My theories appal you, my heresies outrage you, I never answer letters and you don't like my tie." - The Doctor |
#4
| |||
| |||
|
|
"Steve Pugh" <steve (AT) pugh (DOT) net> wrote in message news:vfkmjvkf5t7ot4bl43h2j2q9im1afi0ja3 (AT) 4ax (DOT) com... "George Ziniewicz" <zin1 (AT) cox (DOT) net> wrote: Haven't tried it, but I'm guessing that a form{display:inline} would supress the <br>'s? (if legal!) No. If you want to suppress the <br>s then simply delete the <br>s from the source code. display:inline supresses both pre and post <br>'s of form and many other block type elements. |
|
OTOH the original poster called for how to suppress the ones after the form, I don't know how that would be done besides a display:inline and an explicit <br |
#5
| |||
| |||
|
|
"George Ziniewicz" <zin1 (AT) cox (DOT) net> wrote: -- -- Photography and Mysticism http://www.zintel.com Why is you sig at the top of your message? |
#6
| |||
| |||
|
|
I think I get you now, though it looks like an invisible <br> is done before and after a form, |
|
t is actually a margin that is about the size of a br>. I can accept that it isn't a <br> per se. |
![]() |
| Thread Tools | |
| Display Modes | |
| |