Jump to content
TSM Forums
Sign in to follow this  
Guest bravesfan

A few questions...

Recommended Posts

Guest bravesfan

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...

Share this post


Link to post
Share on other sites
Guest areacode212

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.

Share this post


Link to post
Share on other sites
Guest Spaceman Spiff

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.

Share this post


Link to post
Share on other sites
Guest areacode212

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

Share this post


Link to post
Share on other sites
Guest MaxPower27

My scrolling text is just done by:

 

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

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×