View Single Post
  #8  
Old October 30th, 2003, 11:29 PM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: AARGG is this a bug (re Fighters)

UBB != HTML


There are occasional similarities, but UBB code is generally much simpler than HTML. Only things like
code:
[b]
[i]

in UBB are similar to their HTML equivalents:
code:
<b>
<i>

Stuff like hyperlinks are simpler in UBB:
code:
SE.net

And that in HTML:
code:
<a href="http://www.spaceempires.net/">SE.net</URL>

Of course, they are similar, but just a bit simpler.

And then, of course, HTML has about 10000 times as many possible code elements as UBB...

[ October 30, 2003, 22:09: Message edited by: Imperator Fyron ]
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote