View Single Post
  #2  
Old 02-25-2008, 05:32 PM
Bethers's Avatar
Bethers Bethers is offline
Major General & Forum Moderator
 
Join Date: Feb 2006
Posts: 5,214
Default Re: h1 tag....will this work?

You can define it all - but NEVER EVER try to put something into the page for the se's only and not viewable to your visitor - that could lead to your site being banned by the se's.

There are various ways to put the h1 tag in - easiest:
Type your headline in a text box. Select the color, size font, etc.
Now double click and open the text box properties.
Click on html
Before tag put <h1>
After tag put </h1>

There you go.

The other option is to put your h1 tag inside an html box - and you'd write it like this (with your own choices):
<center><h1><font style="tahoma" size="4" color="#CC3399">Your Headline Here</font>
</h1></center>
Reply With Quote