Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.27 KB | None | 0 0
  1. <div id="nav"><a href="index.php"><img src="images/nav_home.png" width="65" height="22" border="0" /></a><a href="about-us.php"><img src="images/nav_about.png" width="70" height="22" border="0" /></a><a href="our-products.php"><img src="images/nav_products.png" width="87" height="22" border="0" /></a><a href="faq.php"><img src="images/nav_faq.png" width="61" height="22" border="0" /></a><a href="contact.php"><img src="images/nav_contact.png" width="80" height="21" border="0" /></a>
  2.   <div id="searchbar">
  3.     <form id="searchform" name="searchform" method="post" action="search.php">
  4.    
  5.     <input type="text" name="stext" id="stext" size="25" value=" ENTER SEARCH WORD HERE"  onblur="if(this.value=='') this.value=' ENTER SEARCH WORD HERE';" onfocus="if(this.value==' ENTER SEARCH WORD HERE') this.value='';" />
  6.     <input name="submit" type="image" id="sendbutt" src="images/search-button.jpg" align="middle"/>
  7.       <input type="hidden" name="nobox" value="true"/>
  8.       <input type="hidden" name="posted" value="1"/>
  9.             </form>
  10.   </div>
  11.  
  12.   <div id="rightlinks"><a href="../cart.php"><img src="images/nav_view-cart.png" width="64" height="21" border="0" /></a><a href="../cart.php"><img src="images/nav_checkout.png" width="64" height="21" border="0" /></a></div>
  13.  
  14.   </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement