Jump to content

A few questions...


Recommended Posts

Guest bravesfan
Posted

To any Mod or ESTABLISHED~! poster out there who uses those BB codes quite frequently...

 

--What is the "SQL" code and does it do?

--What does the "Code" button do?

--I've seen MaxPower with scrolling text. Is that possible on this board?

 

Much thanks to anyone who responds...

Guest areacode212
Posted

Not sure about the sql tag, but the code tag lets you type in programming code, without having to worry about spacing & shit. Like so:

 

int main()
{
    string myString = "Benoit kicks ass";
    for (int i = 1;i < 10000000000;i++)
         cout << myString << endl;
}

 

As for scrolling text, you can use html in your sig.

Guest Spaceman Spiff
Posted

What languages can be used w/ the Code option? You used C++, is that the only one available?

 

I doubt I'll ever use the Code option, but I was just curious.

Guest areacode212
Posted

You can use it with any language. The Code tag really doesn't do anything special. It's basically like the <PRE> HTML tag. It just makes sure that anything in between keeps the spacing you put in. You can place anything in there...it's just that it's typically used for programming code.

 

uckfay 


                                                  ouyay

Guest MaxPower27
Posted

My scrolling text is just done by:

 

<marquee>What ever you want to type here</marquee>

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...