1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Changing link colors in Outlook Express 6

Discussion in 'Internet Explorer & Microsoft Edge' started by VoidMaster, 2002/08/30.

Thread Status:
Not open for further replies.
  1. 2002/08/30
    VoidMaster

    VoidMaster Inactive Thread Starter

    Joined:
    2002/08/30
    Messages:
    5
    Likes Received:
    0
    Does anyone know how to change the color of links in an Outlook Express stationery? I've created a new stationery but the default color of links does not show up on it very well. I've tried changing the link colors in Internet Explorer, but the change did not apply to Outlook Express.

    I'm running Windows 98, IE/OE 6.0.26.
     
  2. 2002/08/30
    mqube

    mqube Inactive

    Joined:
    2002/07/25
    Messages:
    11
    Likes Received:
    0
    Since the stationary template you created is just an HTML file you can just add the code you want to that file. Here's a quick test I did:

    BODY {
    font-family: Arial;
    font-size: 12pt;
    color: 000000;
    margin-left: 25 px;
    margin-top: 25 px;
    background-position: top left;
    background-repeat: repeat-x;
    }
    a:link {
    color: #cc0000;
    font-weight: normal;
    }
    a:hover {
    color: #00cc00;
    font-weight: bold;
    }

    OE made the "BODY" style when I created the stationary and I added the "a:link" and "a:hover" styles, of course you can also add "a:active" and "a:visited" if you like.
     

  3. to hide this advert.

Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.