Table Of Contents CK Pro v1.2.3 does not work
10 months 4 days ago #70731
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Table Of Contents CK Pro v1.2.3 does not work
you can use the css to style your list
give me the url of the page so that I can check
give me the url of the page so that I can check
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
10 months 4 days ago #70733
by Insite
Replied by Insite on topic Table Of Contents CK Pro v1.2.3 does not work
I did something with css. But what can I do with numbers?
Please Log in or Create an account to join the conversation.
10 months 4 days ago #70734
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Table Of Contents CK Pro v1.2.3 does not work
you can do something like
Code:
ol.table-of-contents-ck, ol.table-of-contents-ck ol {
list-style: none;
margin: 0;
padding: 0;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
10 months 4 days ago #70736
by Insite
Replied by Insite on topic Table Of Contents CK Pro v1.2.3 does not work
I know that, but I would prefer ordered list with with numbers in order
Please Log in or Create an account to join the conversation.
10 months 4 days ago #70737
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Table Of Contents CK Pro v1.2.3 does not work
by default is is <ol>, so this ordered list using numbers
I have never tried to flatten the imbricated lists, because this would mean to change the way the html code is rendered
may be tha tyou can try to remove the numbers from the list, and add a css counter on each line
blog.logrocket.com/styling-numbered-lists-with-css-counters/
I have never tried to flatten the imbricated lists, because this would mean to change the way the html code is rendered
may be tha tyou can try to remove the numbers from the list, and add a css counter on each line
blog.logrocket.com/styling-numbered-lists-with-css-counters/
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
10 months 4 days ago #70738
by Insite
Replied by Insite on topic Table Of Contents CK Pro v1.2.3 does not work
Thinking about it. Thank you for help.
Please Log in or Create an account to join the conversation.
Time to create page: 0.225 seconds