I've a need of span within a form... but it doesn't validate, so I need a better substitute.
So, I've:
[1 text field] [some text] [2 text field] [submit btn]
When I use span for [some text], all is good as it's an inline object everything aligns perfectly. But when I try to use div with display:inline alignment goes crazy.
I don't want to mess with floats. Is there a simple substitute for span inside form?
spanelement in the first place? And can you setup a jsfiddle.net of your issue? – PeeHaa 埽 Jan 29 '12 at 13:57