Hi,all!
I am a new user of recipes,it's a awesome function to creat an epub book for my nook2 to read news.
Today i modified BBC news in Chinese recipes,however my epub book have multiple class attribute like this
Code:
<div class="module bodytext">
i want to remove the attribute “bodytext”and keep the attribute “bodytext”.
what I want.
Code:
<div class="module">
whate should i do?