Ruby Lane: Antiques & Art, Vintage Collectibles, Jewelry
RubyLane Logo RubyLane Logo RubyLane Logo
RubyLane Logo RubyLane Logo RubyLane Logo
 
 
 
RubyLane Logo Ruby Lane Home > Help > Ruby Lane Search Input Boxes

Ruby Lane Search Input Boxes

Put the power of the Ruby Lane Global Search on your web site, home page, or auctions.

These are all HTML table forms that you can cut and paste into your HTML. You are authorized to change the colors, font size and face, input field size, and size of the table. If you want to change the text, you must get approval from us first.

See our banners & buttons page too.


Antiques & Collectibles Search
 
Sample HTML for the large search box.
 
 

Antiques & Collectibles
Search
Sample HTML for the small search box.
 

Thanks!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Antiques & Collectibles Search
 

Sample HTML code:     Back to Top

		
<form method=get action="http://search.rubylane.com/search/" target="_top">
<table cellpadding=0 cellspacing=0 border=1 width=468 height=60>
<tr><td>
<table cellpadding=0 cellspacing=0 border=0 width=468 height=60>
  <tr>
    <td width=140 height=60 bgcolor="#FFFFFF" valign=middle>
      <img src="http://pics.rubylane.com/graphics/0/Rubylane_logo_s.gif" 
      align=middle border=0 width=137 height=45>
    </td>
    <td nowrap align=left bgcolor="#FFFFFF" width=328 height=60>
      <font face="arial, helvetica" size=2 color="#000000">
      <b>Antiques & Collectibles Search</b>
      <br>
      <input type=text name=ss size=20 maxlength=255>&nbsp;
      <input type=submit name=go value="Search">
      </font>
    </td>
  </tr>
</table>
</td>
</tr>
</table>
</form>

		

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Antiques & Collectibles
Search

Sample HTML code:     Back to Top

		
<form method=get action="http://search.rubylane.com/search/" target="_top">
<table cellpadding=3 cellspacing=0 border=1 width=140 height=100>
  <tr>
    <td valign=top align=center bgcolor="#FFFFFF">
      <img src="http://pics.rubylane.com/graphics/0/Rubylane_logo_s.gif" 
      align=middle border=0 width=137 height=45><br>
      <font face="arial, helvetica" size=2 color="#000000">
      Antiques & Collectibles<br>Search
      <input type=text name=ss size=10 maxlength=255><br>
      <input type=submit name=go value="Search">
      </font>
    </td>
  </tr>
</table>
</form>