View Single Post
Old 12-10-2010, 01:39 PM   #4
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 mufc View Post
All the text contained in the div align="center"
I have tried using
dict(name='div', attrs={'id':['align="center"']})
The attribute is 'align' and its value is 'center'. There may be another attribute of 'id', but if there is, you haven't said what its value is. So you want something like:

dict(name='div', attrs={'align':'center'})

plus any "remove_tags =" or whatever.
Starson17 is offline   Reply With Quote