View Full Version : About Me/Guestbook Help
FotoMike
Oct-28-2007, 11:55 PM
I would like to make a page that is just a picture and words. I have seen a few example and i followed the directions on how to set it up (i.e. create a new gallery page) But when i did that i still have all the info along the top that i would like to get rid of. I cant figure it out on my own. If anyone can that, it would be greatly appreciated. thanks.
You can go to my site and click the guestbook link to see what im talking about.
Allen
Oct-29-2007, 10:07 AM
I would like to make a page that is just a picture and words. I have seen a few example and i followed the directions on how to set it up (i.e. create a new gallery page) But when i did that i still have all the info along the top that i would like to get rid of. I cant figure it out on my own. If anyone can that, it would be greatly appreciated. thanks.
You can go to my site and click the guestbook link to see what im talking about.
It looks like you entered the stuff in the guessbook photo caption. Put it in the album
description between html tags.
<html>
<div id="galDescImg">
<img src="/photos/213080064-S" width="253" height="300">
</div>
<div id="galDescText">
<p>
Thanks for stopping by. If you like what you have seen please feel free to sign my guestbook by clicking the "add comment" button below the picture.
</p>
<p>
You can contact me here <a href="mailto:name@domain.net">
<span class="mikeyates86@gmail.com">Email</span></a>
</p>
</div>
</html>
Position the text with the CSS.
.gallery_3715729 #galDescText {
position: relative;
font-size: 1.2em;
font-weight: bold;
color: #ccc;
text-align: justify;
width: 340px;
margin-top: -310px;
margin-left: 400px;
}
Try this and we'll look again to format it.
FotoMike
Oct-29-2007, 11:45 PM
Ha ha okay I have no clue what I did. I took out the picture i had placed there before, and add the description like you said to. But now its all messed up!!! lol Please help me fix it. thanks. :scratch
Allen
Oct-30-2007, 07:12 AM
Ha ha okay I have no clue what I did. I took out the picture i had placed there before, and add the description like you said to. But now its all messed up!!! lol Please help me fix it. thanks. :scratch
I see the stuff in your album description in the page source but not on the
page. Did you enclose it in html tags?
<html>
<div id="galDescImg">
...
...
</div>
</html>
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.