I'd suggest going over the documentation for the script you are using. However, it appears you already have the first name above, so you could just add the last name below, ex:
Code:
<div align="center">Alan<a href="nito.html"
rel="facebox"><img src="images/alan.jpg" width="75"
height="75" alt="" /></a>Baxter</div>
But you will need to make room (adequate height) for it so it can be seen. If there is no configuration in the script for that, add these styles (in the jquery.jcarousel.css file):
Code:
/**
* This <div> element is wrapped by jCarousel around the list
* and has the classname "jcarousel-container".
*/
.jcarousel-container {
position: relative;
}
.jcarousel-clip {
z-index: 2;
padding: 0;
margin: 0;
overflow: hidden;
position: relative;
height:110px!important;
}
.jcarousel-clip a {
border:none!important;
}
Bookmarks