ArizonaJohn Posted May 20, 2009 Share Posted May 20, 2009 Hello, I would like to have a form directly to the right of an image. The code below gives me what I want, but now I can't use CSS to modify the form without modifying the image. Basically, I would like to apply some CSS to the form to move it up and to the right a few pixels. How can I do this? Thanks, John <form action="tsearch12.php" method="post"> <div class="smalllogo"><a href="index.php"><img src="images/logo.png" alt="Tywod" width="170" height="45" border="0"/></a> <label>Enter Topic: <input type="text" name="find" size="55"/> <input type="hidden" name="searching" value="yes" /> <input type="submit" name="search" value="Search" /> </label> </div> </form> Quote Link to comment https://forums.phpfreaks.com/topic/159001-solved-using-css-to-juxtapose-a-form-directly-to-the-right-of-an-image/ Share on other sites More sharing options...
ArizonaJohn Posted May 20, 2009 Author Share Posted May 20, 2009 Nevermind, I think I figured it out. Quote Link to comment https://forums.phpfreaks.com/topic/159001-solved-using-css-to-juxtapose-a-form-directly-to-the-right-of-an-image/#findComment-838538 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.