|
You're kinda wanting a feed of content (in this case, images) similar to a blog. Blogs pull content from a database and display things based on how you have it set up.
If these are just static web pages, there's not really an efficient way to automatically "move" img tags to another document (page 2). It'd have to be done with a server-side language like PHP.
|