- This topic is empty.
- AuthorPosts
- June 16, 2014 at 5:38 am#389062ProclaimerParticipant
“ ” Cool
“” Not cool (I think)August 31, 2014 at 2:04 am#742552LightenupParticipantTrying to figure out this new quoting technique.
<span style=”color: #000000;”>Not cool (I think)</span>
<span style=”color: #000000;”>Not cool (I think)</span>
Not cool (I think)
The first attempt was using ‘visual'(which failed) and the last successful attempt was using ‘text'(which was successful).
What did I do wrong when using the ‘visual’ set-up?
September 2, 2014 at 12:01 am#745607ProclaimerParticipantVisual relies on you using the toolbar. It is a WYSIWYG editor (What you see is what you get).
If you put code into the visual tab, then what you see is what you get, i.e., the code itself.
Think of Visual Mode as MS Word. If you put code into MS Word it shows the code.
Instead, when in visual mode, make sure the last icon in the top row or only row is clicked down.
If so, you will get a second row. Select some text and click the A icon and see what happens.
asdas asdasd asd asd as d asd as d
September 4, 2014 at 7:04 am#748613LightenupParticipantThanks Admin, I will try.
Trying to get color in visual mode:
This is<span style=”color: #ff0000;”> red.</span>
This is <span style=”color: #3366ff;”>blue</span>.
September 4, 2014 at 7:10 am#748630LightenupParticipantThat did not work. I selected the word ‘red’ and clicked on the <span style=”text-decoration: underline;”>A</span> icon but it just showed the code but not the word in red.
September 4, 2014 at 7:12 am#748631LightenupParticipantSo frustrated, I tried to underline the A in the above post by clicking on the icon with the U underlined but instead of underlining the ‘A’ it showed code words. Arrrgh.
September 4, 2014 at 7:15 am#748632LightenupParticipantBefore I submit my post, I select a word then click on the ‘A underlined’ icon and the word will be in the chosen color. But when I submit the post, the color goes away and the code appears. What am I doing wrong??
September 11, 2014 at 11:48 am#761546ProclaimerParticipantLU, here is the code:
<span style="color: #ff0000;">red</span> <span style="color: #0000ff;">blue</span>
Renders as:
red
blueI just copied your code and pasted it in Text mode. Text mode is for code.
Visual mode is different, it works like MS Word. You apply styles using the toolbar. If you post code in visual mode, then it will show the code.But one more IMPORTANT thing to note. Your code used curly quotations, when they have to be straight.
HTML strictly uses straight quotations,
"
not“
.September 11, 2014 at 12:02 pm#761552ProclaimerParticipantBefore I submit my post, I select a word then click on the ‘A underlined’ icon and the word will be in the chosen color. But when I submit the post, the color goes away and the code appears. What am I doing wrong??
Not sure what you are doing wrong. Sounds like you are correctly using Visual mode to format the text from your description, but perhaps you are then going into Text mode and pasting it later on back in visual mode?
If this is what you are doing, my advice is to stick with one mode or the other. I switch between the two myself, but I bear in mind that pasting code has to always be in text mode.
If you are staying in Visual mode, then can I ask you what OS and browser you are using. I might be able to trouble shoot the problem if I know that. Regardless the curly quotes are probably causing these issues, but I am wondering how they get there instead of the straight ones.
MS Word can convert straight quotations to curly ones. Perhaps you are constructing your posts in Word and pasting here? If so, there is a setting in Word that preserves straight quotes that you will need to activate.
September 11, 2014 at 12:07 pm#761553ProclaimerParticipantTry copying this code in Text mode, the look at it in Visual mode and back to Text mode.
It will help you understand the difference. You don’t have to post it. Just try that out.<span style="color: #ff0000;">red</span> <span style="color: #0000ff;">blue</span>
🙂
- AuthorPosts
- You must be logged in to reply to this topic.