Hi Friends, I want to show an image to my website when it is in loading process because the background screen at that moment appears white i want to use an image instead . Is it Possible ? if yes please tell me how ... My website ... http://www.geocities.com/sindhjisada Thanks waiting for quick reply....
If you mean show an image instead of a color, yes, change this: body { background-color:#CF5E54; font-family:Arial,Helvetica,sans-serif; font-size:13px; } TO THIS body { background: url(path/to/image.jpg) #CF5E54; font-family:Arial,Helvetica,sans-serif; font-size:13px; } If you mean show an image WHILE it's loading, no it's not possible, certainly not on geocities