Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter nycnml

    (@nycnml)

    And now for my own follow up! I tried using the standard “” tag, and it works fine. I would love to be able to either use specific colors for specific words, or specific sizes — is there a straightforward way to do that?

    Thread Starter nycnml

    (@nycnml)

    Holy cow — I somehow called up an advanced editor popup while editing a cell. I cannot seem to duplicate that action. Am I daffy?

    Thread Starter nycnml

    (@nycnml)

    Okay, I’m obviously having a fun time 🙂 Sorry about all the back and forth. I have figured out the Advanced Editor thing (duh).

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post!

    For individual words, using plain HTML like <strong> or <em> is indeed the best option. You can either type that, or use the Advanced Editor that you have already found (to open it, you can use the button below the input fields, or click into a cell while holding the “Shift” key).
    For different colors or sizes, you should use an HTML span element, with either a CSS class, like

    <span class="red-big">Your content</span>

    or with direct CSS styling, like

    <span style="font-size"16px;color: #ff0000;">Your content</span>

    For a similar example, please also see the question “How can I highlight certain cells or their content?” in the TablePress FAQ at http://tablepress.org/faq/

    Regards,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Basic Bold or Italic Styling in Cells’ is closed to new replies.