Hi, i am having a problem with my timeline.
I am trying to insert a hyperlink to the titles, but the xml brings an
error.
Could you please give me an example, as i think im doing it wrong in
my procedure

 begin
  htp.p('<event');
  htp.p('start="' || to_char(pImpDate, 'Dy FMMon DD YYYY') || '
00:00:00 GMT-0000"');
  htp.p('end="' || to_char(pImpDate, 'Dy FMMon DD YYYY') || ' 00:00:00
GMT-0000"');
  htp.p('<a href = "http://yahoo.co.uk"; >');
  htp.p('title= "' || pName||'</a>' || '" >');

Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to