WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Forms - Extra vertical space

for

From: Jared Smith
Date: Nov 25, 2003 10:42AM


The form tag is a block level tag, so it will always be placed on a
new line with additional vertical space, much like the p tag. You can
change this behavior by styling the form tag to behave like an inline
tag -
<form style="display:inline;">

Jared


----
To subscribe, unsubscribe, suspend, or view list archives,
visit http://www.webaim.org/discussion/