PDA

View Full Version : question on header and featured galleries


nonilady
Mar-30-2006, 03:56 AM
hi there

1. in the customization section, there are head tag and header, can anyone tell me what is the difference betweeen the two?

2. on my homepage,how do i remove or hide the word `featured galleries'?

3. if I make a gallery private, the following message keeps showing up.

`No galleries found

Perhaps you'd like to try searching (http://photowardrobe.smugmug.com/search) for one?
It's entirely possible this person has galleries, but they may be Private (http://photowardrobe.smugmug.com/help/private-albums).'

any possibilities to remove/hide the above message? I have tried inputting this code

#content {display:none;}

but to no success

my home page is photowardrobe.smugmug.com

thank you in advance!

nonilady
life goes on~photo goes on

Andy
Mar-30-2006, 04:19 AM
hi there

1. in the customization section, there are head tag and header, can anyone tell me what is the difference betweeen the two?

Anything you want to be in your header (the stuff at the top of your page, you put in your header). Generally, nothing will go in your head tag box. Nothing. Unless specifically told so.


2. on my homepage,how do i remove or hide the word `featured galleries'?


Add this to your CSS:


#featuredTitle {display: none;}


3. if I make a gallery private, the following message keeps showing up.

`No galleries found

Perhaps you'd like to try searching (http://photowardrobe.smugmug.com/search) for one?
It's entirely possible this person has galleries, but they may be Private (http://photowardrobe.smugmug.com/help/private-albums).'

any possibilities to remove/hide the above message? I have tried inputting this code

#content {display:none;}

but to no success

my home page is photowardrobe.smugmug.com

thank you in advance!

nonilady
life goes on~photo goes on

nonilady
Mar-30-2006, 04:35 AM
Anything you want to be in your header (the stuff at the top of your page, you put in your header). Generally, nothing will go in your head tag box. Nothing. Unless specifically told so.



Add this to your CSS:


#featuredTitle {display: none;}

cheers andy!