Subject: Inline styles in training logs?I wanted to customize the appearance of some of the links in my blog. I went into the HTML and modified a link by added the bold below: <a xhref="someBtPage.htm" style="font-weight:bold;color:#FF2277">Click!!</a> But after hitting Update, the inline style I added was not in the HTML. Is this disabled or something... if so, why? Doesn't seem like a security thing. I understand why scripting is disabled, but inline styles? Are there classes we can use? |