Search  

SHOULD BE SIMPLE...

HomeForumsItem DiscussionShould be simple...
Default-profile pFitz
3 posts
Bought between 1 and 9 items

I need some XML code for a hyperlink. Every time I try to place in between nodes, the next nodes info dies.

Can anyone help out a rookie with code to make text a hyperlink?

PLEASE !!!!

Posted about 1 month ago
66970 Mufaddal
68 posts
Sold between 1 and 100 dollars
just an example <?xml version=”1.0” encoding=”iso-8859-1”?> if this is wat you require Posted about 1 month ago
66970 Mufaddal
68 posts
Sold between 1 and 100 dollars

http://www.pastie.org/320772 sorry for the above post i mean if this is what you wanted

Posted about 1 month ago
Default-profile pFitz
3 posts
Bought between 1 and 9 items

This is what I am working with… everything I try to make the web address a link it makes the other nodes after it undefined.

<?xml version=”1.0” encoding=”UTF-8”?> Copy

Copy

Copy

Please visit www.website.com Posted about 1 month ago
63061 Pdesignx
560 posts
Exclusive author Author was featured Referred at least one person Sold between 1 000 and 5 000 dollars Bought between 10 and 49 items

try to use CDATA

Posted about 1 month ago
68658 MBMedia
244 posts
Exclusive author Author was featured Referred at least one person Sold between 5 000 and 10 000 dollars

you do a link via an html tag, what your likely running into is the fact that if you put in an html tag, flash will just assume it’s the next node. How do you get around that? What Pdesignx said, put it in CDATA , which lets the program know that everything in there is part of the node, not a new node, even if there is html.

look at this: http://pastie.org/320986

Posted about 1 month ago