Options

Page Help

Tomas OvalleTomas Ovalle Registered Users Posts: 2 Beginner grinner
Greetings.
I am trying to make a clean front page with centered slideshow in a box with a cool navbar like Moonriver.
So far by following the faqs I have been able to:
add a banner
add a slideshow
add a navbar
add a guestbook

I have not been able to:
Center the slideshow
Make a separate page for the front page and the gallery pages.
Figure out how to make a frame for the slideshow to be in.
Make a trick looking guestbook

I am new to html and xhtml. (read: visual learner)
Cut and paste really works well for me!

Thanks...Tomas
propix.smugmug.com

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited March 22, 2007
    Greetings.
    I am trying to make a clean front page with centered slideshow in a box with a cool navbar like Moonriver.
    So far by following the faqs I have been able to:
    add a banner
    add a slideshow
    add a navbar
    add a guestbook

    I have not been able to:
    Center the slideshow
    Make a separate page for the front page and the gallery pages.
    Figure out how to make a frame for the slideshow to be in.
    Make a trick looking guestbook

    I am new to html and xhtml. (read: visual learner)
    Cut and paste really works well for me!

    Thanks...Tomas
    propix.smugmug.com
    Add this to your CSS to center the show.

    #bioBox {text-align:center}

    Looking at the rest now.

    Edit:
    Add this to your CSS

    .homepage #galleriesBox,
    .homepage #categoriesBox,
    .homepage #featuredBox {
    display: none;
    }

    .galleries #bioBox {
    display: none;
    }

    .galleries #galleriesBox,
    .galleries #categoriesBox,
    .galleries #featuredBox {
    display: block;
    }

    Add the green to your header html menu code so your navbar will link to it.
    < li>< a href="http://propix.smugmug.com[COLOR=Lime]/galleries[/COLOR]">Galleries</a></li>
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.