Rate Box
Put one of these rate-me boxes on your home page, so your visitors can rate you.
Be sure to change YOUR_LINK_ID to your actual Link ID. To find out what your link ID is, find your listing in our review directory and click on the detail link. Your link ID will be listed right at the top of your detailed listing.
Banner Version
 Write a review on me @ Chinchilla Breeder Reviews
HTML code:
|
<a href="http://www.chinchillas.org/reviews/detail.php?link_id=YOUR_LINK_ID" target="_blank"><img src="http://www.chinchillaclub.com/banner/breederreviewsbanner.gif" border="0"><br>Write a review on me @ Chinchilla Breeder Reviews</a>
|
Drop Down
HTML code:
<form action="http://www.chinchillas.org/reviews/includes/rating.php" method="get" target="_blank">
<input name="link_id" value="YOUR_LINK_ID" type="hidden">
<p>
<a href="http://www.chinchillas.org/reviews" target="_blank"><img src="http://www.chinchillas.org/reviews/breederreviewsad.gif" border=0></a> </p>
<p><select name="rating">
<option value="5">Excellent!</option>
<option value="4">Very Good</option>
<option value="3">Good</option>
<option value="2">Fair</option>
<option value="1">Poor</option>
</select> <input value="Vote" type="submit"> </p>
</form>
|
Radio Button
HTML code:
<form action="http://www.chinchillas.org/reviews/includes/rating.php" method="GET">
<input name="link_id" value="YOUR_LINK_ID" type="hidden">
<table bgcolor="#ffffff" align="center" style="border-collapse: collapse" bordercolor="#000000"
width="120" border="1">
<tr>
<td align="center">
<b>Rate our website </b>
@ <a href="http://www.chinchillas.org/reviews">Chinchilla Breeder Reviews</a></b>
</td>
</tr>
<tr>
<td><input name="rating" value="5" type="radio"> Excellent!<br>
<input name="rating" value="4" type="radio"> Very Good<br>
<input name="rating" value="3" type="radio"> Good<br>
<input name="rating" value="2" type="radio"> Fair<br>
<input name="rating" value="1" type="radio"> Poor </td>
</tr>
<tr>
<td align="center">
<input value="Vote" type="submit"></div>
</td>
</tr>
</table>
</form>
|
|