Using form tag adds line break....please help..!!

Discussion in 'HTML & Website Design' started by seosemguy, Jul 30, 2011.

  1. #1
    I have noticed that when I add a form to my page a line break is added to the page. There is no <br> or <p> tag but the line break appears in my page when displayed in a browser and it affects my page layout. Is there a way around the form tag to not add a space or line break at the end of the form?
     
    seosemguy, Jul 30, 2011 IP
  2. dthoai

    dthoai Member

    Messages:
    106
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    38
    #2
    Do you find <br> in HTML source code of your page? If yes, maybe your platform automatically replace \r\n by <br>. You may find this case when using blogger.com.
     
    dthoai, Jul 30, 2011 IP
  3. abrakatabra83

    abrakatabra83 Peon

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Show some code so we can see what's happening. Try using "display: inline" in your <form> tag
     
    abrakatabra83, Jul 31, 2011 IP