Forum Moderators: open
Part a: Stylesheet switcher [google.com]
Part b: this in the alternate 'no-image' CSS:
img {display:none;} Advantage: there is only a single page, so there is no possibility of any kind of 'duplicate content' penalty.
-B
<edit>Ah, I just noticed that you want to be able to serve two different pages. Maybe the stylesheet switcher won't work, but the css should still be useful for you. It shouldn't be too hard to dynamically include one stylesheet instead of another etc based on the cookie approach...</edit>
Simply, I will use your combined version:
Serve no image version as default and have option on the page to turn-on images. It will be through CSS or as a link to a separate page with NoIndex Meta tag.
Users, connected through modem, often give up if they have to wait too long.
Great! Thanks once again :)