• Before posting a question, please check our Frequently Asked Questions page as well as previous threads here. Odds are you aren't the first to ask, and you may find the answer without having to post!

Problems with Editor

Khadame

thugdere
I'm usually a button person, and could use HTML, but it would be a bit of a chore for me. Anyway, as of late, I'm having problems with e.g. Making letters bold, italic, left-bound, different sizes etc. pp.


I type and then try to apply these, but it won't work. Instead, only one word (if i bolded, hello world, only world would get bolded) will be affected, and sometimes, it won't do anything at all and just taunt me. I'm having the same problem with all other options, and it really sucks having to manuall retype everything with the options on.


Any solution for this? 
 
I usually use ctrl+b/i/u for that stuff and I've never had any issues with it. I'm not sure if you're on mobile or not, though and if you are on mobile, that's not an option so I'm not entirely sure if this helps or not.
 
I usually use ctrl+b/i/u for that stuff and I've never had any issues with it. I'm not sure if you're on mobile or not, though and if you are on mobile, that's not an option so I'm not entirely sure if this helps or not.

It's on both mobile and laptop, and I do use ctrl + b/i/u. Still won't work.
 
If you haven't tried to do so already, type all of your text, then select the text you would like to be formatted.  It may be a temporary solution to the issue. :)
 
Hmm, I've had this happen to me in some cases after I have copied and pasted text which was previously formatted in a word processor like Word or Google Documents.  I suggest removing all formatting if you can before making any other changes if you have not tried this method yet.  It may behave better this way.


If it makes any difference to you, the HTML for bold, underline, and italics are very simple to use.


<b>bold</b>

<u>underline</u>

<i>italics</i>




Replace 'bold', 'underline', and/ or 'italics' with the text of your choosing.  More than one of these may be used at the same time, like so:

Code:
<b><i>bold italics</b></i>
 

Users who are viewing this thread

Back
Top