Hi there,
I'm encounter a problem with selecting entire list (bullet-list or number-list) if there's only one item in the list.
If I have the following list:
If I cursor to "second level" in Design view, the Html structure shown at the bottom is the following:
UL > UL > LI > RemoveElement
If I click on the second UL as I want to apply a style to the UL, the LI is selected and not the UL so I can't apply the style to the UL element.
But this works if there are more then one item in the 2nd UL:
Please let me know how I can do this in design view without manual HTML editing.
Thanks
I'm encounter a problem with selecting entire list (bullet-list or number-list) if there's only one item in the list.
If I have the following list:
<ul> <li>Item 1 <ul> <li>Second Level</li> </ul> </li> <li>Item 2</li> <li>Item 3</li></ul>If I cursor to "second level" in Design view, the Html structure shown at the bottom is the following:
UL > UL > LI > RemoveElement
If I click on the second UL as I want to apply a style to the UL, the LI is selected and not the UL so I can't apply the style to the UL element.
But this works if there are more then one item in the 2nd UL:
<ul> <li>Item 1 <ul> <li>Second Level</li> <li>Second Level 2</li> </ul> </li> <li>Item 2</li> <li>Item 3</li></ul>Please let me know how I can do this in design view without manual HTML editing.
Thanks
