Wordpress Theme - Find jobs - Debt Consolidation - Debt Consolidation - Customer services

PDA

View Full Version : H1 tag in IE not conforming to ID font size


NewComputer
Jan 21st 2005, 5:33 pm
Hey gang,

I am having an issue with IE. It is not resizing my H1 font size that I specified in my style sheet properly. It is defaulting to a generic IE H1 size. I can't get it to work with a class either.

There was a thread over at SEO CHat ( http://forums.seochat.com/archive/t-2593) but it still did not resolve the issue.

Can someone let me know if there is a workaround for this...

Thanks in advance.

Smyrl
Jan 21st 2005, 5:52 pm
I have not gone so far as using style sheets but have used style statements in the heading with statements like

H1 {
color:#003366;
font-size:18pt;
font-style:normal;
}

which has worked for me.

Shannon

Solicitors Mortgages
Jan 21st 2005, 5:57 pm
here's mine

h1 {font-size: 24px;
font-family: verdana;
font-weight: normal;
margin: 0;}

NewComputer
Jan 21st 2005, 5:59 pm
Thanks gang,

as quickly as I posted I realized... sheesh...

Sometimes the simplest tasks cause the most problems...