PDA

View Full Version : How Do I Add A Text Footer To 1 Gallery


ivanwatkins
Feb-15-2007, 05:53 AM
Is there a way that I can add a second text box beneath my pictures for hyper links
etc...

Example.. Look at my gallery here.
http://ivanwatkins.smugmug.com/gallery/2462017#129117686 (http://ivanwatkins.smugmug.com/gallery/2462017#129117686)

I Want to move all of my hyper links so that they will be BELOW the pictures so that people see the website laid out like this.

[header ]
[pictures ]
[Text footer with hyper links]

Thanks in advance,
Ivan

richW
Feb-20-2007, 02:14 PM
You can add a text box to your footer and have it display in just one gallery if you want.
Add this to your css section:
#my_textBox {
display: none;
height: 120px;
width: auto;
margin-left: auto;
margin-right: auto;
text-indent: 8px;
text-align: justify;
overflow: auto;}

.gallery_2462017 #my_textBox {display: block;}

To the footer section:
<div class="boxBottom" id="my_textBox">
<p>This is a text box for my links.</p>
</div>

Adjust the height of the box to fit your text. If you don't want a scroll bar, remove the green above.
Samples of a scroll and non-scroll text box are here: http://photos.lmsportspix.com/gallery/2495957
Yell back for any help.....