Quote Originally Posted by schoolboy View Post
Try this ins your "related_sites.html" page...
HTML Code:
<form id="searchbox" action="http://seeinteriors.co.uk/index.php?main_page=advanced_search_result" method="get">
<input type="hidden" name="main_page" value="advanced_search_result" />
<input type="hidden" name="search_in_description" value="1" />
<input id="search" type="text" name="keyword" size="6" maxlength="30" style="width: 138px" value="Search for..." onfocus="if (this.value == 'Search for...') this.value = '';" onblur="if (this.value == '') this.value = 'Search for...';" />    
<input id="submit" type="submit" value="Search"></form>
It should style accordingly as well as the ID's are still there. Thoudh you might want to remove: size="6" maxlength="30" style="width: 138px"
Thankyou! that works perfectly.

One final question, any idea how to remove the yellow outline that appears when you click to type? Does not appear in IE but does in Google Chrome.