10 replies
  • WEB DESIGN
  • |
Can anyone tell me how to highlight text (like a yellow highlighter) in WP?
I thought there was a way to do this from the toolbar in the edit post area but can't locate it.
Thanks.
#highlight #text
  • Profile picture of the author PPCampaigns
    You could use a span style on the word. Just make sure you're in HTML editing mode while editing the post. For Example:
    Code:
    <span style="background-color:#FFFF00">Highlighted Text</span>
    This will show up as text with a yellow background, making it look like highlighted text.
    {{ DiscussionBoard.errors[4889592].message }}
  • Profile picture of the author Istvan Horvath
    I don't think there is a "native" solution for it.

    The method used on other html pages should work on WP, too:

    <span class="yellow">text text text</span>

    and in the CSS (style.css)
    .yellow {
    background: #ff0;
    }

    That's the correct way to do it.
    This might also work:

    <span style="background:#ff0;">text text text</span>
    Signature

    {{ DiscussionBoard.errors[4889597].message }}
  • Profile picture of the author katied772
    Thanks guys. I found a plugin for it.
    Signature


    {{ DiscussionBoard.errors[4889613].message }}
    • Profile picture of the author PPCampaigns
      Originally Posted by katied772 View Post

      Thanks guys. I found a plugin for it.
      I didn't even thinking about a plugin. Good job!
      {{ DiscussionBoard.errors[4889878].message }}
    • Profile picture of the author IMAnthony
      Originally Posted by katied772 View Post

      Thanks guys. I found a plugin for it.
      are yout alking about the WP Emphasis plugin?

      or could you please share with us the plugin you found.
      Signature
      PAY ATTENTION TO THIS!!



      Are You Ready to Make Money? ----->How I Made $2000 USING LINKEDIN!
      {{ DiscussionBoard.errors[4890083].message }}
      • Profile picture of the author katied772
        Originally Posted by blueriver View Post

        are yout alking about the WP Emphasis plugin?

        or could you please share with us the plugin you found.
        It's called IM YELL. It just becomes another option on the post editor toolbar. You select the text and click on the button. Can highlight with an assortment of colors.
        Signature


        {{ DiscussionBoard.errors[4894726].message }}
  • Profile picture of the author Istvan Horvath
    There shouldn't be a plugin for something that simple

    Those are my favourite examples when NOT to use a plugin just to slow down your blog...
    Signature

    {{ DiscussionBoard.errors[4889969].message }}
    • Profile picture of the author AnniePot
      Originally Posted by Istvan Horvath View Post

      There shouldn't be a plugin for something that simple

      Those are my favourite examples when NOT to use a plugin just to slow down your blog...
      Why, why, why would you resort to a plugin for such a simple task?

      Add the code as provided by Istvan to your CSS stylesheet(s), and you will achieve the highlighting you require WITHOUT weighing your blog down with yet another resource hogging plugin.
      {{ DiscussionBoard.errors[4913741].message }}
  • Profile picture of the author Steven Dybka
    Originally Posted by katied772 View Post

    Can anyone tell me how to highlight text (like a yellow highlighter) in WP?
    I thought there was a way to do this from the toolbar in the edit post area but can't locate it.
    Thanks.
    TinyMCE Advanced has the option to add a text highlighter,I never use that option but I know there is one available.


    Steve
    Signature

    {{ DiscussionBoard.errors[4893684].message }}
  • Profile picture of the author webcontent
    In WP you can highlight the text by editing the properties of the page. You can go in Control panel and edit the page properties.
    Signature
    Thoughtful Minds - Offering Content writing, Copywriting that Search Engines and user both love.
    {{ DiscussionBoard.errors[4897678].message }}

Trending Topics