Jump to content

DIV valign


mmarif4u

Recommended Posts

Hi all this is my 1st post in html forum.

I have site where i use div for text and forms.

I want to align the image in div at bottom, but not able to do it correctly,

The code is:

 

<td background="images/bg2.jpg" valign="top" width="158" height="100%">
<div valign="top" align="left"> <form method="get" action="">    <font face="verdana" color="Green"><b>GOLF COURSES</b></font></div>
<div valign="top" align="left">    Search By Name:</div>
<div valign="top" align="center"><input class="textbox" type="text" name="search"><br></div>
<div valign="top" align="right"><input class="button" type="submit" name="submit" value="Search">   </div>
<div valign="top" align="center"><select class="textbox" name="searchbycountry"><option>Search By Country</option><option>Indonesea</option><option>Malaysia</option><option>Singapore</option></select><br></div>
<div valign="top" align="right"><input class="button" type="submit" name="submit" value="Search">   </form></div>
<div align="center" valign="bottom">
<br>
<img src="images/message.jpg" border="0" width="140" height="60" alt=""></div>

 

This is part in the above code which i want to put at the bottom.

<div align="center" valign="bottom">
<br>
<img src="images/message.jpg" border="0" width="140" height="60" alt=""></div>

 

The link to this page is: www.kakigolf.com

If u look carefully there the right there is QUESTIONS? image i want that to put it at the bottom.

How can i overcome on that.

Thanks in advance.

Link to comment
https://forums.phpfreaks.com/topic/56167-div-valign/
Share on other sites

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.