Thread
:
Using form tag adds line break
View Single Post
11-14-2005, 08:08 PM
#
3
(
permalink
)
ez2c
Member
Join Date: Aug 2005
Location: Texas
Posts: 40
You could probably do this using css
Code:
<form style="margin: 0;"
If you don't want a line break at all, you can do this:
Code:
<form style="display: inline;"...
enjoy
ez2c
View Public Profile
Send a private message to ez2c
Find More Posts by ez2c
Sponsored Links