//flex table opened by JP

Click to See Complete Forum and Search --> : I need to hack (customize) my bb!


Apostle 83
03-29-2000, 07:23 AM
I have some code a friend and I have been working on, and i want to post it and see what we're doing wrong... it is a custom rank setting for a trek bb.

How can I do this without it messing up the page?

As soon as I know this, i will post and 'accept' your help!

psyklone
03-29-2000, 07:38 AM
try this UBB code function:


Code Tag
Similar to the Quote tage, the Code tag adds some <PRE> tags to preserve formatting. This useful for
displaying programming code, for instance.

#!/usr/bin/perl

print "Content-type: text/html\n\n";
print "Hello World!";

In the example above, the UBB Code automatically blockquotes the text you reference and preserves the
formatting of the coded text.

see if that works for you. once you get that code posted we'll be able to help you out.

izzzy12k
03-30-2000, 12:07 AM
You can go here:

http://www.ubbcodehacking.com

They post alot of hacks for the registered and freeware version.

-izzzy12k