April 21, 201016 yr Hello to everybody I've been looking around in this web is very good. I'm trying to edit a calendar that use a external xml file but I don't kwnow how to add a link to with a tarjet_blank. This is the code: <month value="5"> <day value="1"> <image>pics/camera.jpg</image> <label>Label 1</label> <description><a href="http://www.maccaprios.com"> Maccaprios.com </a ></description> </day> <day value="2"> <image></image> <label>Label 1</label> <description><</description> </day> </month> Thanks for your help
May 6, 201016 yr I do not understand your question. At an attempt to give some kind of answer. I think what you want is to add target="_blank" to the URI in the feed. The link is stored here: <description><a href="http://www.maccaprios.com">'>http://www.maccaprios.com"> Maccaprios.com </a ></description> to add target="_blank"... <description><a href="http://www.maccaprios.com" target="_blank"> Maccaprios.com </a ></description> Good luck MikeyB Hello to everybody I've been looking around in this web is very good. I'm trying to edit a calendar that use a external xml file but I don't kwnow how to add a link to with a tarjet_blank. This is the code: <month value="5"> <day value="1"> <image>pics/camera.jpg</image> <label>Label 1</label> <description><a href="http://www.maccaprios.com"> Maccaprios.com </a ></description> </day> <day value="2"> <image></image> <label>Label 1</label> <description><</description> </day> </month> Thanks for your help
Create an account or sign in to comment