Quote:
Originally Posted by mufc
Yes, Sorry.
What is the correct code to pull the print version ?
|
It looks like you just add "?print=1" to the url.
Code:
def print_version(self, url):
return url + "?print=1"
Quote:
Oh by the way I found some of your code that relates to turning hyperlinks in articles to plain text. Thanks.
I was using a piece of code in extra css that removed all underlines from all links but left the background color. I like your way better.
|
I'm glad it was useful.