Hello,
Where to find code responsible for puting list element from tools menu into body?
Now when I choose list element from toolbar and insert this element into body I have:
<ul>
<li> </li>
</ul>
I would like to change this to:
<ul>
<li>» </li>
</ul>
or
<ul>
<li><span>»</span></li>
</ul>
I want to use no grapics in this situation only »
Regards
tom
Where to find code responsible for puting list element from tools menu into body?
Now when I choose list element from toolbar and insert this element into body I have:
<ul>
<li> </li>
</ul>
I would like to change this to:
<ul>
<li>» </li>
</ul>
or
<ul>
<li><span>»</span></li>
</ul>
I want to use no grapics in this situation only »
Regards
tom
