Avicus Archive

Quick Question by Coco_stag September 1, 2015 at 1:09 AM UTC

Alright, I am coding the about page for my team. HTML is not working and I am very confused. It just shows me 
<hr>
<center>
<h1>LOL<h1> 

instead of activating the HTML. I am so confused because other teams have HTML on their about page for their team.

steven5703 September 1, 2015 at 1:09 AM UTC

Are you sure you're on the HTML editor and not the normal editor with the bold, italic, underline, ect options?

Coco_stag September 1, 2015 at 1:09 AM UTC

What do you mean?

steven5703 September 1, 2015 at 1:09 AM UTC

What do you mean?
When you do the HTML, make sure the little pencil is clicked on.
Like this: 

Coco_stag September 1, 2015 at 1:09 AM UTC

When you do the HTML, make sure the little pencil is clicked on.
Like this: 
Thank you :D

dentmaged September 1, 2015 at 6:09 AM UTC

Thank you :D
Also, for every tag, you need to close it. <h1>Header 1</h1>
<h1> opens the tag. </h1> closes it.