On Wed, 20 May 2009, jgro wrote: > Has anyone out there been able to add any formatting to the > description bubble on a timeline (ie. when you click on a dot, a > bubble with a more in-depth description of the event pops up). We > need a list of items to be displayed in this bubble. I tried adding > some html tags within the xml file, but simile doesn't seem to like > them. Any help would be appreciated! Thanks!
You can use html tags within the xml description element if you escape all the tag brackets thus: for <element> use: <element> hope that works for you, Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
