PDA

View Full Version : Thank You!


KC Photo
May-06-2006, 12:39 AM
I dont know if this is the place to do it or not but I want to Thank you (Andy) and everyone else who helped me to build my web site. I'm sure there will always be a wish list but I'm very, very pleased and excited about the final look and ease of navigation on the site. You guys are the best!!!:clap

Keith Carey
www.keithcarey.com

mitchWright
May-06-2006, 06:49 AM
Agh! How did you get your gallery titles under the picture like that?!?

I LOVE the look of your site!

Andy
May-06-2006, 07:08 AM
Agh! How did you get your gallery titles under the picture like that?!?

I LOVE the look of your site!

Thanks KC :bow

Mitch: Just ask!

KC Photo
May-06-2006, 09:53 AM
Agh! How did you get your gallery titles under the picture like that?!?

I LOVE the look of your site!
Hi Mitch,

I'm fairly new to this as well but will take a shot at it.

Go to:
Control panel
customize
Header

And copy and paste the following code.

<div align="center">
<img src="http://yourbannergoeshere.jpg" width="500" height="70">
</div></div><div> <P><div id="navcontainer">
<ul>
<li><a href="http://yourhomepagegoeshere">Home</a></li>
<li><a href="http://yourchoiceofgallerygoeshere">Headshots</a></li>
<li><a href="http://yourchoiceofgallerygoeshere">Portraits</a></li>
<li><a href="http://yourchoiceofgallerygoeshere">Fashion</a></li>
<li><a href="http://yourchoiceofgallerygoeshere">Music</a></li>
<li><a href="http://yourchoiceofgallerygoeshere">Pricing</a></li>
<li><a href="http://yourchoiceofgallerygoeshere">About</a></li>
<li><a href="http://yourchoiceofgallerygoeshere">Proofs</a></li>
<li><a href="http://yourchoiceofgallerygoeshere">Contact</a></li>
</ul>
</div>

Make sure you change the gallery names to suit your personal needs. And if you don't need that many galleries, delete a line. Also when adding your banner make sure you type in the correct dimensions.
I hope that helps you. If you get lost, these guys are an amazing source of help and knowledge. All the best,

Keith Carey
www.keithcarey.com (http://www.keithcarey.com)

mitchWright
May-06-2006, 02:40 PM
no no i mean in the gray box with the thumbnails, each thumbnail has the gallery title under it, instead of on the right hand side...

how'd you get that?

thanks!! :D

Andy
May-06-2006, 02:51 PM
no no i mean in the gray box with the thumbnails, each thumbnail has the gallery title under it, instead of on the right hand side...

how'd you get that?

thanks!! :D

/*=================================*/
/*==galleries, categories layout===*/
/*=================================*/

/* Line up the boxes properly */
#galleriesBox .miniBox {
margin:0 20px;
padding:0;
height:260px;
width:142px;}
#galleriesBox .miniBox .nav, #galleriesBox .miniBox .private, #galleriesBox .miniBox p.updated, #galleriesBox .miniBox p.description, #galleriesBox .miniBox p.albumTitle {display:block; text-align:center;}
#galleriesBox .miniBox .photo {
width:142px;
height:auto;
_height:1%;}


#category #galleriesBox .albumLarge {
width:342px;
height:260px;
margin:20px 11px;
padding:0;}
#category #galleriesBox .albumLarge .photoLarge {
width:342px;
height:auto;
_height:1%;}
#category #galleriesBox .albumLarge .albumTitle {
clear:both;
text-align:center;}


#category #galleriesBox .albumLarge .smbuttons {
width: 154px;
margin-left: 94px;
}

#category #galleriesBox .smbuttons {
width: 104px;
margin-left: 19px;
}

.homepage #galleriesBox .smbuttons {
width: 104px;
margin-left: 19px;
}

#homepage #categoriesBox .miniBox {
margin:0;
padding:0;
height:160px;
width:182px;}
#homepage #categoriesBox .miniBox .nav, #homepage #categoriesBox .miniBox .private {display:block; text-align:center;}
#homepage #categoriesBox .miniBox .photo {
width:182px;
height:auto;
_height:1%;}

mitchWright
May-06-2006, 06:38 PM
uh oh that broke it! :dunno

KC Photo
May-06-2006, 09:51 PM
/*=================================*/
/*==galleries, categories layout===*/
/*=================================*/

/* Line up the boxes properly */
#galleriesBox .miniBox {
margin:0 20px;
padding:0;
height:260px;
width:142px;}
#galleriesBox .miniBox .nav, #galleriesBox .miniBox .private, #galleriesBox .miniBox p.updated, #galleriesBox .miniBox p.description, #galleriesBox .miniBox p.albumTitle {display:block; text-align:center;}
#galleriesBox .miniBox .photo {
width:142px;
height:auto;
_height:1%;}


#category #galleriesBox .albumLarge {
width:342px;
height:260px;
margin:20px 11px;
padding:0;}
#category #galleriesBox .albumLarge .photoLarge {
width:342px;
height:auto;
_height:1%;}
#category #galleriesBox .albumLarge .albumTitle {
clear:both;
text-align:center;}


#category #galleriesBox .albumLarge .smbuttons {
width: 154px;
margin-left: 94px;
}

#category #galleriesBox .smbuttons {
width: 104px;
margin-left: 19px;
}

.homepage #galleriesBox .smbuttons {
width: 104px;
margin-left: 19px;
}

#homepage #categoriesBox .miniBox {
margin:0;
padding:0;
height:160px;
width:182px;}
#homepage #categoriesBox .miniBox .nav, #homepage #categoriesBox .miniBox .private {display:block; text-align:center;}
#homepage #categoriesBox .miniBox .photo {
width:182px;
height:auto;
_height:1%;}

Thanks Andy:1drinkSorry Mitch. I warned you I was new to this.