PDA

View Full Version : My page - a few things I'm having issues figuring out


rsparts
Sep-21-2008, 01:52 PM
this is my page
http://rsparts.smugmug.com/

As it sits right now, when you look at my page, you can see my bio and my galleries.

What I would like to do is have it so that when you open my page, all you see is one photo centered and then a menu bar in the top right hand corner that will link you to my galleries and such. ie. "About Me" "Galleries" "Contact me" ...etc....

I feel a little dumb since I know smugmug gives you a bunch of codes to add to your HTML and even tells you WHERE to put it to make things work. Would someone please hold my hand through the process of making my page look like I want it to?

I really like this page and would like something similar to it.
http://www.andinicolephotography.com/


What I'm trying to do ultimately.
1.Get rid of those thin white lines on the homepage
2.Make it so that there is only 1 large image on the homepage and a menu bar

Allen
Sep-21-2008, 02:53 PM
this is my page
http://rsparts.smugmug.com/

As it sits right now, when you look at my page, you can see my bio and my galleries.

What I would like to do is have it so that when you open my page, all you see is one photo centered and then a menu bar in the top right hand corner that will link you to my galleries and such. ie. "About Me" "Galleries" "Contact me" ...etc....

I feel a little dumb since I know smugmug gives you a bunch of codes to add to your HTML and even tells you WHERE to put it to make things work. Would someone please hold my hand through the process of making my page look like I want it to?

I really like this page and would like something similar to it.
http://www.andinicolephotography.com/


What I'm trying to do ultimately.
1.Get rid of those thin white lines on the homepage
2.Make it so that there is only 1 large image on the homepage and a menu bar
Your banner is way too big, 1024x217, to configure with your nav like I think
you want. Create a banner that's a lot smaller (maybe about 300x80) and
upload to your site. Then we can work on your header.

Use something like this for a single photo in your bio.

<html>
<center>
<img src="/photos/XXXXXXXX_xxxxx-M.jpg" />
</center>
</html>