PDA

View Full Version : Questions on customizing my site


stefrussell
Jan-29-2008, 11:45 AM
I have a few questions to ask so I don't have to get on a buch of diff. threads.

1. How do I put a copyright on my pages? ( I tried on the bio edit but it isn't centered) I want it on every page. I have a power acct.

2. I am trying to put text on my pricing page. I want the text to be boxed up so the picture stands alone on the L side of the page.

3. I am also trying to do the drop down nav. bar and it seems like it is a lot of work. Is there a quick way. I guess the tutorial is a little confusing for me. I'm not sure where or what to put.

I would appreciate anyone who can help me! Thanks!

stefrussell
Jan-29-2008, 08:10 PM
I have a few questions to ask so I don't have to get on a buch of diff. threads.

1. How do I put a copyright on my pages? ( I tried on the bio edit but it isn't centered) I want it on every page. I have a power acct.

2. I am trying to put text on my pricing page. I want the text to be boxed up so the picture stands alone on the L side of the page.

3. I am also trying to do the drop down nav. bar and it seems like it is a lot of work. Is there a quick way. I guess the tutorial is a little confusing for me. I'm not sure where or what to put.

I would appreciate anyone who can help me! Thanks!

can anyone help, please!!!!:bow

~Jan~
Jan-29-2008, 08:20 PM
can anyone help, please!!!!:bow

I can only answer #3: Yes, it's a lot of work. No easy trick there, but worth it! :)

I think the answer to #2 might be going to the customize gallery area and setting it to journal style but I'm not positive. I did my customization so long ago I forgot how I did what.

stefrussell
Jan-29-2008, 08:31 PM
I can only answer #3: Yes, it's a lot of work. No easy trick there, but worth it! :)

I think the answer to #2 might be going to the customize gallery area and setting it to journal style but I'm not positive. I did my customization so long ago I forgot how I did what.

Thanks Jan! I just tried to do the dropdown nav bar and it is all on the side of my page. Once again I am over my head! I don't know what I am doing! I do have the journal style on my text page but it goes over to the right and under the pic. Oh well........

stefrussell
Jan-29-2008, 10:19 PM
I have a few questions to ask so I don't have to get on a buch of diff. threads.

1. How do I put a copyright on my pages? ( I tried on the bio edit but it isn't centered) I want it on every page. I have a power acct.

2. I am trying to put text on my pricing page. I want the text to be boxed up so the picture stands alone on the L side of the page.

3. I am also trying to do the drop down nav. bar and it seems like it is a lot of work. Is there a quick way. I guess the tutorial is a little confusing for me. I'm not sure where or what to put.

I would appreciate anyone who can help me! Thanks!

ok, I have the dropdown nav bar done but it is not right. HELP, PLEASE!

Allen
Jan-29-2008, 10:44 PM
...
3. I am also trying to do the drop down nav. bar and it seems like it is a lot of work. Is there a quick way. I guess the tutorial is a little confusing for me. I'm not sure where or what to put. ...

You have some errors in this, replace with this.

<!-- CSS Dropdown Nav Bar -->
<!-- Original code by Stu Nicholls of -->
<!-- http://www.cssplay.co.uk/ -->
<!-- Edited by me for content, formatting, and some elements -->
<!-- Please help support CSSPlay at: -->
<!-- http://www.cssplay.co.uk/support.html -->

<div class="menu">
<ul>

<!-- First Main Menu Item -->

<li><a class="drop" href="http://stefanierussell.smugmug.com" title="Stefanie Russell Photography">Home</a></li>

<!-- Next Main Menu Item -->

<li><a class="drop" href="http://stefanierussell.smugmug.com/gallery" title="Information">Information
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="http://stefanierussell.smugmug.com/gallery/4212380" title="About Me">About Me</a></li>
<li><a href="http://stefanierussell.smugmug.com/gallery/4212380" title="Session">Session</a></li>
<li><a href="http://stefanierussell.smugmug.com/gallery/4212380" title="Prices">Prices</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<!-- Next Main Menu Item -->

<li><a href="http://stefanierussell.smugmug.com/galleries" title="Galleries">Galleries
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="http://stefanierussell.smugmug.com/galleries" title="Glowing">Glowing</a></li>
<li><a href="http://stefanierussell.smugmug.com/galleries" title="Cuddle">Cuddle</a></li>
<li><a href="http://stefanierussell.smugmug.com/galleries" title="Sweet">Sweet</a></li>
<li><a href="http://stefanierussell.smugmug.com/galleries" title="Love">Love</a></li>
<li><a href="http://stefanierussell.smugmug.com/galleries" title="Blushing">Blushing</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>


<!-- Next Main Menu Item -->

<li><a href="http://stefanierussell.smugmug.com/gallery/4212416" title="Portfolio">Portfolio</a></li>

<!-- Next Main Menu Item -->

<li><a href="http://stefanierussell.smugmug.com/gallery/4227216" title="Proofing">Proofing</a></li>

<!-- Next Main Menu Item -->

<li><a href="http://stefanierussell.smugmug.com" title="Guestbook">Guestbook</a></li>

</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->

</div>
<!-- End Navbar Code -->

Edit: fixed all the links.

stefrussell
Jan-30-2008, 08:55 AM
You have some errors in this, replace with this.

<!-- CSS Dropdown Nav Bar -->
<!-- Original code by Stu Nicholls of -->
<!-- http://www.cssplay.co.uk/ -->
<!-- Edited by me for content, formatting, and some elements -->
<!-- Please help support CSSPlay at: -->
<!-- http://www.cssplay.co.uk/support.html -->

<div class="menu">
<ul>

<!-- First Main Menu Item -->

<li><a class="drop" href="http://www.stefanierussell.smugmug.com" title="Stefanie Russell Photography">Home</a></li>

<!-- Next Main Menu Item -->

<li><a class="drop" href="http://www.stefanierussell.smugmug.com/gallery" title="Information">Information
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="http://www.http://stefanierussell.smugmug.com/gallery/4212380" title="About Me">About Me</a></li>
<li><a href="http://www.stefanierussell.smugmug.com/gallery/4212380" title="Session">Session</a></li>
<li><a href="http://www.stefanierussell.smugmug.com/gallery/4212380" title="Prices">Prices</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<!-- Next Main Menu Item -->

<li><a href="http://www.stefanierussell.smugmug.com/galleries" title="Galleries">Galleries
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="http://www.stefanierussell.smugmug.com/galleries" title="Glowing">Glowing</a></li>
<li><a href="http://www.stefanierussell.smugmug.com/galleries" title="Cuddle">Cuddle</a></li>
<li><a href="http://www.stefanierussell.smugmug.com/galleries" title="Sweet">Sweet</a></li>
<li><a href="http://www.stefanierussell.smugmug.com/galleries" title="Love">Love</a></li>
<li><a href="http://www.stefanierussell.smugmug.com/galleries" title="Blushing">Blushing</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>


<!-- Next Main Menu Item -->

<li><a href="http://www.stefanierussell.smugmug.com/gallery/4212416" title="Portfolio">Portfolio</a></li>

<!-- Next Main Menu Item -->

<li><a href="http://www.stefanierussell.smugmug.com/gallery/4227216" title="Proofing">Proofing</a></li>

<!-- Next Main Menu Item -->

<li><a href="http://www.stefanierussell.smugmug.com" title="Guestbook">Guestbook</a></li>

</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->

</div>
<!-- End Navbar Code -->


Thanks for replying Allen :bow ! Do I put this in the CSS or header?

Allen
Jan-30-2008, 08:58 AM
Thanks for replying Allen :bow ! Do I put this in the CSS or header?
That's html, it's in your header customize box.


Oops, there are some errors in it, hang on, be back.

Edit: Back, fixed all the links in post 6.

stefrussell
Jan-30-2008, 09:03 AM
That's html, it's in your header customize box.


Oops, there are some errors in it, hang on, be back.

You rock Allen! Thank you so....much! I Actually had nightmares last night about doing this. My brain is spinning! Could you tell me how to line it up so the dropdown boxes are the same as the top one? Also how do I change the color of them?

Allen
Jan-30-2008, 09:39 AM
You rock Allen! Thank you so....much! I Actually had nightmares last night about doing this. My brain is spinning! Could you tell me how to line it up so the dropdown boxes are the same as the top one? Also how do I change the color of them? In you header remove this at the top.

<div id="navcontainer">
<ul>


In your CSS remove this.

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li {
display: inline;
}

#navcontainer ul li a {
text-decoration:;
padding: .3em 2em;
color: #fff;
background-color: #COCOCO;
}

#navcontainer ul li a:hover {
color: #fff;
background-color: #FF99CC;
}


Replace this part of your CSS, the whole menu part. Many little changes within.

/* CSS Dropdown Nav Bar*/
/* Original code by Stu Nicholls of*/
/* http://www.cssplay.co.uk/ */
/* Edited by me for content, formatting and some elements */
/* Please help support CSSPlay at: */
/* http://www.cssplay.co.uk/support.html */


/* CSS Section */

/* style the outer div to give it width */
.menu {
z-index:99;
text-align:center;
margin: 0 auto 20px;
padding:10px 0px 15px 0px;
position:relative; /*Make the container moveable*/
width:750px; /*Main bar total width*/
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:120px; /* Cell size. Divide the main width (750px) by the number of cells you need */
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:120px; /* Cell size. Divide the main width (750px) by the number of cells you need */
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size: 120%;
font-family: Comic Sans MS, verdana;
text-decoration:none;
color: #000;
width:120px; /* Defines the main box dimensions. */
height:25px; /*How tall your cells are*/
border:1px solid #FF99CC;
background:#F86FB5;
line-height:25px; /*Adjust this to vertically center your text in each cell. Should be about the same as height. */
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:120px;
w\idth:120px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#F86FB5;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#FF99CC;
}
.menu ul ul :hover > a.drop {
background:#FF99CC;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#F86FB5;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#FF99CC;
}
.menu ul ul ul :hover > a {
background:#FF99CC;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:25px;
top:27px;
left:0;
width:120px; /* Size of the daughter cells */
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px; /* IE gap between main bar and the dropdown items */
}


/* position the third level flyout menu */
.menu ul ul ul{
left:100px;
top:0;
width:120px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#F86FB5;
color:#000;
height:25px;
p adding:5px 10px;
width:120px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:120px;
w\idth:120px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff;
background:#FF99CC;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#FF99CC;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
visibility:visible;
}

/* End Navbar Code */

Allen
Jan-30-2008, 09:43 AM
.
You need to trim/crop your banner image to just outside the text on all sides. Then
the spacing around it can be handled much easier by CSS.

stefrussell
Jan-30-2008, 09:52 AM
You need to trim/crop your banner image to just outside the text on all sides. Then
the spacing around it can be handled much easier by CSS.

ok, did I do it?

Allen
Jan-30-2008, 10:04 AM
ok, did I do it? Now go back to post 9 and do that stuff.


You cropped your banner photo? Look like lots of blank area on
all sides still. You upload a new version? If you did it has a different
photo number to put in banner CSS.

stefrussell
Jan-30-2008, 10:18 AM
Now go back to post 9 and do that stuff.


You cropped your banner photo? Look like lots of blank area on
all sides still. You upload a new version? If you did it has a different
photo number to put in banner CSS.

I guess I missed post 10, sorry! I am doing that now. I just trimmed my banner in the css, is that not going to work?

Allen
Jan-30-2008, 10:24 AM
I guess I missed post 10, sorry! I am doing that now. I just trimmed my banner in the css, is that not going to work?
It's the original png file you need to trim not the CSS. There is all kinds of blank
space around the text. Crop most off in Photoshop and upload again.

btw, your menu looks great now in Firefox, IE needs a few adjustments, text too big in drops.

stefrussell
Jan-30-2008, 10:30 AM
It's the original png file you need to trim not the CSS. There is all kinds of blank
space around the text. Crop most off in Photoshop and upload again.

btw, your menu looks great now in Firefox, IE needs a few adjustments, text too big in drops.

ok, I will try and redo the banner again...... Yes, the text is too big. How do I change that and the font. Also in the information box when it drops down it doesn't have boxes.

Allen
Jan-30-2008, 10:33 AM
ok, I will try and redo the banner again...... Yes, the text is too big. How do I change that and the font. Also in the information box when it drops down it doesn't have boxes.
What browser are you using? Firefox and IE will look different. Get Firefox perfect
then we'll tackle IE.

stefrussell
Jan-30-2008, 10:46 AM
What browser are you using? Firefox and IE will look different. Get Firefox perfect
then we'll tackle IE.

I have IE. I don't know anything about dif. browsers. Everybody keeps saying I need another one. Will it take up more room on my comp. though? I don't know how much room I have on here. My husband is the expert on that stuff.

The banner is changed. Is that better? Can you tell me if I am able to change the font in the boxes?

Allen
Jan-30-2008, 11:15 AM
I have IE. I don't know anything about dif. browsers. Everybody keeps saying I need another one. Will it take up more room on my comp. though? I don't know how much room I have on here. My husband is the expert on that stuff.

The banner is changed. Is that better? Can you tell me if I am able to change the font in the boxes?
You forgot to change the photo link in the filter part for IE.:D

#my_banner {
width: 750px;
height: 125px;
margin: 0 auto;
background: url(http://stefanierussell.smugmug.com/photos/249127042-O.png) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader(enabled=true,sizingmethod=image,
src='http://stefanierussell.smugmug.com/photos/249127042-O.png');
}

