PDA

View Full Version : One last thing to get rid of


leiftv
Aug-05-2008, 05:50 AM
How do I get rid of the text above and below my shipping info on this page [url]http://www.smugmug.com/gallery/2008361

Allen
Aug-05-2008, 09:51 AM
How do I get rid of the text above and below my shipping info on this page [url]http://www.smugmug.com/gallery/2008361
Your CSS is not active on that page because you probably have "hide owner"
checked under customize gallery. Also make sure appearance is set to
"custom". Both of these are needed for the CSS added from another thread
to be active.

leiftv
Aug-05-2008, 10:01 AM
I have it set the way you described, but it still has the gallery name above the shipping charges and the line on bottom says this is a new gallery with no pictures. Where am I going wrong? Which css do I need to add?

Allen
Aug-05-2008, 10:15 AM
I have it set the way you described, but it still has the gallery name above the shipping charges and the line on bottom says this is a new gallery with no pictures. Where am I going wrong? Which css do I need to add?
This is the link that shows in the browser address bar and it's not your
nickname or domain so that indicates the "hide owner" is checked.

http://www.smugmug.com/gallery/2008361

and this link just reverts to the one above.

http://fleetingmomentsonline.com/gallery/2008361


Fix your nav html to link to your domain/nickname also.

<li><a href="http://smugmug.com/gallery/2008361">Shipping Info</a></li>

like this

<li><a href="http://fleetingmomentsonline.com/gallery/2008361">Shipping Info</a></li>

micknewton
Aug-05-2008, 10:18 AM
I have it set the way you described, but it still has the gallery name above the shipping charges and the line on bottom says this is a new gallery with no pictures. Where am I going wrong? Which css do I need to add?
The text above the shipping charges is "html", which means you probably have a missing end tag. If you have an "<html>" at the beginning, then you need a "</html>" at the end.

If you want that page to be html-only (e.g. an Info page), follow the instructions here: http://allen-steve.smugmug.com/gallery/3819841

leiftv
Aug-05-2008, 11:05 AM
My bad, eveything looks good now. Thanks for all of your help.