new website
im new in website building i have made my first website. http://www.snelzoeken.com a freeware site. The loading time of my site is slow can anyone help me with it
im new in website building i have made my first website. http://www.snelzoeken.com a freeware site. The loading time of my site is slow can anyone help me with it
necrotic posted this at 23:07 — 11th May 2002.
He has: 296 posts
Joined: May 2002
It might be your web host. It loads fine for me and my cable modem.
Busy posted this at 23:09 — 11th May 2002.
He has: 6,151 posts
Joined: May 2001
Welcome rob873, I had a quick look at your site, its a long page with a lot of links that dont help, but your editors code is very chunky, you have doubled tags, ie: and
as well as namo's data at the bottom in comments. it might pay to get yourself a decent editor if you cant hand code HTML, and make use of the free validation sites out there will help you with errors in coding etc. (w3c.org and/or http://www.htmlhelp.com/tools/validator/ among others)
making use of CSS for things like fonts etc will cut your code down, as at the moment your using two font tags per link, and you have a lot of links.
example, you have:
Pegasus Mail .
Poco Mail ,
could be rewritten without CSS like this:
link1.
link2.
the gaps could be less between links, at the end of each with the for section headings
disaster-master posted this at 12:44 — 12th May 2002.
She has: 2,154 posts
Joined: May 2001
The last 300 lines of your code are made up of some type of Web Editor Data. You have to scroll way down when viewing your code to see it. Also, you do not have closing or tags.
Definately combine those font tags. I copied your code to my Dreamweaver and it says your page size is 74K. After combining 153 font tags it is reduced to 71K. After formatting your code it is reduced to 65K. And after removing all of that Web Editor Data it is reduced to 48K.
So that tells me that the web editor data is the problem. I am not familiar with that type web editor but whatever that extra code is at the bottom is not really needed. You can do this page without all of that I think.
It looks to me like your web editor has inserted its code where ever you have a link to winace.com . (where the section headers are) Why do you have these links to winace.com if I may ask?
Something funny I thought....The logo for Winace is--"Because sometimes, size does matter" LOL
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.