Traveler001
22 Jan 2010, 11:05 PM
Hello
I am writing for advice. I am in the middle of finishing this website and there is one crazy bug that ruins the layout in IE 7 of the text in the masthead of all the pages of the site. It looks fine in later versions of IE and in Firefox, just as I intend, but I am wondering what I need to debug to make it look right.
The link to the site is http:www.ccfeg.com/index1.html
In the masthead, there is a title to the site, and a byline. For some reason in IE7, the byline is off to the right of the Headline, but what I want is the byline underneath the Headline. I thought just putting a simple <br> between the two lines would do it but it doesnt. It just drops the byline down one line.
Here is the code:
<div id="logo">
<h1><a href="/index1.html">Counseling Center for Emotional Growth</a></h1>
<h2><b>Georgette Le Page, M. S., L.C.P.C., Licensed Clinical Professional
Counselor<br>
Psychotherapy with Individuals, Couples, Families and Adolescents</b></h2>
</div>
I admit that I am a hack. So I hope that you can help me figure this one out.
Thanks very much!
I am writing for advice. I am in the middle of finishing this website and there is one crazy bug that ruins the layout in IE 7 of the text in the masthead of all the pages of the site. It looks fine in later versions of IE and in Firefox, just as I intend, but I am wondering what I need to debug to make it look right.
The link to the site is http:www.ccfeg.com/index1.html
In the masthead, there is a title to the site, and a byline. For some reason in IE7, the byline is off to the right of the Headline, but what I want is the byline underneath the Headline. I thought just putting a simple <br> between the two lines would do it but it doesnt. It just drops the byline down one line.
Here is the code:
<div id="logo">
<h1><a href="/index1.html">Counseling Center for Emotional Growth</a></h1>
<h2><b>Georgette Le Page, M. S., L.C.P.C., Licensed Clinical Professional
Counselor<br>
Psychotherapy with Individuals, Couples, Families and Adolescents</b></h2>
</div>
I admit that I am a hack. So I hope that you can help me figure this one out.
Thanks very much!