Homepage layout catastrophe in


Good morning from on the edge of the world cup Wakefield UK :slight_smile:

Heres todays problem…

On this page www.davidclick.com version 8 of internet explorer makes my home page layout look like a disaster. See screen grag above picture 1. Yet other pages such as
http://www.davidclick.com/web_page/about_me.htm are OK.

In firefox 3.5.9 all pages are ok. See screen grab picture 2.

So my question is please is there a css fix to get this homepage as in www.davidclick.com stable across all browsers.

Off topic - Ive made no changes to the homepage which looked fine up until this morning, i am totally foxed as to why the homepage layout has done such a mischief.

Any insights welcome :slight_smile:

Hi,

You haven’t closed the h1 and h2 tags correctly:


    <h1>
    York wedding photographer www.davidclick.com
[B]    <h1/>[/B]
    <h2 class="marginzap">
    Tel 01904 410142 / 077520 28747
 [B]   <h2/>[/B]


It should be:


    <h1>
    York wedding photographer www.davidclick.com
[B]    </h1[/B]>
    <h2 class="marginzap">
    Tel 01904 410142 / 077520 28747
[B]    </h2>[/B]


Would you believe it!!! Thanks Paul!! cant fix this now but will tonight. Really frustrated I didnt spot this but very thank full you did.

Ive now added a html validator tool to firefox which I’ll use in the future :slight_smile:

Thanks Paul :slight_smile: