|
Hey Seanneo,
I copied and pasted your code into dreamweaver and the space disappeared. But that obviously doesn't solve your problem. One thing I learned early on is spaces in code can cause spaces in the graphics. My only non-expert suggestion would be to try moving the documentation entry to the position after the row
not this:
<!--Login(start)-->
<form method="post" action="forum/login.php?sid=14533c06e17e833a6aa66f8a3e1d0efa">
etc., etc....
<input type="submit" name="Submit" value="Sign In" height="10"></div></form>
<!--Login(finish)-->
</td></tr></table></td></tr>
<tr>
but this:
<!--Login(start)-->
<form method="post" action="forum/login.php?sid=14533c06e17e833a6aa66f8a3e1d0efa">
etc., etc....
<input type="submit" name="Submit" value="Sign In" height="10"></div></form>
</td></tr></table></td></tr>
<!--Login(finish)-->
<tr>
__________________
The truth is more important than the facts. Frank Lloyd Wright
__________________________________________________ _________________
Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
|