Micro Niche Builder
+ Reply to Thread
Results 1 to 5 of 5

Thread: How to change specific text colour in article

  1. #1

    Default How to change specific text colour in article

    hi,

    I am familiar with basic html coding, but what I know didn't work in this case.

    I am looking to change the text colour of a link in an article. I tried changing it via html code, but no dice.

    Anyone know what html code I need to use to change the colour of a certain text and/or link in a joomla article?
    thanks in advance.


  2. SEO Software

  3. #2

    Default

    Are you trying to do this for all links in your website or just one particular link because if you are doing it for all links you need to look in your CSS files but for one link I think you can just highlight the text and use the colour function in your WYSIWYG Editor

  4. #3

    Default

    Website Devlopment bahrain is a team of qualified and experienced Web Developers who are capable of handling projects of any size and can deliver the completed project on time.

  5. #4

    Default

    It depends on the article site, check their terms. Some html gets stripped out anyway. Like the above poster mentioned, better to use the editor if one is available.

  6. #5

    Default

    If it's just one text link then it's:
    Code:
    <a href="LINK"><span style="color: COLOR;">TEXT</span></a>
    LINK = Link of site
    COLOR = The color you want the link to be can be either the name of a color such as blue, red etc or a hex code such as #336699 which makes a darkish blue.
    TEXT = The text you want to have displayed

+ Reply to Thread

Similar Threads

  1. Replies: 2
    Last Post: 11-09-2010, 01:07 PM
  2. Change Text on XP Start Button
    By Queenie in forum Computers & Internet
    Replies: 0
    Last Post: 05-14-2007, 07:42 PM
  3. Photoshop Tutorial >> Using Hue/Saturation to Colour Change Cars
    By ATG DESIGN in forum Design and Development
    Replies: 0
    Last Post: 01-11-2007, 12:52 PM
  4. Change yahoo messenger title text
    By imported_indian in forum Computers & Internet
    Replies: 0
    Last Post: 10-08-2006, 04:48 AM
  5. Change case of text
    By supreetagarwal in forum Computers & Internet
    Replies: 1
    Last Post: 07-04-2004, 01:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts