You should also make sure the image tag points to a valid image. I tested the following CFML with OpenBD, BD/Java and BD.NET and they all worked.
<cfdocument format="PDF"> <html> <body> <p><a href="http://www.google.com" anchor="Google">test</a></p> <p><a href="http://www.google.com" anchor="Google"><img src="http://www.google.com/intl/en_ALL/images/logo.gif" border="0" /></a></p> </body> </html> </cfdocument> Paul -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ed Sent: Wednesday, March 17, 2010 3:58 PM To: Open BlueDragon Subject: [OpenBD] CFDocument issue with Links Hello we are having an issue with getting links to render in the resulting pdf ducument when using CFDocuemnt. We are able to get a link to work when it is surrounding text but the same link will not work when it is surrounding an image. This works: <a href="http://www.google.com" anchor="Google">test</a> This does not work: <a href="http://www.google.com" anchor="Google"><img src="http:// www.domain.com/image.jpg" border="0" /></</a> The document is started and ended with <html> and <body> tags It would be greatly apprciated if somone has a solution. P.S. on a side note: neither are working in bluedragon.net Sincerely Ed -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !! -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
