Forum Moderators: open

Message Too Old, No Replies

The use of H1 command and the font size

Can you use the font size tag within an h1 tag?

         

Mcadieux

4:58 am on Feb 10, 2005 (gmt 0)

10+ Year Member



I know that you should use the H1 tag for SEO. The problem is where I want to use it the text isn't big enough with the H1 command alone. So I put a font size tag after the H1 and it works fine. My question is will this effect how the search engines interpret the h1 tag?

le_gber

1:26 pm on Feb 10, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Mcadieux - you can use CSS to re-style your H1's

have a read in the CSS forum (http://www.webmasterworld.com/forum83/)

or use the following in a stylesheet

h1 {
font-size: 12pt;
font-weight: bold;
color: #003399;
}

Hope this helps

Leo

Mcadieux

5:14 pm on Feb 10, 2005 (gmt 0)

10+ Year Member



Thanks don't know about CSS, but I will definitly start reading thanks for pointing me in the right direction.