• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Hyper link color

Guest
Sep 28, 2019 Sep 28, 2019

Copy link to clipboard

Copied

Hello,

dw c6

How do I change the color of only one hyper link.

Views

665

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Sep 28, 2019 Sep 28, 2019

There are 2 ways to do this:

  1. Inline as in
    <a href="http://www.hyperlinkcode.com/change-hyperlink-color.php" style="color: #cc0000">
  2. Assign a class and use external CSS
    <a href="http://www.hyperlinkcode.com/change-hyperlink-color.php" class="specialLink">
    and
    a.specialLink {
    color: #cc0000;
    }

Votes

Translate

Translate
Community Expert ,
Sep 28, 2019 Sep 28, 2019

Copy link to clipboard

Copied

There are 2 ways to do this:

  1. Inline as in
    <a href="http://www.hyperlinkcode.com/change-hyperlink-color.php" style="color: #cc0000">
  2. Assign a class and use external CSS
    <a href="http://www.hyperlinkcode.com/change-hyperlink-color.php" class="specialLink">
    and
    a.specialLink {
    color: #cc0000;
    }
Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 29, 2019 Sep 29, 2019

Copy link to clipboard

Copied

LATEST

 

Consistent link colors are important for usability.   If you arbitrarily change one link to a different color, does that really improve your site or just make it more confusing for people? 

 

 

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines