In the slideshow, you have text controls like PLAY|STOP | Reverse Direction and such... can someone tell me how I can replace the text with Icons? I would like to use icon controls similar to those used on a media player with a square for stop and an arrow for play.
I found the code in the high.inc and low.inc but I am not sure I understand it well enough to determine how to fit icons or graphics into the code.
Any help you can provide would be appreciated.
Lonnie
Posts: 27300
" . _("stop") . "
would become<img src='full_url/to/your/images/stop.gif'>
or<img src=\"" . getImagePath('stop.gif') . "\" width=\"10\" height=\"10\" alt=\"stop\">
not tested but you get the idea :wink:Dave
Posts: 7
Hi all, I have looked for the pages listed above, high.inc and low.inc, but I have no idea where they are! I have created the buttons that I want to use, but I don't know where to change the code at, can you give me the place to find them? Thanks