Input Fields Positioning

Discussion in 'HTML & Website Design' started by Cipixxx, Jan 20, 2009.

  1. #1
    Hi,

    I have an image input type inside a form that needs certain positioning. It has to display the same in both IE and FF.

    I've used class for the input, I've used div style, and still no good result.
    Below is the form I need styled.
    
    <form target="paypal" action="https://" method="post">
    <input name="submit2" type="image" src="images/add.gif" alt="PayPal" align="right"  border="0"  />
    </form>
    
    Code (markup):

     
    Cipixxx, Jan 20, 2009 IP
  2. Dox5

    Dox5 Peon

    Messages:
    35
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Have you tried
    
    <form target="paypal" action="https://" method="post">
    <input name="submit2" type="image" src="images/add.gif" alt="PayPal" align="center"  border="0"  />
    </form>
    
    Code (markup):
    Or is that not what you mean?
     
    Dox5, Jan 20, 2009 IP
    Cipixxx likes this.
  3. Cipixxx

    Cipixxx Well-Known Member

    Messages:
    754
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    128
    #3
    oh no .. :) thanks for trying tho. I managed to solve the problem.

    please close this thread.
     
    Cipixxx, Jan 20, 2009 IP