+ 1
I have a problem in this code | please help :(
5 Answers
+ 5
<p align="right"><input id="mysearch" name="searchitem" type="search" align="right"/></p>
try above. Hope it helps
+ 2
try this:
<input id="mysearch" name="searchitem" type="search" style="text-align:right"/>
or do you want to have the hole input move to the right?
+ 2
You are welcome
+ 1
I wanted to put the input field to the right
+ 1
Thank you. It works :)