View Full Version : How To Change Home Page Picture???
Cuties02q
Jul-10-2007, 05:40 PM
Right now I have a slideshow on my home page but I just want one picture....how do I change it :dunno
Allen
Jul-10-2007, 06:50 PM
Right now I have a slideshow on my home page but I just want one picture....how do I change it :dunno
Oh, you have a nice homepage with the show now.:D
but.... ok
Lets only disable the show code for now and leave it in so you can always
get it back if you want. I think this will work.
In your footer code add the red.
<!-- disable the show code
< script type="text/javascript" >
/* required slideshow variables */
...
...
...
...
loadSlideshow ();
< /script >
-->
In your bio box add this
<html>
<img src="/photos/162341151-M.jpg" />
</html>
Add this to your CSS if you want a border on the photo.
#bioBox img {
border: 6px ridge #ccc;
}
BTW, to center your banner change to the actual size of the banner.
#my_banner
{
margin: 0 auto;
width: 504px;
height:161px;
background: url(http://cuties02q.smugmug.com/photos/154651774-L.jpg) no-repeat;
}
Cuties02q
Jul-10-2007, 07:17 PM
I was hoping you would respond :lust Ok so I did everything but I cannot figure out how to edit my bio :dunno
Allen
Jul-10-2007, 07:32 PM
I was hoping you would respond :lust Ok so I did everything but I cannot figure out how to edit my bio :dunno Almost got it.:D You didn't edit your footer code right. Move the -->
to the end as shown below. You put it in the middle.
<!-- disable the show code
<*script type="text/javascript"*>
/* required slideshow variables */
slideshowContainerId = "bioBox";
slideshowUrl = "http://cuties02q.smugmug.com/gallery/2826749";
/* optional slideshow variables */
/* see properties section */
slideHeight="400";
slideWidth="640";
if (YD.hasClass(document.body,'homepage') && !YD.hasClass(document.body,'galleries'))
loadSlideshow ();
<*/script*>
-->
You can always edit your bio in your control panel.
passwords: change | guest password: change | bio: change | mail preferences: change
Cuties02q
Jul-10-2007, 07:44 PM
What am I doing wrong I cannot get a picture on the front page :scratch
Allen
Jul-10-2007, 07:50 PM
What am I doing wrong I cannot get a picture on the front page :scratch
You have this in your Bio.
My name is Stephenie I am married to my wonderful husband Brad and we have two darling children Ella & Brennan. Photography has alway been my passion and I love sharing it with others.
Replace it with this.
<html>
<img src="/photos/162341151-M.jpg" />
</html>
Cuties02q
Jul-10-2007, 07:59 PM
Ok I did that...should I be putting a picture link somewhere :scratch
Allen
Jul-10-2007, 08:10 PM
Ok I did that...should I be putting a picture link somewhere :scratch
Did you disable your bio? Go into your control panel and click display if it's
there. Did you put that code in the bio. That's the photo link.
Cuties02q
Jul-10-2007, 08:15 PM
Ok sorry it looks good now except the picture is not centered...is there a way to center it?
Allen
Jul-10-2007, 08:22 PM
Ok sorry it looks good now except the picture is not centered...is there a way to center it?
Add this to your CSS
#userBio {
text-align: center;
background: none;
}
Is this what you wanted? Just picked a random photo.
Allen
Jul-10-2007, 08:26 PM
You can add a matte if you like by adding the bold lines below.
#bioBox img {
border: 6px ridge #ccc;
padding: 25px;
background: #333;
}
Allen
Jul-10-2007, 08:32 PM
How 'bout a little navbar enhancement? Edit the bold lines.
#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #000;
border: 2px ridge #ccc;
}
#navcontainer ul li a:hover {
color: #fff;
background-color: #444;
}
Cuties02q
Jul-10-2007, 08:44 PM
Thanks so much for all of your help =) I may want to change the picture but for now it is ok =)
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.