PDA

View Full Version : Customising pages separately


guineapg
Jun-05-2008, 11:36 PM
Hi
My page is: sophiegauss.smugmug.com

I'm getting really stuck. I have created the pages Home, Galleries, Updates, About me, and Guestbook, but they all keep showing the homepage. I followed the customisation help to set up the separate Galleries page and turned off the biobox, but now if i try to hide the galleries box on the Homepage it will automatically delete off the Galleries page. On the About Me page I want to be able to turn off the galleries box and have the bio box only...but be able to customise this differently from the Homepage biobox which currently has a slideshow in it.

Please tell me how i stop all these pages from communicating with the homepage! I'm convinced there's an easy way to do customise each page separately. I just don't know the coding.

HELP!!

denisegoldberg
Jun-06-2008, 03:51 AM
I'm getting really stuck. I have created the pages Home, Galleries, Updates, About me, and Guestbook, but they all keep showing the homepage. I followed the customisation help to set up the separate Galleries page and turned off the biobox, but now if i try to hide the galleries box on the Homepage it will automatically delete off the Galleries page. On the About Me page I want to be able to turn off the galleries box and have the bio box only...but be able to customise this differently from the Homepage biobox which currently has a slideshow in it.

I found this in your CSS (minus the *s which I added to stop the forum software from swallowing the html code):

<*meta http*-equiv="imagetoolbar" content="no">
<*meta http*-equiv="imagetoolbar" content="false">I have no idea what you're trying to do with this code, but it's not CSS and it is stopping the CSS below it from running. Take those two lines out of your CSS and you should be set.

--- Denise