 |

Main
News
Articles
tech Q&A
History
Concept Spec
Fun Stuff
Rumors
Email Us
Links
|
Notes On Customizing Your Net Ring Code
--------------------------------------------------------------------------------
Your Net Ring code is what your site need to have in order to become a member of Pontiac Performance Webring. It also determines how your Net Ring appears to your users. When you apply your site to become a member of the ring, this is the code that is emailed to you.
If you are familiar with designing webpages and working with HTML code, customizing your ring code should be of little or no difficulty for you. If you are not familiar with HTML coding, you might want to stick with the default code until you learn a little more or can have someone create your ring code for you.
Designing your Net Ring is just a matter of deciding which features you wish to offer (shown below), and then customizing the appearance around these links.
Available Feature Links
table border=0 width=160 cellpadding=5 cellspacing=0 bgcolor="#CCCCCC"
The background can be changed by typing the colors name in bgcolor="color", where color is the color of your choice.
The width of the table can be changed with width=#, the # is the number of pixels.
img src="http://c6firebird.freeservers.com/topring.jpg" width=160 alt=" "
The image can be changed so that it uses your image instead of the default, or if you choose to display no image.
If you dont want image, simple delete the line. If you want to use your image, use this path; "http://your.path.com/yourimage.(jpg,bmp,etc...)
Remember to close the command in with < and >
Additional Command
You can add more choices to your code by typing in these command:
Random: Takes the user to a random site in the ring.
http://www.ringsurf.com/netring?ring=***RING ID***;id=***SITE ID***;action=rand
Next: Takes the user to the next site in the ring.
http://www.ringsurf.com/netring?ring=***RING ID***;id=***SITE ID***;action=next
Previous: Takes the user to the previous site in the ring.
http://www.ringsurf.com/netring?ring=***RING ID***;id=***SITE ID***;action=prev
Skip ###: Skip the user ### sites ahead in the ring, where ### is the number of sites to be skipped.
http://www.ringsurf.com/netring?ring=***RING ID***;id=***SITE ID***;action=skip###
Skip Previous ###: Skip the user ### sites backward in the ring, where ### is the number of sites to be skipped.
http://www.ringsurf.com/netring?ring=***RING ID***;id=***SITE ID***;action=sprev###
List Next 5: Generates a list of the next 5 sites in the ring.
http://www.ringsurf.com/netring?ring=***RING ID***;id=***SITE ID***;action=next5
List Previous 5: Generates a list of the previous 5 sites in the ring.
http://www.ringsurf.com/netring?ring=***RING ID***;id=***SITE ID***;action=prev5
List: Generates a list of all of the sites in the ring.
http://www.ringsurf.com/netring?ring=***RING ID***;action=list
Statistics: Generates a report of the latest usage statistics for the ring.
http://www.ringsurf.com/netring?ring=***RING ID***;action=stats
Home: Takes the user to the ring's home page.
http://www.ringsurf.com/netring?ring=***RING ID***;action=home
Join: Takes the user the ring's membership request form to encourage prospective new ring members to sign up!
http://www.ringsurf.com/netring?ring=***RING ID***;action=addform
Remember to add these command into the A HREF command and use text or graphic as the link. End this line with /a command.
|