stefrussell
Jan-30-2008, 11:21 AM
You forgot to change the photo link in the filter part for IE.:D

#my_banner {
width: 750px;
height: 125px;
margin: 0 auto;
background: url(http://stefanierussell.smugmug.com/photos/249127042-O.png) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader(enabled=true,sizingmethod=image,
src='http://stefanierussell.smugmug.com/photos/249127042-O.png');
}

ok, so I just changed the second number right? What firefox should I get?

Allen
Jan-30-2008, 11:48 AM
ok, so I just changed the second number right? What firefox should I get?
You change the first one but forget the 2nd. Both should be same png file.


See the link in my sig below for Firefox. You are on PC and not MAC, right?

stefrussell
Jan-30-2008, 12:12 PM
You change the first one but forget the 2nd. Both should be same png file.


See the link in my sig below for Firefox. You are on PC and not MAC, right?

yes, I am PC. Thanks for all your help Allen. I will check it out!:barb

stefrussell
Jan-30-2008, 12:44 PM
Thanks Allen I have firefox now. Hey do you think you can tell me how to center the text on the bottom of my page (the copyright)?

stefrussell
Jan-30-2008, 12:59 PM
I have another prob. with the nav bar now. It is not showing on my pages under my info. but it is there when you move the mouse.:scratch

