Is there a way to apply custom styles to articles in Joomla without them getting deleted by the editor?
<style>
span{
color: #0099ff;
}
img{
float: right;
}
</style>
<div>
<h3>
<span>
<strong>
<em>Water Innovation through Dissemination & Exploitation of Smart Technologies</em>
</strong>
</span>
</h3>
<img src="/images/home/ict4water_projects_logos.png" alt="ICT4Water projects logos" width="400" height="225"/>
</div>