ForumsSupport ForumHTML tutorial

76 23262
master565
offline
master565
4,107 posts
Nomad

<a name= "uphere"> </a>

<h3>Chapter list: </h3>
<br />

<a href="#intro">1) Intro
</a>

<a href="#c2">2) Headers
</a>

<a href="#c3">3) Stylizing color and fonts and sizes
</a>

<a href="#c4">4) Page jumps
</a>

<a name= "intro"> </a>

<H3> Intro </h3>
<br />

Hello there, this is a simple tutorial I made to teach people how to use the new HTML support. This will show how to work with the useful and supported tags.

First things first, all HTML tags are enclosed in angle brackets (< and &gt. This is just the way web browsers know that what follows is HTML.
<br />

<b>IMPORTANT NOTE: all HTML examples in this tutorial will replace all angle brackets with normal brackets
All < = {
And all > = }
I am doing this so that you can see the HTML I am writing for this tutorial without the website displaying the example as the finished product.</b>

HTML tags are started with the tag in the first set of brackets, the content the tags apply to, and ended by that tag with a slash in front of it in the second set of brackets.


Example: â{tag} content {/tag}â

The tags in this tutorial that will be used are

h3, a, and font.

<a name= "c2"> </a>

<h3> Headers </h3>
<br />

Headings are simply used to make titles and the such larger. They are defined with the tags {h1}, {h2}, {h3}, {h4}, {h5}, and {h6}. <b>Remember that all brackets are really angle brackets</b>. The larger the number, the larger the text. <b> Unfortunately, for no particular reason, AG only seems to work with {h3}, and any other sizes will just show up as normal text. In case this is just a glitch and will get fixed, I'll still talk about headers as if you can use any number. </b>

The format for this tag is as follows

{h#}(the text you want to be large) {/h#}

So for example, if you wanted to make something with an h3 size header, it would look like this


<h3> This is large text </h3>
<br />

and the HTML for this was

{h3} This is large text {/h3}



<a name= "c3"> </a>

<h3> Stylizing color and fonts and sizes</h3>
<br />

Using HTML, you can change the font, the size, and the color of the text. To do so, you will use the {font} tag. The {font} tag is slightly different, because in the first part of the tag there is more information about what youâre changing. The format for the {font} tag is this

{font size="(size)" face="(name of font)" color="(color of font)"} The text you want this applied to {/font}

You would replace (size) with the size you want for the font (you use a number, such as 12). You would replace (name of font) with the name of the font (Iâm not sure AG supports all the fonts. And you would replace (color of font) with whatever color you want. You can use name or hex value for color http://www.w3schools.com/html/html_colornames.asp

<b>Donât ignore the quotation marks, those are necessary. </b>

Example:

{font size="12" face="ariel" color="red"} This is an example sentence {/font}

This would turn into
<br />

<font size="12" face="ariel" color="red"> This is an example sentence </font>


<a name= "c4"> </a>

<h3> Page jumps </h3>
<br />

As most people know, you can make links on your profile to bring people to your messenger. Now you can do that to bring people anywhere on your profile. The tag we are using is the {a} tag. The {a} tag is usually used to link people to other pages, but since that is easy to do with the link button, we are going to use it for page jumps. Like the {font} tag, the {a} tag has some information in the first part of the tag. The first part of a page jump is as follows


{a name="(name of link)"} {/a}

This tells the page that this is where you want to jump to. If you place this at the top of your profile, whenever anybody clicks the link we are going to create, it will bring them there. Here is how to make the link

{a href="#(name of link)"} Clicking this text will make the page jump {/a}

Two things to note:

1) (name of link) is changed to whatever you want to name it. You can make multiple page jumps by making multiple names
2) The # <b>is</b> required before the name of the link, so if you named it âlink1â, you would put â#link1â in the quotation marks. This is only for the link, do not use a # in the first part of the page jump where you tell it where to jump to.

Here is an example of a page jump.

<b>Put this at the top of a page</b>

{a name= âuphereâ} {/a}

<b>Put this where you want the link to be </b>

{a href="#uphere"} Click here to return to the top of the page {/a}

<b>And it will look and work like this</b>

<a href="#uphere">Click here to return to the top of the page</a>



<h3> Images, links, bold, italics </h3>
<br />

As just an ending statement, Iâm not going into these because you can already use the buttons above the post box, which are generally easier to use.




If anybody has any questions about anything in this tutorial, feel free to ask.

Final note: I hope all the HTML and formatting came out correctly, this was typed up in Word.

  • 76 Replies
Patrick2011
offline
Patrick2011
12,321 posts
Treasurer

HTML has been disabled in the forums and comments.

shock457
offline
shock457
708 posts
Shepherd

Maybe HTML in AG3 will be completely removed or severely restricted.

Sauron23
offline
Sauron23
275 posts
Peasant

I've tried changing the color and making a page jump like five times, but I can't get it to work.

superbobdabest
offline
superbobdabest
305 posts
Nomad

this thing is cool
i like this forum
it should be pinned

superbobdabest
offline
superbobdabest
305 posts
Nomad

can someone help me make a link for to my messages

redslaughterer
offline
redslaughterer
256 posts
Nomad

Just testing this out.

{font size="12" face="ariel" color="red"} This is an example sentence {/font}

Patrick2011
offline
Patrick2011
12,321 posts
Treasurer

{font size="12" face="ariel" color="red"} This is an example sentence {/font}


Two errors:

1) HTML is disabled in the forums.
2) You need to use the less than and greater than signs instead of {}. You can only use HTML in the about though.
TheMostManlyMan
offline
TheMostManlyMan
5,764 posts
Chamberlain

ok superbob. i got the URL for ya
http://armorgames.com/user/superbobdabest/#points-male

Mickeyryn
offline
Mickeyryn
276 posts
Shepherd

Fail.



Correct?

???

Patrick2011
offline
Patrick2011
12,321 posts
Treasurer

HTML is disabled in the forums.

Mickeyryn
offline
Mickeyryn
276 posts
Shepherd

they totally disabled it? new one on mexD

Patrick2011
offline
Patrick2011
12,321 posts
Treasurer

It's not totally disabled. You can use HTML in your about only.

letsgome_gome
offline
letsgome_gome
752 posts
Nomad

thanks for the help, I love it.

Mickeyryn
offline
Mickeyryn
276 posts
Shepherd

Umm, can anyone tell me how to upload Youtube videos on your About?
Thanks =)

Patrick2011
offline
Patrick2011
12,321 posts
Treasurer

@Mickeyryn: Go to a Youtube video and click Share, then Embed. You should see HTML code. Copy that code and paste it in your about wherever you want. Make sure any videos you add are appropriate though.

Showing 61-75 of 76