• Resolved Luismin

    (@luismin)


    Hi there!

    Greate Plugin!!

    I have a quick question. In the xhtmlxtras button, I can put a title atributte to a selected text. If I put it the button adds this code:

    <p title=""></p>

    Is there any way to add span in order to add a css style from my css file?

    The final result would be:

    <p span title=""></p>

    I do not know where I can add “span”

    Thanks in advance!

    http://wordpress.org/extend/plugins/tinymce-advanced/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Luismin

    (@luismin)

    Any idea? I still with the same problem.

    Plugin Author Andrew Ozz

    (@azaozz)

    Not exactly sure what you want to do, the second example looks really wrong 🙂

    If you want to add the title on a nested SPAN inside the P, don’t think xhtmlxtras would do that. It doesn’t create a new element, it always adds the attributes on the parent element. Adding a SPAN in the Text editor then clicking inside it in the Visual editor will add them to it.

    Thread Starter Luismin

    (@luismin)

    Finally I created a button to add a tooltip 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit title field from the pop up’ is closed to new replies.