Help with my code in html

Hi I have crested a webpage using css however its taking forever for the page to load when uploaded online

can someone have a look at the sourcecode for http://www.tonyandmaria.com and suggest what seems to stall the page,

any help would be highly appreciated

thank you

Trying to load a site through frames is not a good idea. There are assets that are not loading, but the page is waiting ages for them before it gives up:

GET http://home.iol.ie/common/error/notfound.asp net::ERR_CONNECTION_TIMED_OUT
wedding3.html:28 GET http://home.iol.ie/common/error/notfound.asp net::ERR_CONNECTION_TIMED_OUT
1 Like

I hate to say it, but this may well be contributing to your problems:

<META content="Microsoft FrontPage 5.0" name=GENERATOR>

It’s very out of date, and was never the most reliable way to build a site.

2 Likes

Using Flash movies is not such a good idea these days either as many browsers either do not support Flash or have it disabled by default.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.