WIDGET SETUP INSTRUCTIONS

STEP 1: put this code at the top of your .html file, anywhere between <head> and </head>

STEP 2: put this code at the bottom of your .html file, somewhere above </body>

HAVING TROUBLE?

▬ the widget only works in the body of a HTML FILE .. it won't work in a social media bio, text box in a website builder, or other files like .js or .css

▬ the widget only works on the URL you gave me. if you want to put it on the website for a second comic, you'll have to send a second application for it

▬ the widget's font/size/colour comes from the 'body' and 'a' tags in your own css .. those are usually at the top of style.css and look like this:

body{
font-family: NAME OF FONT;
font-size: SIZE OF FONT in px;
}
a{
color: #HEX CODE COLOUR;
}

▬ more complex edits to the shape or the layout of the widget need a new div tag called #webcomicring (not .webcomicring .. it needs the #)

#webcomicwebring{your code here}

UPDATING THE OLD CODE

still on the old version of the ring? to update it search+replace all instances of the word onion with comic

there are THREE instances to replace, one at the top (css link) and two at the bottom (script links)