Creating a slideshow through custom BB code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • furst
    Senior Member
    • Dec 2005
    • 202
    • 3.5.x

    Creating a slideshow through custom BB code

    I'm trying to make it so that users can create a little slideshow using bb code. I added this as custom code and I also tried changing the height/width to 100%:
    Code:
    <table height="100" width="500"><tbody><tr><td><marquee direction="right">{param}<br></marquee></td></tr></tbody>
    and tried to use this:
    Code:
    [move][img]imgurl.jpg[/img][img]imgurl2.jpg[/img][img]imgurl3.jpg[/img][/move]
    but it didn't work correctly. For some reason the images were scrolling in my sig (lol).


    Can someone please tell me the correct custom BB code that I should add to make the slideshow possible?
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    I have never tried making a slide show, but I wouldn't nest tags like that. Change it so your BB code has an HTML img tag in it so you can just use the image URL as the parameter.

    Comment

    Related Topics

    Collapse

    Working...