Pretty cool paul,
I really appreciate when members of the board submit their own content (whatever it is, in this case a web page) but it rarely happens which I think is the biggest drawback of this BBS. It would be great if people tried it more!
if I could offer some suggestions though, I promise they'll be constructive
-If you have an ISP that offers web space I'd use that so that you get rid of the banners that tripod forces on you.
-Remove the scrollbar from the bottom of the left frame. Think you just change the BODY statement to:
BODY SCROLL="no"
-If you link outside your site, then you should launch the links in a new window.
You can change ur page so it does that by changing the anchor statements from:
A HREF="whatever.site"
to
A HREF="whatever.site" TARGET="_blank"
DONT FORGET TO CLOSE THEIR TAGS!
Of course this is just my opinion so you can ignore it if you prefer.
But keep up the good work!
Jiddu
PS. Does anybody know how to write html in this thing without it becoming embedded? Nigel?
[This message has been edited by Jiddu (edited 05-31-2003).]