Allen
Jan-30-2008, 02:40 PM
I have another prob. with the nav bar now. It is not showing on my pages under my info. but it is there when you move the mouse.:scratch
Add this to your CSS, the text is the about same color as the background.
Add the bold below this. It has to be in this order.
OR just change the color shown in red below.

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size: 120%;
font-family: Monotype Corsiva;
text-decoration:none;
color: #000; << or change this to #FF99CC and get all your pages
width:120px; /* Defines the main box dimensions. */
height:25px; /*How tall your cells are*/
border:1px solid #COCOCO;
background: #COCOCO;
line-height:25px; /*Adjust this to vertically center your text in each cell. Should be about the same as height. */
}

.gallery_4227216 .menu a, .menu a:visited {color: #FF99CC;}

stefrussell
Jan-30-2008, 03:15 PM
Add this to your CSS, the text is the about same color as the background.
Add the bold below this. It has to be in this order.
OR just change the color shown in red below.

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size: 120%;
font-family: Monotype Corsiva;
text-decoration:none;
color: #000; << or change this to #FF99CC and get all your pages
width:120px; /* Defines the main box dimensions. */
height:25px; /*How tall your cells are*/
border:1px solid #COCOCO;
background: #COCOCO;
line-height:25px; /*Adjust this to vertically center your text in each cell. Should be about the same as height. */
}

