|
From: ArizonaJohn on 6 May 2008 21:35 Hello, how can I move a form input field & form input button up about 20 pixels?
From: webstaffuk on 7 May 2008 03:23 Hi you could put them into a DIV or other container and use CSS to position them where you want.. <div style="padding-left:20px; padding-top:20px;"> <input name="input" type="text" > </div>
From: ArizonaJohn on 7 May 2008 14:59 Thanks. I'm not a CSS master. Could you give me an example of what I could type exactly in the style sheet and what I could type exactly in the HTML?
|
Pages: 1 Prev: position images at bottom of div tag? Next: Form submission |