View Full Version : Need a little help
kennethb
Aug-18-2007, 02:00 PM
I’ve been trying to figure out how to expand the one picture in my guest book so it fills in the entire box. I’m starting to believe that I might need to look at this idea from another angle. :scratch
Could someone point me in the right direction!
Thanks and have a nice day!
Ken
http://kenb.smugmug.com
Allen
Aug-18-2007, 02:44 PM
I’ve been trying to figure out how to expand the one picture in my guest book so it fills in the entire box. I’m starting to believe that I might need to look at this idea from another angle. :scratch
Could someone point me in the right direction!
Thanks and have a nice day!
Ken
http://kenb.smugmug.com
I would add it to your gallery description and play the 750x375 size to fit.
<html>
<img src="http://kenb.smugmug.com/photos/185204662-750x375" />
<p></p>
<p>Please sign my guestbook.</p>
</html>
Format by adding this to CSS, a few options shown.
.gallery_3323763 #albumDescription {
text-align: center;
font-size: 130%;
color: #ccc;
font-family: Comic Sans MS, verdana;
}
This will turn off the journal_entry photo below.
.gallery_3323763 .journal_entry {display:none;}
kennethb
Aug-18-2007, 03:58 PM
I would add it to your gallery description and play the 750x375 size to fit.
<html>
<img src="http://kenb.smugmug.com/photos/185204662-750x375" />
<p></p>
<p>Please sign my guestbook.</p>
</html>
Format by adding this to CSS, a few options shown.
.gallery_3323763 #albumDescription {
text-align: center;
font-size: 130%;
color: #ccc;
font-family: Comic Sans MS, verdana;
}
This will turn off the journal_entry photo below.
.gallery_3323763 .journal_entry {display:none;}
Thanks Allen, I change the theme to default which worked allot better. Now all i have to do is figure out how to move my slide show up under my links ...saw that in one of the old post so it's reading time LOL
Thanks again and have a nice weekend
Ken
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.