|
Rate BoxPut this rate-me box in your home page, so your visitors can rate your link.
Make sure you put in your own personal link number where you see "YOUR_LINK_ID"
This link number is in the email you received Text VersionRate this Website @ The Mom Blogs HTML code: | <a href="http://themomblogs.com/blogs/detail.php?link_id=YOUR_LINK_ID">Rate this Website @ The Mom Blogs</a> | Drop Down HTML code: <form action="http://themomblogs.com/blogs/includes/rating.php" method="get"> <input name="link_id" value="YOUR_LINK_ID" type="hidden"> <p><b>Please rate it at <a href="http://themomblogs.com/blogs">The Mom Blogs</a></b> </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://themomblogs.com/blogs/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://themomblogs.com/blogs">The Mom Blogs</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> |
|