[web2py] Re: Newbie print question

2014-04-18 Thread jimbo
Dave S, followed you instructions and added that at the end of the bootstrap css file, worked a treat thanks! On Thursday, 17 April 2014 11:25:14 UTC+1, jimbo wrote: > > Right, I have made a simple database which works well and looks nice on > screen. That is in 'edit' everything looks as it sho

[web2py] Re: Newbie print question

2014-04-17 Thread Dave S
On Thursday, April 17, 2014 8:48:17 AM UTC-7, jimbo wrote: > > Cheers Anthony, will have a go at that. Can I just comment out or remove > those lines. Thanks Jimmy. > Been there, done that, got the turtleneck: :-) /dps >

[web2py] Re: Newbie print question

2014-04-17 Thread Anthony
Yes, you can just comment/remove those lines. On Thursday, April 17, 2014 11:48:17 AM UTC-4, jimbo wrote: > > Cheers Anthony, will have a go at that. Can I just comment out or remove > those lines. Thanks Jimmy. > > On Thursday, 17 April 2014 11:25:14 UTC+1, jimbo wrote: >> >> Right, I have made

[web2py] Re: Newbie print question

2014-04-17 Thread jimbo
Cheers Anthony, will have a go at that. Can I just comment out or remove those lines. Thanks Jimmy. On Thursday, 17 April 2014 11:25:14 UTC+1, jimbo wrote: > > Right, I have made a simple database which works well and looks nice on > screen. That is in 'edit' everything looks as it should, every

[web2py] Re: Newbie print question

2014-04-17 Thread Anthony
Bootstrap includes some "@media print" CSS rules, one of which displays the href of links right after the link (this is in bootstrap.min.css). See http://drupal.stackexchange.com/questions/59900/how-to-get-rid-of-added-urls-when-printing-a-bootstrap-themed-page. If you'd like, you can go to htt

[web2py] Re: Newbie print question

2014-04-17 Thread jimbo
Sorry, the page displays on screen fine, it is when I send it to the printer that the extra 'garbage' appears. Thanks. On Thursday, 17 April 2014 11:57:48 UTC+1, LightDot wrote: > > I think there is a bit of vocabulary mismatch happening here. I assume > you, by "print", mean displaying generat

[web2py] Re: Newbie print question

2014-04-17 Thread LightDot
I think there is a bit of vocabulary mismatch happening here. I assume you, by "print", mean displaying generated html in the browser? In that case, please be more specific about what exactly you want removed or altered. Show us your code or a screenshot and state *exactly* what's the issue. R