Nick-
 
I think your problem might be that you're not using HTML Entities.
 
See: http://www.w3schools.com/html/html_entities.asp
 
So, instead of "<br />", you need to put into your XML file "&lt;br
/&gt;"
"<img src = "http://..."; would go "&lt;img src=&quot;http:// ..." and so
on....
 
The HTML should then render correctly.
 
-Vincent

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nick Denis
Sent: Wednesday, February 27, 2008 6:32 PM
To: [email protected]
Subject: Couple Timeline Questions


I'm trying to either find a way to integrate HTML formatting and images
into the content of the Detail Windows, or use frames on a page with the
Timeline so that when you click the title of an event in the Timeline,
it loads a page in the frame under the Timeline with more information
about the event (containing images and formatted text).

I don't really have a preference as to which solution, but I need to get
one of the two working.  My events, for example, are a press release
about a new product, so ideally I want to either have the product
image(s) and details from the press release to be viewable in the bubble
or have it navigate the lower frame to a page containing the info from
the press release.

My attempts to use HTML in between the <event></event> tags just results
in none of the text or HTML I put in there showing up, I just get a
bubble that shows the Event Title, time, and the logo of the company
(which I put in the image="logo" section of the event tag), but no more
information after that.

Any help would be greatly appreciated, Thanks!

-- 
Nick Denis 
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to