|
Add This Privateer Ratings box to your site!
(The box is live. Test it - rate The Privateer)
Your visitors can rate your site on our links pages quickly and easily. Higher ratings = more hits to your site from ours.
It's easy to do. Here's how:
- Go to
the Privateer Links Directory and find the listing for your web site.
- Get your link ID number. If you look at the link information - either in the status bar, the link properities (IE) or link information (Netscape) - you will see the link looks like this: http://www.the-privateer.com/cgi-bin/links/jump.cgi?ID=###. The one, two or three digit number is your site ID.
- Copy the code below (highlight it and hit CTRL+C) and paste it on your web page. Replace YOURIDHERE with your site ID number.
- That's it. Your visitors should be able to rate your site now. If you have any troubles adding the code to your site, please send an e-mail to capt@the-privateer.com.
<!--begin cut
and paste-->
<form action="http://www.the-privateer.com/cgi-bin/links/rate.cgi" target="top" method="POST">
<table bgcolor="#0000C0" width="160" cellpadding="1" cellspacing="0" border="0">
<tr><td align="center">
<input type=hidden name="ID" value="YOURIDHERE">
<select name=rate>
<option>---
<option>1
<option>2
<option>3
<option>4
<option>5
<option>6
<option>7
<option>8
<option>9
<option>10
</select></td></tr>
<tr><td align="center">
<input type=submit name="submit2" value="Rate this site">
<font color="#ffffff" face="verdana, arial, helvetica" size="2"><b>Best = 10</b></font></td></tr>
</table>
</form>
<!--end cut and paste-->
|