Hi,
I wanted to show the changes i made, I want the title within the
bubble to have a hyperlink only. This is the code in the procdure that
i have used and it compiles. However the timline states <a href.....
on the title and within the bubble rather than making them hyperlinks.
htp.p(' title= "' ||'<a href="http://yahoo.co.uk">'||
pName|| '</a>" >');
Regards,
Monica
On Nov 18, 10:39 am, Monica <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---