View Full Version : <form> tag creating linebreak?


Stormx
05-22-2005, 08:20 PM
http://www.tomcreer.3rror.com/temp_dd/

The form tag (I've isolated it) seems to be creating a linebreak. I've checked in IE and opera, with the same result. I've tried getting rid of linebreaks/whitespaces between relevant tags with no results... Any suggestions? Heres a zoom-in on the code:

<td style="background-image:url(./images/layout/bar_bg.jpg); padding-right:15px;" align="right" height="20">
<form action="index.html" method="post">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding-right:10px;"><input type="text" class="logininput" /></td>
<td style="padding-right:10px;"><input type="text" class="logininput" /></td>
<td><input type="image" src="./images/layout/login.gif" /></td>
</tr>
</table>
</form>
</td>

Thanks.

Stormx

Stormx
05-22-2005, 08:52 PM
Heh, nevermind. I figured i just needed to put style="margin:0px;" in the form tag.