index page

D

david

On the index page of a website how can I ensure that the background image
loads before the text I am using Frontpage as my web editor
 
T

Tom Pepper Willett

Same answer as seen in the replies to your previous posts.

--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
| On the index page of a website how can I ensure that the background image
| loads before the text I am using Frontpage as my web editor
 
R

Ronx

Use an onload event to start a JavaScript function that document.writes the
text into the page after the page (including the background image) has
loaded.

Not friendly to Search Engines. Any links in the text will not be managed
by FrontPage.
According to stats at http://www.w3schools.com/browsers/browsers_stats.asp
10% of users will see a blank page - but with a background.
 
Top