head <h1/>

  • Thread starter irving williwms
  • Start date
I

irving williwms

How do I get the heading h1 and h2 back in my front page or is there a new
way to do it. I want to place a h2 item and it is not in my html
 
T

Trevor Lawrence

irving williwms said:
How do I get the heading h1 and h2 back in my front page or is there a new
way to do it. I want to place a h2 item and it is not in my html

Enter HTML or Code view and add (at the place where you want it to display):
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
etc.
 
Top