The gallery page is getting harder and harder to load... it still loads most of the links but the thumbs don't load all the way. I mean they are just the full images scaled down. I may have to consider changing how I make the links. it could just be smaller thumbnails? Or tiny thumbnails with the titles after them?
Since you already have the gallery split up into sections, you could use Javascript to have each section load individually through something like an onclick event. I do that for the videos on my YTPMV page.
Since you already have the gallery split up into sections, you could use Javascript to have each section load individually through something like an onclick event. I do that for the videos on my YTPMV page.
Good idea, I'll have to check out that code