when i use the html editor tinyMCE and i paste code inside, it converts the html <b>
tags into <strong>
tags.
Does andybody knows how can i force this editor to prevent such convertions?
Thanks.
Yes, use this piece of code in your tinymce init
// Override internal formats
formats: {
bold : {inline : 'b' },
//italic : {inline : 'i' },
//underline : {inline : 'u'}
},
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With