.gallery_4227216 .menu a, .menu a:visited {color: #FF99CC;}

well, it has diff. colors in the text. some black, pink, white....

Allen
Jan-30-2008, 03:21 PM
well, it has diff. colors in the text. some black, pink, white....
What color combos do you want? Hopefully one that will work on all your pages.

Also you have a gap between main and drop. Change the top below.

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:25px;
top:25px;
left:0;
width:120px; /* Size of the daughter cells */
}


Oops, you pasted that in at the bottom. You should have edited the existing one above.

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size: 120%;
font-family: Monotype Corsiva;
text-decoration:none;
color: #FF99CC;
width:120px; /* Defines the main box dimensions. */
height:25px; /*How tall your cells are*/
border:1px solid #COCOCO;
background:#COCOCO;
line-height:25px; /*Adjust this to vertically center your text in each cell. Should be about the same as height. */
}

stefrussell
Jan-30-2008, 04:19 PM
What color combos do you want? Hopefully one that will work on all your pages.

Also you have a gap between main and drop. Change the top below.

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:25px;
top:25px;
left:0;
width:120px; /* Size of the daughter cells */
}


Oops, you pasted that in at the bottom. You should have edited the existing one above.

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size: 120%;
font-family: Monotype Corsiva;
text-decoration:none;
color: #FF99CC;
width:120px; /* Defines the main box dimensions. */
height:25px; /*How tall your cells are*/
border:1px solid #COCOCO;
background:#COCOCO;
line-height:25px; /*Adjust this to vertically center your text in each cell. Should be about the same as height. */
}

