|
Hi, I am VERY new to xml.
I have a flash calendar reading an external xml document.
All I want to do is add a link to the words "click here for more" so I can launch a new window.
here is the code,
any help would be really appreciated!....
<events startDate="2003-01-01" endDate="2005-12-31">
<event title="A great news Event" description="Click here for more" startDate="2003-11-10 09:30:00" endDate="2003-11-10 11:00:00" allDay="0" eventType="once" />
</events>
|
|
|
The HTML code for a link is simple. It looks like this:
<a href="url">Link text</a>
The href attribute specifies the destination of a link.
----------------------------- flash banner|logo maker|flash menu
|
|
|
|
|
|
|
|