MyBB Community Forums

Full Version: Use H1-H2 tags
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone!

I had the H1 and H2 tags in my header template some days ago.While making some modifications to the header,i deleted them and now i don't remember how to insert them.

If i use the following in my header template,it will show up on the forum's page.


<h1>for example</h1>

[attachment=40940]

So,how to make them hidden on the forum's page?

Thanks in advance.

KB
put them in index template, instead of header or headerinclude
(2018-10-03, 12:14 PM)Ashley1 Wrote: [ -> ]put them in index template, instead of header or headerinclude

Already tried but they are still visibile.

EDIT:

Finally,i remembered the trick,so,i used the following in the header template.


<h1 class="hidden"></h1>

    <h2 class="hidden"></h2>


Enjoy.