
Originally Posted by
sol07
1) Image support - small thumbs would be great to accompany the text. I've tried adding [img] tags in the text files, but no good.
2) Is there any way to add a forwards / backwards function. The pause on mouseover is great, but buttons to rewind or forward to the next item would be awesome.
3) And now for the really big challenge!!
The testimonials are quite long in some cases and I would really like to wrap the text somehow - is it possible to add a maximum text or character length to the display (perhaps with a [more] link to the testimonial page itself?
Regards
Sol
1) Use CSS (in header, after script)
Code:
<style type="text/css"> .message{background-image: url("YOUR_IMAGE");}<style>
2) Yes, but it will take some coding.
3) Again, CSS may be what you need: (in header)
Code:
<style type="text/css"> .message{over-flow: hiden;}<style>
Is it over-flow or overflow? I think it's over-flow. . .
Not tested, but I think they will work with some tweaking ?
Does this help, or am I off?
Bookmarks