It worked! Thank you! Ya, I can't figure out how to change the text now. I was trying to use pinks and browns but not much luck finding the browns. I guess I need a text the works on both light and dark pages. Is there a brown you know of that works for text? I'm almost there!:barb

Allen
Jan-30-2008, 04:26 PM
It worked! Thank you! Ya, I can't figure out how to change the text now. I was trying to use pinks and browns but not much luck finding the browns. I guess I need a text the works on both light and dark pages. Is there a brown you know of that works for text? I'm almost there!:barb
Scroll down this page (http://www.december.com/html/spec/color1.html) and find one.:D
At the bottom of your CSS.

You don't need this one.

.gallery_4227216 .menu a, .menu a:visited {color: #FF99CC;}


This is a duplicate of in above, delete this and edit the top above.

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:25px;
top:25px;
left:0;
width:120px; /* Size of the daughter cells */
}

stefrussell
Jan-31-2008, 09:56 AM
Scroll down this page (http://www.december.com/html/spec/color1.html) and find one.:D
At the bottom of your CSS.

You don't need this one.

.gallery_4227216 .menu a, .menu a:visited {color: #FF99CC;}


This is a duplicate of in above, delete this and edit the top above.

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:25px;
top:25px;
left:0;
width:120px; /* Size of the daughter cells */
}

Hey Allen. I have been working on this and can't seem to find the way to change the white text in the box when you hover. I want it to be a brown like the rest of the text in the boxes below. Also, why is it so hard to get the boxes to stay(so you can click on them) when you hover?

Allen
Jan-31-2008, 10:42 AM
Hey Allen. I have been working on this and can't seem to find the way to change the white text in the box when you hover. I want it to be a brown like the rest of the text in the boxes below. Also, why is it so hard to get the boxes to stay(so you can click on them) when you hover?
You have a gap between the main and drop. Change the top below to
remove it.

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:25px;
top:25px;
left:0;
width:120px; /* Size of the daughter cells */
}

Change the color in this.

.menu :hover > a, .menu ul ul :hover > a {
color:#6B4226;
background:#FF99CC;
}

stefrussell
Jan-31-2008, 10:54 AM
You have a gap between the main and drop. Change the top below to
remove it.

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:25px;
top:25px;
left:0;
width:120px; /* Size of the daughter cells */
}

Change the color in this.

.menu :hover > a, .menu ul ul :hover > a {
color:#6B4226;
background:#FF99CC;
}

Thanks Allen, the color worked! Why do you keep saying to change the top below? I'm confused on what I am suppose to be doing.

Allen
Jan-31-2008, 11:03 AM
Thanks Allen, the color worked! Why do you keep saying to change the top below? I'm confused on what I am suppose to be doing.
Look for that in your CSS and change the top from 27 to 25 as shown in bold.
You'll find that down in your CSS.

stefrussell
Jan-31-2008, 11:20 AM
Look for that in your CSS and change the top from 27 to 25 as shown in bold.
You'll find that down in your CSS.

Thanks again! I don't remember how to get the "gallery 1" off of a new page. Can you tell me how to do that?

