Displaying same image multiple times at different locations in a web page using JavaScript or CSS

Posted by Joe B on Stack Overflow See other posts from Stack Overflow or by Joe B
Published on 2009-11-10T23:16:51Z Indexed on 2010/04/19 1:03 UTC
Read the original article Hit count: 240

Filed under:
|
|
|

I’m looking to create a web page with 6 coupons on it, two per line in a web space of 1275 X 1650. Each coupon space will consist of a different image. The problem is I will be creating 20 such web pages that will have these coupons on them. Now some of the same images will appear in different locations/positions on the various web pages. Is there a way to update the same image that appear in different locations/positions at the same time? And what language is used to complete this? I’ve tried CSS but it don’t think it’s possible. So should I be using JavaScript.

© Stack Overflow or respective owner

Related posts about java

Related posts about css