To change the apprearance of the links generated automatically by the NEW RT, I have added the following definition in the frontend CSS:<div class="news"> ....(content)....</div>
I also tried to definie it like this:.news a:link, a:visited, a:active {color: #ffffff; text-decoration: none; }
.news a:hover { background-color: #aaaaaa; }
but, it doesn't work. I also tried to define an additional <div> container around the NEW RT with a different class name, which I also delcared in the frontend CSS - no success. Any suggestion?a.news:link, a.news:visited, a.news:active {color: #ffffff; text-decoration: none; }
a.news:hover { background-color: #aaaaaa; }
Thanks, cheers