Results 1 to 5 of 5

Thread: <form> tag space...

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2001
    Posts
    843

    <form> tag space...

    Hello everybody... I am using a form tag and inside a table...

    something like this:

    <form>
    <table>....
    ....</table>
    </form>

    Now.. my problem is that those <form> tags give a white space from the table to the next object below... do you know how to prevent this??

    Thank you
    "The difference between mad and genius is the success"

  2. #2
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    Try something more like:

    Code:
     <form><table>....
    ....</table></form>
    You shouldn't have to do that, but it maybe a browser bug.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2001
    Posts
    843
    Nope... it doesnt work!! It kills me.. why does it do that? I dont think it is a browser bug b/c it also puts the space in Dreamweaver and I saw it alredy in two computers...

    what is it?
    "The difference between mad and genius is the success"

  4. #4
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Code:
    <form style="margin:0px;padding:0px;"></form>
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2001
    Posts
    843
    THHHHHANK you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


    "The difference between mad and genius is the success"

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