View Full Version : Wrap around text About Me
guinness
Oct-15-2009, 04:57 PM
gentleman...managed to get most of my site running great,until i tried to create a (about me) page (not much to say) but i managed to follow all intructions and i can,t wrap the text,no photo and at the bottom it says "this is a brand new gallery with no photos"
my site...http://suii.smugmug.com (http://suii.smugmug.com/) :scratch
Allen
Oct-15-2009, 07:37 PM
gentleman...managed to get most of my site running great,until i tried to create a (about me) page (not much to say) but i managed to follow all intructions and i can,t wrap the text,no photo and at the bottom it says "this is a brand new gallery with no photos"
my site...http://suii.smugmug.com (http://suii.smugmug.com/) :scratch
Try this, corrected a bunch of mistakes.
/* START gallery 7845796 */
.gallery_7845796 #albumDescription {
margin-top: 40px; /* gap from navbar at top */
background: #ccc; /* background of description box */
padding: 20px 40px 40px 40px; /* top right bottom left */
} /* spacing inside box from edges */
.gallery_7845796 .myPhoto {
float: left; /* allows the text to flow to the right */
padding: 0 30px 10px 0; /* top right bottom left */
} /* spacing of text around photo */
.gallery_7845796 .myPhoto img {
border: 4px ridge #FF7722; /* add border around photo */
}
.gallery_7845796 .myTitle {
font-family: Comic Sans MS, verdana;
font-size: 150%;
color: #FF7722;
font-weight: bold;
text-align: center;
margin: 0 auto 30px auto; /* top right bottom left */
}
.gallery_7845796 .myText {
font-family: Comic Sans MS, verdana;
font-size: 100%;
color: #FF7722;
font-weight: normal;
text-align: justify;
}
.gallery_7845796 .myEmail {color: #444;}
.gallery_7845796 .myEmail:hover {color: red;}
/* things you can hide on page */
.gallery_7845796 .nophotos h3, /* if no photos in gallery */
.gallery_7845796 #albumNav_top,
.gallery_7845796 #albumNav_bottom,
.notLoggedIn .gallery_7845796 .journal_entry, /* hides photos in gallery */
.notLoggedIn .gallery_7845796 #breadcrumb {display: none;}
/* END gallery 7845796 */
Check the gallery the photo is in and turn on external links. Also the photo
can not be checked hidden.
guinness
Oct-16-2009, 11:29 AM
thank you very much for takin the time to correct my mistakes...now i have to come up with something to say "about me"...gary(guinness)
you guys have a great product...hope you come up with more inovated creations we can apply:thumb
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.