View Full Version : need help
jeffooo
Sep-29-2008, 04:37 PM
I've been trying to set up a nav bar with movie. got the movie to work but still no nav bar. I very new to this and this site. please help
Allen
Sep-29-2008, 04:42 PM
I've been trying to set up a nav bar with movie. got the movie to work but still no nav bar. I very new to this and this site. please help
Please don't post twice, see your other post.
jeffooo
Sep-29-2008, 04:59 PM
Please don't post twice, see your other post.
I would not post twice if any of this made sense! I was just trying to find the help place to get some answers! I am very new 2-days with this and you would think that people would be a little nicer in helping you.
Allen
Sep-29-2008, 05:26 PM
I would not post twice if any of this made sense! I was just trying to find the help place to get some answers! I am very new 2-days with this and you would think that people would be a little nicer in helping you. This is what I replied in the other thread.
Welcome to Dgrin :wave
A link to your site would be helpful for those that could help.:D Was someone not nice? You got a response in 2 minutes.
Anyway, for someone to help it's easier to see your site so any questions you
ask can be looked into. Got a question? Fire away.
jeffooo
Oct-01-2008, 05:29 PM
my site is jefferyeudy.smugmug.com how do you set up a information / about page? I need to know how to take off the images, and then add text
Allen
Oct-01-2008, 06:43 PM
my site is jefferyeudy.smugmug.com how do you set up a information / about page? I need to know how to take off the images, and then add text
Try this for your about gallery. This page (http://allen-steve.smugmug.com/gallery/3819841) was used as a template.
Replace the album/gallery description with this.
<html>
<div class="myPhoto">
<img src="/photos/383445799_S9pAd-S.jpg" />
</div> <!-- closes myPhoto div -->
<div class="myText">
<p>Thanks for stopping by. This is an example of
adding html to the gallery description which can be use
for an "about me", "guestbook", "info", "contact" or any
other "html" page.</p>
<p>Create a new gallery, set it to private and journal
style under gallery customization.</p>
<p>text text text text text text text text text text text
text text text text text text text text text text text
text text text text text text text text text text text
text text text text</p>
<p>text text text text text text text text text text text
text text text text text text text text text text text
text text text text text</p>
<p>You can contact me by Email <a href="mailto:myname@mydomain.com">
<span class="myEmail">here</span></a></p>
</div> <!-- closes myText div -->
</html>
Add this to your CSS
/* START about gallery 6090962 */
.gallery_6090962 #albumDescription {
margin-top: 40px; /* gap from navbar at top */
background: #666; /* background of description box */
padding: 40px 40px 40px 40px; /* top right bottom left */
} /* spacing inside box from edges */
.gallery_6090962 .myPhoto {
float: right; /* allows the text to flow to the right */
padding: 0 0 10px 30px; /* top right bottom left */
} /* spacing of text around photo */
.gallery_6090962 .myPhoto img {
border: 4px ridge #444; /* add border around photo */
}
.gallery_6090962 .myText {
font-family: Comic Sans MS, verdana;
font-size: 130%;
color: #ccc;
font-weight: normal;
text-align: justify;
}
.gallery_6090962 .myEmail {color: #ccc;}
.gallery_6090962 .myEmail:hover {color: red;}
/* things you can hide on page */
.gallery_6090962 .nophotos h3,
.gallery_6090962 #albumNav_top,
.gallery_6090962 #albumNav_bottom,
.gallery_6090962 .journal_entry, /* hides photos in gallery */
.gallery_6090962 #breadcrumb {display: none;}
.loggedIn .gallery_6090962 #breadcrumb {display: block;}
/* END gallery 6090962 */
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.