Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Tags for this Thread

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Casey's Avatar
    Senior Member

    Status
    Offline
    Join Date
    May 2009
    Posts
    431
    Downloads
    0
    Uploads
    0

    What would prevent the HTML hyperlink from turning green when clicked on using the following HTML and CSS code?

    <STYLE type="text/css">
    body
    {
    a color: blue;
    a:active color: green;
    }
    </STYLE>

    <BODY>

    <A href="https://www.paypal.com/us/verified/pal=dennisclaass%40yahoo%2ecom">hyperlink</A>

    </BODY>

  2. #2
    simbe1's Avatar
    Senior Member

    Status
    Offline
    Join Date
    Jun 2011
    Age
    46
    Posts
    116
    Downloads
    0
    Uploads
    0
    try this:
    <STYLE type="text/css">
    body
    {
    a color: blue;
    a:active color: blue;
    }
    </STYLE>

    <BODY>

    <A href="https://www.paypal.com/us/verified/pal=dennisclaass%40yahoo%2ecom">hyperlink</A>

    </BODY>

 

 

Quick Reply Quick Reply

Click here to log in


What comes after M0nday

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 03-01-2011, 04:12 AM
  2. How to combine HTML and CSS into one HTML code?
    By chaaaaa in forum Discuss HTML
    Replies: 0
    Last Post: 11-13-2010, 04:34 AM
  3. Replies: 0
    Last Post: 10-27-2010, 03:07 AM
  4. simple HTML hyperlink code?
    By trakstar64 in forum Discuss HTML
    Replies: 0
    Last Post: 10-07-2010, 05:44 AM
  5. CSS/HTML Help Again, How do I prevent text from scrolling?
    By PockySticks in forum Discuss HTML
    Replies: 1
    Last Post: 09-02-2009, 02:48 AM

Bookmarks

Posting Permissions

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