Add ConceptCar to your Site
If you have your own web site and like what we do here at ConceptCar, why not link to us or have your own search box?
To place a link to ConceptCar on your site, simply put the following piece of html between your <BODY> and </BODY> tags:
<a href="http://www.conceptcar.co.uk/">ConceptCar - automotive design</a>
Have this search box on your site:
If you want to put the search box on your site, just copy and paste the html in the box and place it between your <BODY> and </BODY> tags.
|
|
Search Box HTML:
<table border="0" cellpadding="5" cellspacing="1" bgcolor="#006699">
<tr>
<td bgcolor="white">
<form method="get" action="http://www.conceptcar.co.uk/ccdirectory/search.php">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><input type="text" size="26" name="kword"></td>
<td><input height="18" width="65" src="http://www.conceptcar.co.uk/images/search1.gif" type="image" border="0" name="FIND"></td>
</tr>
</table>
</form>
</td>
</tr>
</table> |
|