popBusters 

Software Contents
home
eliminate
abusers
club
history
software
other haters
contact us

key to colour system

Black means typical HTML Tags. Shows where solution belongs in page
Red means this code has to be inserted at this point to kill the ads
Blue means that this is a variable and will change depending to your web site.

sample:

<html>
<head>
<title>
Your Web Site Title Goes Here</title>
</head>
<!--- <body> --> 
<body bgcolor="black">

Now let's take this apart:
<html> - This is your opening tag for the page. It's on every page
<head> - Opens the page header section. Typical to all pages
<title> - Most good web sites have one of these...
Your Web Site Title Goes Here - The title of your web site will go here, and should already be in the HTML code of your web site.]
</head> - Closing of the page headers. Another necessary tag.
<!--- <body> --> - Insert this code HERE to kill off the ad!
<body
bgcolor="black"> - The <body> tag is typical to all web sites. However, the bgcolor="black" attribute will change depending on your web page.

I hope that this colour system is easy to understand. If you have any problems, don't hesitate to e-mail us on popbusters@hello.net.au