Having recently produced an HTML/CSS/Javascript based report from various word and excel files sent to me I'm trying to work out how to do this better in future, ideally enabling non-technical users in the office to do many of the tasks currently handed to me.
There are a range of HTML editors out there but none of them seem obviously adept at doing this kind of task. For example, most tables in the document are displayed via a thickbox (jquery plugin). In addition to the table, this requires that I enclose them in a div with various id and class attributes and then create a link at the top of the page looking something like this:
<a href="#TB_inline?height=300&width=700&inlineId=tbtable2"
class="thickbox tablelink" title="Municipal Operating Expenditure (A$m)">Municipal Operating Expenditure</a>
I need a solution that will be careful with my templates, have a WYSIWYG interface, but also provide easy input for this kind of thing without frustrating those in the office with no HTML knowledge, ideally keeping them totally away from the code.