Allen
Jan-31-2008, 11:57 AM
Thanks again! I don't remember how to get the "gallery 1" off of a new page. Can you tell me how to do that?
Look just above "End of CSS" on this page (http://allen-steve.smugmug.com/gallery/3819841) for turning off items on the page.


.gallery_XXXXXXX #albumNav_top,
.gallery_XXXXXXX #albumNav_bottom {display: none;}

Also at the bottom is how to change comments to "guestbook comments".

stefrussell
Jan-31-2008, 02:52 PM
Look just above "End of CSS" on this page (http://allen-steve.smugmug.com/gallery/3819841) for turning off items on the page.


.gallery_XXXXXXX #albumNav_top,
.gallery_XXXXXXX #albumNav_bottom {display: none;}

Also at the bottom is how to change comments to "guestbook comments".

Yeah!!! Thanks again Allen! Can you tell me how to get my copyright on the bottom of each page? I can't seem to find how to do it.

Allen
Jan-31-2008, 04:07 PM
Yeah!!! Thanks again Allen! Can you tell me how to get my copyright on the bottom of each page? I can't seem to find how to do it.
Add this in your footer.

<div id="myCopyright">text goes in here</div>

You can format it in CSS with this.
Add what-ever parameters you want to this.

#myCopyright {
text-align: center;
color: red;
}

stefrussell
Jan-31-2008, 04:17 PM
Add this in your footer.

<div id="myCopyright">text goes in here</div>

You can format it in CSS with this.
Add what-ever parameters you want to this.

#myCopyright {
text-align: center;
color: red;
}

Yeah! Thanks for all your help!:clap

stefrussell
Feb-02-2008, 09:28 AM
Can someone tell me how to get my slideshow and my text on my journal page centered? I did the codes that were posted but it is still not centered.

Allen
Feb-02-2008, 02:27 PM
Can someone tell me how to get my slideshow and my text on my journal page centered? I did the codes that were posted but it is still not centered.
Which journal page are you referring to?
You might look at this page (http://allen-steve.smugmug.com/gallery/3819841) and set up your guestbook with it.

Center SS on homepage?
#userBio {text-align: center !important;}

stefrussell
Feb-03-2008, 08:44 PM
Which journal page are you referring to?
You might look at this page (http://allen-steve.smugmug.com/gallery/3819841) and set up your guestbook with it.

Center SS on homepage?
#userBio {text-align: center !important;}

I have already done the SS code and it is not centered. On the journal page the text is too far to the left (next to the pic).

Allen
Feb-03-2008, 09:25 PM
I have already done the SS code and it is not centered. On the journal page the text is too far to the left (next to the pic).
This in your CSS is causing the narrow width site wide and floating the text
against the photo. What is this suppose to be doing?

.journal_entry .caption {
width: 325px;
display: inline;
float: left;
position: relative;
}

Override that by adding this after that.

.gallery_4212380 .journal_entry .caption {
width: 520px;
float: right;
display: block;
text-align: justify;
margin-top: -20px;
}

stefrussell
Feb-03-2008, 10:13 PM
This in your CSS is causing the narrow width site wide and floating the text
against the photo. What is this suppose to be doing?

.journal_entry .caption {
width: 325px;
display: inline;
float: left;
position: relative;
}

Override that by adding this after that.

.gallery_4212380 .journal_entry .caption {
width: 520px;
float: right;
display: block;
text-align: justify;
margin-top: -20px;
}

Thanks again Allen! Do you know why my SS is staying over to the right? It is not centered in the box.

Allen
Feb-03-2008, 10:20 PM
Thanks again Allen! Do you know why my SS is staying over to the right? It is not centered in the box.
You have two of these which centers show, delete one of them.

#userBio {
text-align: center !important;
}


Have no idea what this is and it's messing the centering.
Delete it.

#userBio {
width: 550px;
display: inline;
float: left;
position: relative;
}

stefrussell
Feb-03-2008, 10:26 PM
You have two of these which centers show, delete one of them.

#userBio {
text-align: center !important;
}


Have no idea what this is and it's messing the centering.
Delete it.

#userBio {
width: 550px;
display: inline;
float: left;
position: relative;
}

Yeah! That shall do it! Thanks a million!:D