Hi,
Just testing out HTML.py on a mac. So far works great - nice and simple.
Feature request 'image' class -I tend to add images to tables, beyond that it has everything I need.
Right now to get the desired output I would add my image to a cell in the table class and string replace the html output
old image name:
replacePrefix_myPicture.jpg_replaceSuffix
loop over the html created by HTML.py
newHtml = oldHtml.replace('replacePrefix_', '')
This will work but is a little clumsy - having an image class, like the link class would be great.
thanks, cl
<code>
<blockcode>
<foo>
[foo]
More information about formatting options
HTML.py
Hi,
Just testing out HTML.py on a mac. So far works great - nice and simple.
Feature request 'image' class -I tend to add images to tables, beyond that it has everything I need.
Right now to get the desired output I would add my image to a cell in the table class and string replace the html output
old image name:
replacePrefix_myPicture.jpg_replaceSuffix
loop over the html created by HTML.py
newHtml = oldHtml.replace('replacePrefix_', '
')
This will work but is a little clumsy - having an image class, like the link class would be great.
thanks,
cl