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> 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. 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
Archived
This topic is now archived and is closed to further replies.