Results 1 to 16 of 16

Thread: HTML help[RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Addicted Member Osiris's Avatar
    Join Date
    Oct 2000
    Location
    Dimension Hole
    Posts
    142

    HTML help[RESOLVED]


    Hi everyone

    I hope that this is a simple question... well.. this is my HTML code:
    HTML Code:
    <html>
    	<body>
    		<table border=1>
    			<tr>
    				<td>hi
    					<form><input type=hidden value='hello' height=0>
    					</form>
    				</td>
    			</tr>
    		</table>
    	</body>
    </html>
    Well, my problem is that the table comes up with an extra space, something like this:

    +---+
    |hi |
    | * |
    +---+

    And I would like for my table to look like this:
    +---+
    |hi |
    +---+

    I suspect the <input type=hidden> to be causing this but I dont know how to get rid of this problem. Anyone have any idea of how to fix this?
    Last edited by Osiris; Nov 12th, 2005 at 08:28 PM.
    ؊Ϯϊ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width