Page Help
Tomas 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
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
0
Comments
#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.
My Website index | My Blog