|
If you have the resource listed here, you may be interested to put remote rating from your own website. This will allow you to have more votes from your visitor. You can choose from several ways listed below:
Replace id number with your own resource id.
Rate this Website @ iKenya.Com
HTML code:
<font face="Arial" size="2"> <a href="http://www.ikenya.com/review.php3?id=118" style="color:#5700B8;">Rate this Website @ iKenya.Com</a> </font>
HTML code:
<table width="180" border="0" cellspacing="0" cellpadding="0">
<tr><td align="center" bgcolor="#FFAE00"><font face="Arial" size="2" color="#910014"><b>RATE OUR WEBSITE</b></font></td></tr>
<tr><td align="center" bgcolor="#FFDE7A">
<form action="http://www.ikenya.com/review.php3">
<font face="Arial" size="2"><b><a href="http://www.ikenya.com/" style="color:#5700B8;">@ iKenya.Com</a></b></font>
<input type="hidden" name="id" value="118">
<input type="hidden" name="pflag" value="review">
<input type="hidden" name="param" value="vote">
<select name="sel_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 type="submit" value="Vote">
</form>
</td></tr>
</table>
HTML code:
<table width="140" border="0" cellspacing="0" cellpadding="0">
<tr><td align="center" bgcolor="#FFAE00"><font face="Arial" size="2" color="#910014"><b>RATE OUR WEBSITE</b></font></td></tr>
<tr><td align="center" bgcolor="#FFDE7A">
<form action="http://www.ikenya.com/review.php3">
<font face="Arial" size="2"><b><a href="http://www.ikenya.com/" style="color:#5700B8;">@ iKenya.Com</a></b></font>
<input type="hidden" name="id" value="118">
<input type="hidden" name="pflag" value="review">
<input type="hidden" name="param" value="vote">
<select name="sel_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>
<br><input type="submit" value="Vote">
</form>
</td></tr>
</table>
HTML code:
<table width="140" border="0" cellspacing="0" cellpadding="0">
<tr><td align="center" bgcolor="#FFAE00"><font face="Arial" size="2" color="#910014"><b>RATE OUR WEBSITE</b></font></td></tr>
<tr><td bgcolor="#FFDE7A">
<form action="http://www.ikenya.com/review.php3">
<center><font face="Arial" size="2"><b><a href="http://www.ikenya.com/" style="color:#5700B8;">@ iKenya.Com</a></b></font></center>
<input type="hidden" name="id" value="118">
<input type="hidden" name="pflag" value="review">
<input type="hidden" name="param" value="vote">
<font face="Arial" size="2">
<input type="radio" name="sel_rating" value="5" checked style="background=#FFDE7A; border=0;"> Excellent!<br>
<input type="radio" name="sel_rating" value="4" style="background=#FFDE7A; border=0;"> Very Good<br>
<input type="radio" name="sel_rating" value="3" style="background=#FFDE7A; border=0;"> Good<br>
<input type="radio" name="sel_rating" value="2" style="background=#FFDE7A; border=0;"> Fair<br>
<input type="radio" name="sel_rating" value="1" style="background=#FFDE7A; border=0;"> Poor<br>
</font>
<center><input type="submit" value="Vote"></center>
</form>
</td></tr>
</table>
|