View Full Version : Need help please!
bradpowellphoto
Jul-30-2007, 09:49 PM
I was feeling pretty good about installing my own slideshow using instructions from the forums. But I might be in over my head for now!:scratch
I have lost my biography information and am wondering if there is an easy way to get my old biography info back in a box just under my slideshow?
Also....how do I center my top banner and close the gap between my banner and slideshow?
Eventually I would like to have an entry page with my banner, a navbar, and a slideshow but am determined to read every forum I can and do as much myself as possible.
Thanks for any help you can give.
Brad
Allen
Jul-30-2007, 10:13 PM
I was feeling pretty good about installing my own slideshow using instructions from the forums. But I might be in over my head for now!:scratch
I have lost my biography information and am wondering if there is an easy way to get my old biography info back in a box just under my slideshow?
Also....how do I center my top banner and close the gap between my banner and slideshow?
Eventually I would like to have an entry page with my banner, a navbar, and a slideshow but am determined to read every forum I can and do as much myself as possible.
Thanks for any help you can give.
Brad
First thing is remove the red from your header.
<div id="my_banner"> </div>
<center>
Use the actual banner size and the margin: 0 auto; will center it. Also add
the margin-bottom and adjust the -40px to suit.
#my_banner {
width: 800px;
height: 178px;
margin: 0 auto;
margin-bottom: -40px;
background: url(http://bradpowellphoto.smugmug.com/photos/178859450-L.jpg) no-repeat;
}
You can create a separate gallery for your bio info or add it below your
show. But if you're going to add a navbar you could have a link on it
pointing directly to an "about me" page with the bio info there. That would
give you a much cleaner homepage. Your current bio info is not lost, you'll
see it in the page source code. The show is just replacing it in the bio for
now.
bradpowellphoto
Jul-31-2007, 05:21 AM
Thanks Allen!
That cleans up my front page wonderfully for now.
Now I will take my time to try and learn how to have a cleaner front page with just my header, a slideshow and a navbar to everything else.
Thanks again!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.