Forms Line Skip

Discussion in 'HTML & Website Design' started by darkblade, Mar 13, 2007.

  1. #1
    When you make a form in html it skips a line then creates a form. This is a problem since this creates a large gap in my template. Is there a way to make it so that the form does not skip a line with something like CSS?
     
    darkblade, Mar 13, 2007 IP
  2. metalstein

    metalstein Well-Known Member

    Messages:
    660
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    110
    #2
    can you show me your site or template please?

    thanks
     
    metalstein, Mar 13, 2007 IP
  3. bacanze

    bacanze Peon

    Messages:
    2,419
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I think i know what you are saying, so you want the form objects to be really close together, applying padding etc doesnt work in this case due to the separate form tags.

    Only thing I can think of is to apply a class with absolute positing, I hate to reccommed this method as I dont like to use absolute postioning for obvious reasons. Anyway if its 100% essential, use it.

    Ash :)
     
    bacanze, Mar 13, 2007 IP