corner image corner image
View Single Post
corner image corner image
  #3 (permalink)  
Old 10-07-2008, 01:18
HuggyBear's Avatar
HuggyBear HuggyBear is offline
I Live on A1!
 
Join Date: May 2008
Location: Darlington
Posts: 633
Thanks: 105
Thanked 86 Times in 80 Posts
HTML:
Code:
<div id="header">
<div id="logo">
<img src="images/logo.png" style="border:none;"/>
</div>
<div id="shopping_trolley">
You have <b>0</b> items in your shopping trolley
</div>
<div id="search_bar">
<div id="search_form">
<form action="SimpleSearch.aspx" method="get" name="SiteSearch">
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td><input type="text" name="q" accesskey="s" class="search_term" /></td>
<td><input type="image" name="searchSubmit" src="images/search_submit.png" alt="" class="search_submit"/></td>
</tr>
</table>
</form>
</div>
</div>
</div>
TIA
Reply With Quote
corner image corner image