View Single Post
Old 03-01-2012, 03:26 PM   #1
mopol
Junior Member
mopol began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Mar 2012
Device: none
Request: small recipe that adds borders to a borderless table inside an RSS feed

Hello!

I would like to add border to a borderless table.

That is, I would like to transform this
Code:
<table>
to this
Code:
<table border="1" cellpadding="10">
for each table in the feed.

Unfortunately, at the moment I do not know any python, so I would be grateful if someone could help me solve this little problem.


Thanks in advance.
mopol is offline   Reply With Quote