View Single Post
12-16-2004, 11:00 PM
#2
karl472001 is offline karl472001
Status: Member
Join date: Jul 2004
Location:
Expertise:
Software:
 
Posts: 226
iTrader: 0 / 0%
 

karl472001 is on a distinguished road

Send a message via MSN to karl472001

  Old

You do not have to edit it for every site, and you do not need to put it in a frame.

Put it inside an external javascript or php file (I would recommend php, as some people have javascript turned off) and place an include at the top of every page.

<?php include "networkbar.php"; ?>

Something to that effect.