View Single Post
Old 06-19-2010, 08:06 AM   #2149
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by rty View Post
How do we remove width property in tables? This conversion_options doesn't seem to remove it.
1. Sounds like a bug to me - ask for it to be fixed.
2. Meanwhile use preprocess_html, soup.findAll and extract from the soup all tags having attribute width (assuming only tags you want removed have that property), or
3. Use preprocess_regexps. It's basically text-based, not tag-based, search and replace in the html.
Starson17 is offline