| urlkiller |
|
|---|---|
|
just make the links like this: <div id="My..."><a href="#">Next</a></div>
what you just did wont work!!! you can only have 1 instance of each next and prev button and it need to be outside the div id="slideshow"!!!! if you wish to add more information to the slides you need to do this INSIDE the <div> elements! example:
<!-- BEGIN: LIST_ROW -->
<div class="{LIST_ROW_ODDEVEN}">
<h2>{LIST_ROW_TITLE}</h2><hr />
<img src="{LIST_ROW_CARTOON}" style="width:680px;">
<table class="cells">
<tr>
<td>NAME:</td>
<td>{LIST_ROW_TITLE}</td>
</tr>
<tr>
<td>DATE:</td>
<td>{LIST_ROW_DATE}</td>
</tr>
</table>
</div>
<!-- END: LIST_ROW -->
URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
This post was edited by urlkiller (2010-08-24 21:44, 15 years ago)
|