I have a Webhelp project using a custom CSS file. In the CSS, I've specified the img tag to have certain settings (1px,solid,gray). However, when I look in the Design view at a topic that has an image included, there is no border. When I check the HTML view, it shows this inline style: Border="0". If I delete that deprecated style setting, then check the Design view again, the border styles set in the CSS file apply. But as soon as I click back to the HTML view, that same inline style has been inserted again.
Has anyone seen this behavior and found a fix?
I've checked for other img or border settings, but can't find anything. Please tell me that I don't have to set the inline styles that I want to use for every single image.
Thanks!