My problem is not solved right now, so nobody can't see my slideshow (problem is writing 2 message before).
But i'm also busy with the layout of the slide show (and also wait for a comment of my fault),
and there is an another problem. My text for PAUZE, CONTINUE, NEXT, PREVOUIS is BLUE.
But my layout is also blue, so you dont see the text because its the same colour.
But this is the code of my css file:
.head1 {
background-color: #004C75;
color: #ffffff;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
And this is the code of my slideshow:
<table width="700" border="0" cellspacing="0" cellpadding="0" class="tablebottom">
<tr>
<td width="6"><img src="{template_url}/images/header_detail_left.gif" width="6" height="19" alt="" /></td>
<td width="684" align="center" class="head1">
<b>{first_pic_link}<b>
<b>{prev_pic_link}<b>
{current_image_of}
<b>{next_pic_link}<b>
<b>{last_pic_link}<b>
</td>
<td width="6"><img src="{template_url}/images/header_detail_right.gif" width="6" height="19" alt=""/></td>
</tr>
<tr><td><img src="{template_url}/images/spacer.gif" width="1" height="5" alt="" /></td></tr>
<tr>
<td colspan="3" align="center" class="head1">
{order_list}
{stop_play_button}
{interval_list}
</td>
</tr>
</table>