View Single Post
Old 04-09-2011, 02:39 AM   #3
aerodynamik
Enthusiast
aerodynamik doesn't litteraerodynamik doesn't litter
 
Posts: 43
Karma: 136
Join Date: Mar 2011
Device: Kindle Paperwhite
Quote:
Originally Posted by kovidgoyal View Post
Add

remove_attributes = ['style']

to the recipe
Changed the existing
Code:
remove_attributes = ['height','width']
to
Code:
remove_attributes = ['height','width','style']
This did the trick. Sooooo much better. Thank you!

I will start looking into the documentation on recipes and hope to tweak this recipe some more, e.g. extra line breaks removed, download additional online sections that are not online every day.

Thanks again!
aerodynamik is offline   Reply With Quote