Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTML Editor makes code changes
#9
Hello,

I have a similar problem.

I want to use FontAwesome icons as bullets in a unordered list environment, but when I paste this code into the HTML editor:

Code:
<ul class="fa-ul">
    <li><i class="fa-li fa fa-hand-o-right"></i>Current teaching info</li>
    <li><i class="fa-li fa fa-hand-o-right"></i>How to get to my office</li>
</ul>

the smart editor transforms it into this:

Code:
<ul class="fa-ul">
    <li>Current teaching info</li>
    <li>How to get to my office</li>
</ul>

Is there any way to prevent the smart editor from "cleaning" the code??

Is there any way to disable the smart editor, and to work only with raw HTML?
--
vicent
Reply


Messages In This Thread
HTML Editor makes code changes - by Lucianp - 2013-11-14, 01:54:56
RE: HTML Editor makes code changes - by shawn_a - 2013-11-14, 02:01:48
RE: HTML Editor makes code changes - by Lucianp - 2013-11-14, 02:07:24
RE: HTML Editor makes code changes - by shawn_a - 2013-11-14, 02:41:41
RE: HTML Editor makes code changes - by Lucianp - 2013-11-14, 03:03:12
RE: HTML Editor makes code changes - by shawn_a - 2013-11-14, 11:28:59
RE: HTML Editor makes code changes - by Carlos - 2013-11-14, 16:35:18
RE: HTML Editor makes code changes - by Lucianp - 2013-11-14, 23:19:35
RE: HTML Editor makes code changes - by vginer - 2013-12-11, 16:41:28
RE: HTML Editor makes code changes - by Carlos - 2013-12-11, 16:50:26
RE: HTML Editor makes code changes - by vginer - 2013-12-11, 17:07:45
RE: HTML Editor makes code changes - by shawn_a - 2013-12-12, 01:02:56
RE: HTML Editor makes code changes - by shawn_a - 2013-12-12, 01:05:59
RE: HTML Editor makes code changes - by shawn_a - 2013-12-12, 01:25:23
RE: HTML Editor makes code changes - by vginer - 2013-12-12, 01:34:00
RE: HTML Editor makes code changes - by shawn_a - 2013-12-12, 01:28:17
RE: HTML Editor makes code changes - by vginer - 2013-12-12, 16:44:18
RE: HTML Editor makes code changes - by shawn_a - 2013-12-12, 03:00:26
RE: HTML Editor makes code changes - by shawn_a - 2013-12-13, 00:23:13
RE: HTML Editor makes code changes - by vginer - 2013-12-13, 01:52:50



Users browsing this thread: 1 Guest(s)