Markham, I went through the links on the page top to bottom. If it's there, I overlooked it.
EDIT: ha ha. too funny. I already had the code in the CSS sheet, just didn't know what it was for. I had copied it in and left it with XXXXXX for the gallery number for later, but didn't know it would remove the blurb.
Here's what I had.
/* html only page for gallery XXXXXX */
.gallery_XXXXXX .nophotos {
display: none;
Here's what I added.
/* removes the brand new gallery with no photos blurb */
.gallery_4401167 .nophotos,
.gallery_4401402 .nophotos
{ display: none; }
probably should add to the last comment "from html only gallery pages" but I don't expect to be forgetting this anytime soon.
