Hello my friends,
i have some trouble with the contact Icons.
I used these Code:
<ul class="top-contact">
<li><i class="fa fa-phone"></i> Call Us Today: +44 20 7535 7500</li>
<li><i class="fa fa-envelope"></i> Email: <a href="/">yourcompany@gmail.com</a></li>
</ul>
But i see never the Icons and every time the system change the Code to
<ul class="top-contact">
<li>Call Us Today: +44 20 7535 7500</li>
<li>Email: <a href="../">yourcompany@gmail.com</a></li>
</ul>
I used to learn the Quickinstall Package with Joomla 3.3.3 and FF 30.0
Why the Editor change everytime the Code?