Font size/color of bullets on unordered lists

Last post 08-11-2010, 11:30 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  08-10-2010, 2:01 PM 63305

    Font size/color of bullets on unordered lists

    After highlighting the text on lists (ordered and unordered), the numbers or bullets are not updated by the font size or color changes.  For example, begin with the code below (this is the same code the editor creates when adding an unordered list in the "normal" tab):
     
    <div>List</div>
    <ul>
        <li>item1</li>
        <li>Item2</li>
        <li>Item3</li>
    </ul>
     
    Now, in the Normal tab, highlight all items (like below) and use the font color button to change the color.
    List
    • item1
    • Item2
    • Item3
    The result looks like this:
    List
    • item1
    • Item2
    • Item3
    As you can see, the bullets are still black.  
     
    The html for the example above (with red text) is:
    <div>List</div>
    <ul>
        <li><span style="color: #ff0000">item1 </span></li>
        <li><span style="color: #ff0000">Item2 </span></li>
        <li><span style="color: #ff0000">Item3 </span></li>
    </ul> 
     
    Desired html code for the example above (red bullets and red text):
    <div>List</div>
    <ul><font color-"#ff0000">
        <li><span>item1 </span></li>
        <li><span>Item2 </span></li>
        <li><span>Item3 </span></li>
        </font>
    </ul>
    Is there a way to customize the editor to save the desired code automatically?
  •  08-11-2010, 11:30 AM 63334 in reply to 63305

    Re: Font size/color of bullets on unordered lists

    ROTO,
     
    I don't think the following html code is good.
     
    <ul><font color-"#ff0000">
        <li><span>item1 </span></li>
        <li><span>Item2 </span></li>
        <li><span>Item3 </span></li>
        </font>
    </ul>
     
    If you want to change the color of bullets, please use the context menu or tag selector.
     
    Hope it helps.
     
    Keep me posted
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML