Web Analytics Made Easy -
StatCounter Color designs - CodingForum

Announcement

Collapse
No announcement yet.

Color designs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Color designs

    Hey, today I'm planning to make different color coded designs.
    For some reason my links won't change into certain color's I code them to.
    I have checked on all my previous files that worked fine and there were no mistakes.
    Can someone please correct this if it is wrong?
    Code:
    a: link {color:#002eb8;}
       a: visited {color:#003df5;}
       a: hover {color:#6633ff;}
       a: active {color:#002eb8;}
    Thanks,
    Sam.
    Check out my new forums: http://www.moderncoding.co.nr (:

    Strengths: HTML & CSS.


    Code:
    EpicFriends x = 
    players.getNearest(BestFriend);
    if (x != null) {
    x.interact("High Five" + x.getName());

  • #2
    Code:
       a:link {color:#002eb8;}
       a:visited {color:#003df5;}
       a:hover {color:#6633ff;}
       a:active {color:#002eb8;}

    Comment


    • #3
      Originally posted by Sammy12 View Post
      Code:
         a:link {color:#002eb8;}
         a:visited {color:#003df5;}
         a:hover {color:#6633ff;}
         a:active {color:#002eb8;}
      Wow it was so simple, yet I didn't notice it ^.^

      Thanks sammy12.
      Check out my new forums: http://www.moderncoding.co.nr (:

      Strengths: HTML & CSS.


      Code:
      EpicFriends x = 
      players.getNearest(BestFriend);
      if (x != null) {
      x.interact("High Five" + x.getName());

      Comment

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