JCE Editor: Problems with numbered lists - Joomla! Forum - community, help and support
hi
i have problem numbered list when number have more 1 line (a paragraph). have equal space number lines in paragraph. example:
1. first line
-->the second line
-->the third line
2. first line
-->the second line
-->the third line
when use numbered list button looks this:
1. first line
the second line
the third line
2. first line
the second line
the third line
it works if use bullet list.
all highly appreciated.
have nice day
best regards johnny
joomla 2.5.6
jce editor 2.2.9.1
i have problem numbered list when number have more 1 line (a paragraph). have equal space number lines in paragraph. example:
1. first line
-->the second line
-->the third line
2. first line
-->the second line
-->the third line
when use numbered list button looks this:
1. first line
the second line
the third line
2. first line
the second line
the third line
it works if use bullet list.
all highly appreciated.
have nice day
best regards johnny
joomla 2.5.6
jce editor 2.2.9.1
the problem solved.
i have used artisteer 4.0 create template joomla 2.5. had following change in template.css
ol
{
list-style-position: inside;
}
to
ol
{
list-style-position: outside;
}
best regards johnny
i have used artisteer 4.0 create template joomla 2.5. had following change in template.css
ol
{
list-style-position: inside;
}
to
ol
{
list-style-position: outside;
}
best regards johnny
Comments
Post a Comment