Copy the following code, but replace "YOURSITE.COM" with your site name, like "infoforwomen.net", without the quotes.
<iframe height="260" width="640"
src="https://www.thegaywebring.org/frame.php?site=YOURSITE.COM"
title="The Gay Webring"></iframe>
You can also pass CSS colors to "text", "link", and "visited" parameters to style the iframe, like this:
<iframe height="260" width="640"
src="https://www.thegaywebring.org/frame.php?site=infoforwomen.net&text=%23335533&link=%23ff55ff&visited=%23cc99cc"
title="The Gay Webring"></iframe>
Note that "%23" is the "#" that comes before the hex code, you could instead use words like "white" or "purple" so you wouldn't need to worry about escape characters and hex codes.
If you'd like more control over the style of the webring box, we also provide parametric nav links
which you use like this:
<div style="border-style: solid;">
<h3>THE GAY WEBRING</h3>
<a href=https://www.thegaywebring.org/nav.php?website=infoforwomen.net&direction=prev>PREV</a>
<a href=https://www.thegaywebring.org/nav.php?website=infoforwomen.net&direction=next>NEXT</a>
</div>
Thanks to htmlhobbyist for the idea on how to do this!!