You probably have some CSS or Javascript somewhere that is telling the browser to display the URL for links in parentheses after the link text. Something like this: http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url
On Wednesday, October 26, 2011 9:57:45 AM UTC-4, Ramos wrote: > > this is what i have in the source > <td class=a0><b><a > href="/DO/Silos/SiloDetalhe/1<https://194.65.91.152/DO/Silos/SiloDetalhe/1> > ">79.4</a></B> </td> When printed in paper it shows the href after the > 79.4 value. > > Strange?! > > > > 011/10/26 Anthony <[email protected]> > >> Does the (/DO/Silos/SiloDetalhe/2) appear inside the TDs in the HTML page >> source (not what the browser shows, the actual HTML source code), or only >> in the printed output? >> >> >> On Wednesday, October 26, 2011 6:00:12 AM UTC-4, Ramos wrote: >>> >>> hello i have a problem >>> >>> please see image1.jpeg is what i see in the browser >>> >>> when i print it i get what you see in image2.pdf >>> >>> How is that possible? >>> >>> Thank you >>> >> >

