Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
What does the code tag do?
The code tag
allows you to really
get creative
in the way that you use
white space in order to break up a
series of characters. As it is called
code, the most
prevalent example of this is
to use this for code
So that all the white space is preserved, and not
condensed into one space. Thus, it keeps the structure
of the
code.
see?
It's great when used for ascii art, but the [pre] tag is even better because you don't have
all the text enclosed within this square like the code is. It can be more seamlessly integrated
in with the rest of the text with no visible barriers.
using System;
namespace myNamespace
{
class myClass
{
static void Main()
{
string myName = "Raziaar";
Console.WriteLine("My name is {0}", myName);
}
}
}
I'm going to be updating the forum software in the next few weeks and I'm holding off any changes until then. That way I don't have to make the changes all over again This will be included though.
We have strike tags, but they only work in the New section (It's the only forum with HTML code enabled).Cool, I like making forum art.
Also could we get strikethrough tags... please?
Cool, I like making forum art.
Also could we get strikethrough tags... please?
Oh god. Remember when we discovered that you could implement Javascript into this forum? That was pretty damn ridiculous and appalling.Although I believe riomhaire means you can accomplish it via HTML.
With all of those annoying sound clips? Oh you guys incited some moderator rage!Oh god. Remember when we discovered that you could implement Javascript into this forum? That was pretty damn ridiculous and appalling.