Jump to content

[SOLVED] Using CSS to juxtapose a form directly to the right of an image


ArizonaJohn

Recommended Posts

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>

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.