Display same image on a page multiple times

  • Thread starter Thread starter Yefim
  • Start date Start date
Y

Yefim

Is it a technique available in html/javascript in order to display same
image many many times on a same page? Because of a loading relatively
long time I am looking for a way not to have same image many times in a
page load, but rather once.

Yefim
 
Is it a technique available in html/javascript in order to display same
image many many times on a same page? Because of a loading relatively
long time I am looking for a way not to have same image many times in a
page load, but rather once.

Yefim

Place in the first portion of your html (where body is defined)

..<.body background="your background image name.gif".>.

(To use: remove the period punctuation before and after each greater
than/less than sign.)

Use a .gif with dimensions smaller than the entire page - it will
automatically repeat and fill the page.
 
Back
Top