The 6 color gay pride flag waving in the wind.

Welcome to the gay webring!

Website list:

How to Join:

If you see your url in the above list, good news! You're in! Otherwise, just ask and we might add you. If you don't know who to ask, try asking one of the kind maintainers of the websites in the webring. Once you're one the list, you'll need to add the iframe to your site's html.

The iframe:

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.

Alternivative to iframe

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>

THE GAY WEBRING

PREV NEXT

Pssst

Thanks to htmlhobbyist for the idea on how to do this!!