You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#99991 From "em" to "i"

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by pici on Monday, 20 May 2019 12:04 BST

pici
Hello
when I use italic button automatically the code is <em></em>
in which way I can automatically the code with <i></i>?

Also I receive in <em> an automatic code color #d05
from https://cdnjs.cloudflare.com/ajax/libs/uikit/2.23.0/css/uikit.min.css
I do not understand Where is this css file

Thanks for attention

Ryan
To use <i> instead of <em>, hold down the SHIFT key when clicking the Italics button.
Also I receive in <em> an automatic code color #d05 from https://cdnjs.cloudflare.com/ajax/libs/uikit/2.23.0/css/uikit.min.css I do not understand Where is this css file
Your template is loading the css file from a cdn, so it is not located on your server. Your template might have a custom.css file, where you can add style changes, eg:

em {
    color: #000;
}

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

pici
Thanks
I have tried to modify the css
but nothing change
ever take the css for <em> to an external file.

I will use the shift and the replace in phpmyadmin for all <em>

Ryan
Please post a link to an article on your site containing italic content.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

pici
First of all, thanks a lot.
I have solved.
It was an unexpected plug that have a possibility with a code for popup that create that path.
I have changed that possibility and now runs well.

Anyway many thanks for use <i> instead of <em>, hold down the SHIFT key when clicking the Italics button
and for Your attention and time.

Thanks a lot