Henning wrote:
instead of
<img src="/images/stories/nantonghs.jpg" hspace="5" align="left" vspace="5" alt="">
I would use classes and css
<img class="left-pic" src="/images/stories/nantonghs.jpg" alt="cool-pic">
and add to your css:
.left-pic {margin-right: 5px;margin-bottom: 5px;}
.right-pic {margin-left: 5px;margin-bottom: 5px;}
Many months later, I still don't understand why this is needed. So first, I need to manually add a padding class to my template.ss.
Then, I have to manually add an image class (ie class="left-pic") in html mode.
Is that right? I have plenty of writers grumbling about this.
Thanks in advance for advice on how to make this as easy as possible, for typical writers who don't know html basics, would make my job a lot easier!