download time

C

chez

I'm still relatively new with FP and keeping up to date. I'm using 2003,
I've developed a template in 'Adobe Illustrator' optimised and saved for the
web. This has been applied to each page as a back ground (non tiling) and
scolling, I've then added a table over the top and filled in all else I need.
On opening the web site, you can see the table and content, but the back
ground takes 60 secs to download...is there anything I can do to change
this.... the site is at www.ksstest.com.au. Or if you've any tips on things
I might be doing wrong...let me know

cheers
chez
 
S

Stefan B Rusynko

Your image is 60 KB in file size (try optimizing the file size or making it a .jpg)
- but you are loading it twice
Change
<body background="images/BirthdayParties.gif" style="background-image: url('images/BirthdayParties.gif'); background-repeat:
no-repeat; background-attachment: scroll">
To
<body style="background-image: url('images/BirthdayParties.gif'); background-repeat: no-repeat; background-attachment: scroll">

PS
At 929x1237 only ~1/4 of your page shows at 800x600
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| I'm still relatively new with FP and keeping up to date. I'm using 2003,
| I've developed a template in 'Adobe Illustrator' optimised and saved for the
| web. This has been applied to each page as a back ground (non tiling) and
| scolling, I've then added a table over the top and filled in all else I need.
| On opening the web site, you can see the table and content, but the back
| ground takes 60 secs to download...is there anything I can do to change
| this.... the site is at www.ksstest.com.au. Or if you've any tips on things
| I might be doing wrong...let me know
|
| cheers
| chez
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top