Re: [web2py] hyperlink address when page print with browser seems coming form boostrap

2013-12-04 Thread Richard Vézina
Ok, as I thought, it was from bootsrap... Thanks a million for this. :) Richard On Wed, Dec 4, 2013 at 4:27 PM, Paolo Caruccio wrote: > Bootstrap has: > > https://github.com/twbs/bootstrap/blob/master/dist/css/bootstrap.css#L228 > > so by the suggested rules we remove the link from the conten

Re: [web2py] hyperlink address when page print with browser seems coming form boostrap

2013-12-04 Thread Paolo Caruccio
Bootstrap has: https://github.com/twbs/bootstrap/blob/master/dist/css/bootstrap.css#L228 so by the suggested rules we remove the link from the content. Il giorno mercoledì 4 dicembre 2013 22:07:10 UTC+1, Richard ha scritto: > > Yes Paolo, it works great... > > Many thanks for this... > > I am cu

Re: [web2py] hyperlink address when page print with browser seems coming form boostrap

2013-12-04 Thread Richard Vézina
Yes Paolo, it works great... Many thanks for this... I am curious where is it from though... :) Richard On Wed, Dec 4, 2013 at 4:01 PM, Paolo Caruccio wrote: > Maybe this helps > https://groups.google.com/d/msg/web2py/z_vjoBM9WlU/FLw7MCQIViMJ > > > Il giorno mercoledì 4 dicembre 2013 21:44:0

Re: [web2py] hyperlink address when page print with browser seems coming form boostrap

2013-12-04 Thread Paolo Caruccio
Maybe this helps https://groups.google.com/d/msg/web2py/z_vjoBM9WlU/FLw7MCQIViMJ Il giorno mercoledì 4 dicembre 2013 21:44:04 UTC+1, Richard ha scritto: > > Hello, > > I try to print some pages today and found that there is a hyperlink > address that appear beside each link of the page even ima

[web2py] hyperlink address when page print with browser seems coming form boostrap

2013-12-04 Thread Richard
Hello, I try to print some pages today and found that there is a hyperlink address that appear beside each link of the page even image, etc. I think it coming from Bootstrap right? How to shut this behavoir off!! Is there an easy way... I found this pretty annoying because it busted all the de