PDA

View Full Version : removing keywords from gallery pages


sberley
Oct-26-2005, 09:21 AM
I'd like to make it so that keywords do not appear on my gallery pages but can't seem to make that happen.

i've tried adding each of the following to my css, without success...

#toggleKeywords { display: none; }

#Keywords { display: none; }

thanks for the help...

Steve

Andy
Oct-26-2005, 09:26 AM
I'd like to make it so that keywords do not appear on my gallery pages but can't seem to make that happen.

i've tried adding each of the following to my css, without success...

#toggleKeywords { display: none; }

#Keywords { display: none; }

thanks for the help...

Steve

try:

#photoKeywords { display: none; }

sberley
Oct-26-2005, 09:55 AM
worked like a charm! Thanks Andy...


try:

#photoKeywords { display: none; }