Well, this should be pretty easy. I am assuming that you know the total pixel width of the page or can estimate it my adding together the pixel widths of all the images. With this number in hand, add this to your body tag so it looks like this (plus whatever was in there already):
Code:
<body onload="window.scrollTo(x,0);">
where the red x is about one half of this number. Let's say one half of the number is 1600. Don't use 1600px, just use 1600. If that doesn't get you to the exact center, try increasing or decreasing the value until you get it like you want.
Bookmarks