Page 1 of 1

Lists Bullet Point and Numbered

Posted: Tue Feb 02, 2021 2:41 pm
by myrddin55
Good morning
I'm writing my first xml document in editor and I want to create a bulleted list of 8 lines (8 bullet point).
I cannot find how to do this with the editor and the css file.
Your help would be much appreciated.
Thank you.

Re: Lists Bullet Point and Numbered

Posted: Tue Feb 02, 2021 3:52 pm
by Radu
Hi,

I'm not sure if I understand what you mean, maybe you can give me more details.
You can create an HTML document in Oxygen and add an unordered list to it.
Or if you have your own type of XML documents, you can create a CSS which can be used by Oxygen to render it in the Author visual editing mode:
https://www.oxygenxml.com/doc/versions/ ... sheet.html

Maybe as an example you can look at the CSS we created for HTML editing located in OXYGEN_INSTALL_DIR/frameworks/xhtml/css/xhtml.css and see for example how selectors like ul > li are defined.

Regards,
Radu