Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • I also wanted to say thanks. Like others I was well aware of ‘How’ _blank worked but like daledude my head was starting to hurt from hitting it on the desk in frustration. Ha.

    Since I don’t use the Visual Editor I wasn’t aware (or had forgotten) of this. In the HTML editor .. I simply enter a break < br/ > < br/ > twice for a double space.

    Well. THAT is interesting. I have been using the Google Chrome browser. Guess what? I just tried IE, Firefox, Opera .. and they all show the b changed to ‘Bold’. I went back to Chrome. Nadda. Tried refresh. Nadda.

    So.

    Having had the same problem, I tried something simple. The Bold tag appears twice in quicktags.js

    First:

    edButtons[edButtons.length] =
    new edButton('ed_strong'
    ,'b'
    ,'<strong>'
    ,'</strong>'
    ,'b'
    );

    Second:

    t.Buttons[t.Buttons.length] = new edButton(name+'_strong','b','<strong>','</strong>','b');

    In both cases the label for the button is ‘b’

    I changed that from the ‘b’ to ‘bold’ and uploaded the file. Nothing changes. I then noticed that in the Editor the ‘b’ label is BOLD. Look back at the code. It doesn’t BOLD the ‘b’ .. while the next bit of code for the has the ‘i’ in italic in the Editor. Again .. no formatting is done.

    Tells me that the quicktags.js file is NOT being used to create the tags in the Editor.

    I ran into this same problem. Thing was .. as long as I use the HTML editor everything is fine but if I switched over to the visual editor it strips out the iFrame.

Viewing 5 replies - 1 through 5 (of 5 total)