Link colors/CSS

I am trying to build a model of e-mail with a link in the title, but it keeps failing Blue.


I want the link in the header to be black - isn't a clear link in the body of the email, links to purple.


I think it's to do with CSS, but have no experience on this side of things...


Can anyone help?


Thank you.

Try this in the section of your CSS document:

link is the default color

visited is a visited link color

hover is the color of your choice when the mouse hovers over the link

Active is the color of the link you are clicking.

Of course, you will need to find a hex color that works.  You can see a good overview on hex colors here: HTML color.

I hope this helps!

Tags: Marketers

Similar Questions

  • My link colors are always purple when it's on the net. No matter what method I use to change the color, they appear always purple. What is my problem and can it be corrected?

    My link colors appear always purple when it's on the net. No matter what I do to change the color, they appear always purple. What is the problem and is there a method to correct?

    Looks like you're leaving the: visited the default color.

    Add in some css to reset the: visited to what you want...

    a: visited {}

    Color: #000000;

    }

    In addition, make sure that your link pseudo classes go in order following in your css...

    a: link

    a: visited

    a: hover

    a: active

    If this isn't the issue, we'll need to see your page to help you, could you post a link?

  • What is the property to change the link colors?

    DW5.5 in win 7

    I have a css file that is attached to my documents "twoColLiqLtHdr.css."

    What would be the property (at least that's what I think you would call it) to change the color of normal link from blue to white.

    I have another page that has some online code that sets the color of the link to yellow for this page only (a: link {color: #ff0})-provided by Nancy this Ant.

    I want to leave this yellow page with links, but change the color of a link to any other pages.

    all pages are derived from a model.

    but I guess I make the change in the css file!

    I can't find reference to a: link {color: #ff0} in the file "twoColLiqLtHdr.css" so I guess that's the default

    I tried to add in the body, containing sections and content, but that had no effect, UN-less that I did something wrong, I saved the file css after I made the changes

    If I move my mouse over a link in a page of the browser thingy (ships wheel) appears and tells

    twoColLiqLtHdr.css

    body

    . Container

    . I'm glad

    any help would be appreciated

    Thank you

    Try the following (replace yourColor with the color of the desired link and hover color). Add this at the end of the twoColLiqLtHdr.css file

    . Container a {}

    color: #yourColor;

    }

    . Container a: hover {}

    color: #yourColor;

    }

  • Get rid of the link coloring

    I tried setting the CSS link colors to match my origins, and this has solved the problem in Safari and Firefox, but not IE. It looks like a mess, thanks to the fact that the nav buttons are non-disposes gif with transparency on.

    Any suggestions?

    No URL yet - but I thought about it. Just had to set the image to the border = '0 '. Thank you.

  • Link colors will not save

    Hello, I'm having a problem in Dreamweaver 8. I've never had a problem of setting attributes link in the past, but for some reason any when I put differently they are not registered correctly. I'll put the colors of link via Edit > Page Properties. When I press on apply or OK it shows perfectly on the page. However, when I saw in either IE or Firefox it shows me the default link color.

    In addition, I deleted the underlined attribute and which always shows as well. When I close and reopen the file, it's back to color by default as well. When I change these attributes I not give me any * symbol to save, but I tried to record manually with the Save as command and it still does not work. I'm puzzled!

    Use CSS and link Pseudo-classes. Place it in your external stylesheet.
    Change the color codes according to your needs.

    a: link {color: #FF0000; text-decoration: none ;} / * link not visited * /}
    a: visited {color: #00FF00; text-decoration: none ;} / * visited links * /}
    a: hover {color: #FF00FF; text-decoration: underline ;} / * mouse over link * /}
    a: active, a: focus {color: #0000FF:text - decoration: none ;} / * selected link}
    */

    -Nancy O.
    ALT-Web Design & Publishing
    www.Alt-Web.com

    "zsun01" wrote in message
    News:gctcn4$N21$1@forums. Macromedia.com...
    > Hello, I'm having a problem in Dreamweaver 8. I've never had a problem
    setting
    > link attributes in the past, but for some reason when I put them
    differently
    > they will be not be saved correctly. I'll put the link color via Edit > Page
    > Properties. When I press on apply or OK it shows perfectly on the page.
    However
    > when I saw in either IE or Firefox, it's show me the default link
    > color.
    >
    > Also, I deleted the underlined attribute and which is always
    list
    > as well. When I close and reopen the file, it is back to the default color
    as
    > well. When I change these attributes I am not given * symbol to save,.
    but
    > I tried to record manually with the Save as command and it still does not work
    work. I am
    > puzzled!
    >

  • Link colors don't display correctly in IE7

    Interesting problem. I have a link to an image. All the link color values on white (#FFFFFF). When I visit pages on FF or Safari, they work as it should. But trusty ol ' IE dispays their evil (a blue box around the image). Here is a link to a page:

    http://www.ChannelVision.com.au/BornFromAVision.asp

    Any thoughts? See you soon

    There are a few solutions that might work for you:

    The problem is caused by the way in which that tags are interpreted. One thing you could do is to add some CSS to one: link definition, as border: none; While it does not add the border. Or you could try just to specify zero as the width of the border in the properties of the image (in the thing about properties in dreamweaver). You could also do the same thing by adding style = "" border: none; "inside the image tag."

    All this work for you?

  • Changing link colors

    I would like to make it Popup links different colors and hyperlinks as a visual cue for the user. Is it possible to set different colors for these links in RH 6? I looked in help, but he speaks only the text of pop-up windows. I want to change plain ole "pop-up windows.

    THX,
    Brenda

    Brenda:

    You can add a class in the css file that shows the different colors. For example:

    A.pop:link {color: #0000FF ;}}
    A.pop:visited {text-decoration: none; color: #0000FF ;}}
    A.pop: active {text-decoration: underline; color: #FF0000 ;}}
    A.pop:hover {text-decoration: underline; color: #FF0000 ;}}

    Change the attributes of a style sheet (text decoration and color) to match your needs. When you enter the link, simply add the new class to the text. For example,.

    Tom

  • Link colors are always overridden

    Firefox 11.0 on XP SP3
    In 'Options, content, colors' even if "Allow pages to choose their own colors" is checked, firefox link colors are always used. Occurs in all the sites I've looked at.

    Turn the start/stop script makes no difference.

    Firefox 3.x doesn't have this problem on the same machine.

    Thank you for your help, but ultimately, I uninstalled Firefox (after the recording of my favorites) and did a clean install. He is fine now.

  • DW CC - how do I move/export a HTML to a new linked external CSS stylesheet CSS?

    How do I move/export a HTML to a new linked external CSS stylesheet CSS in DW CC?

    Basically, I designed a simple html page with some styles CSS base in the head, now I want to move or export the CSS to an external CSS stylesheet sheel, then bind it to the html page.

    This link Adobe seems to make the old way of doing in CS6 but how do I do the same thing in the new CC? He seems to have changed a little, IE, there is no longer a range of styles, you can not right click on the < style > selector and I don't see a "move the external sheet dialog box?

    http://help.Adobe.com/en_US/Dreamweaver/CS/using/WSD152C40D-CCA8-4901-BD43-FB9F1471A986a.h tml

    OK understood outside - you simply select the rules and move in the new worksheet stle drag / move.

  • Problem with the link color!

    Ive introduced the link color (red) for each page in page properties, but for a reason that some of the links are displayed in purple. Any ideas why that might be?

    see the following page link color purple:

    http://www.vanessaroberts.co.UK/NAFD.html

    but on this page, it's the right color I put what is in red:

    http://www.vanessaroberts.co.UK/b'support.html

    You see purple as the status of the link by default color "visited."

    Assign your color you want for the status of the "visited" link

    Don't forget to add just before the hover rule

    a: link {}
    color: #9F100B;
    text-decoration: none;
    }
    a: hover {}
    color: #C3A328;
    text-decoration: none;

    }

  • Link color

    General links through the site: 3 colors, used link color: green. Place the cursor on the link: mauve. The orange link unused, in most browsers this works very well, fire fox (latest addition) it shows only used and more colors, not orange. Can help please

    The orange link unused, in most browsers this works very well, fire fox (latest addition) it shows only used and more colors, not orange.

    I see this code in your style sheet and it seems OK

    a: link {color: #F60 ;}}    / * link not visited * /.

    a: visited {color: #3F0 ;} / * visited links * /}

    a: hover {color: #FF00FF ;}}   / * mouse over link * /.

    a: active {color: #0000FF ;}}  / * selected link * /.

    Firefox is the same as all other browsers here: non visited link is orange.

    Have you tried to empty the cache memory of the Firefox browser?

    Tools > clear recent history

  • Induced error link to CSS files

    When I have a link (in the CSS panel) a CSS file locally to an html page, I get the following:
    "< link href="/css/type.css "rel ="stylesheet"type =" text/css"/ >
    The CSS file is in the same folder as the page so the path is almost correct, but this is the first "/" that creates the problem.

    The html page does not reference the CSS file.
    If I remove the first "/" the CSS file is referenced and the page is displayed as expected.
    Thus, the link becomes now
    < link href = "css/type.css" rel = "stylesheet" type = "text/css" / > "

    I am not knowledgeable on the conventions to define the path of the page to CSS file so I have to ask is this a bug in DW, have I not an incorrect setting, I'm not aware, OR is there another reason for what happens.

    Additional information: the page appears correctly in the 'creation' mode, but when you go to "live view" it fails. The page appears correctly when displayed in a browser.
    Background: DW CS4, OS x 10.5.5
    Thank you

    At the bottom of the dialog box "Select Style sheet file" there is a class
    called "from: You defined on 'Site root '. To take
    'Document '.

    HTH,
    Randy

    > When I link (in the CSS panel) a CSS file locally to an html page, I get the
    > next:
    >
    > CSS file is in the same folder as the page so that the path is almost
    > correct but it is the first "/" that creates the problem.
    >
    > The html page does not reference the CSS file.
    > If I remove the first "/" the CSS file is referenced to show page
    > as expected.
    > So the link becomes now
    >
    >
    > I am not knowledgeable on the conventions to define the path to the page
    > CSS file so I ask is it a bug in DW, do I have a wrong setting
    > I'm not aware, OR is there another reason for what is happening.

  • Unexpected error when linking of CSS stylesheet

    I worked on this site for over a month now. I have a linked external CSS stylesheet and everything works seamlessly between Dreamweaver and the web. Today I tried to create a model and then didn't like, so I removed it. After that, my CSS rules were not correctly displayed EVEN IF my formatting and everything remained the same.

    I have a feeling there is that something put cached behind the scenes that is to play it. Community help is greatly appreciated. This is not the first time that I couldn't link a CSS stylesheet.

    I came to the answer myself by a lot of inference in reading help files for myriad.

    THE ANSWER: What happened was that the link between my style sheet and 'site' I was working with had become "broken" for some unknown reason to me. (Most likely cause by removing me things outside of Dreamweaver). I ran the Broken Link checker and reassigned the link to my style sheet CSS using the 'Browse' function so that the internal system of Dreamweaver can reconfigure itself directly look for the style sheet. It turns out that the difference is between css/styles.css (BAD) and the (GOOD)... css/styles.css.

    I was unable to add the '.. ', but anywhere in the fixer of broken link.

  • Link colors

    I was wondering if there is a way to change the color of text links in a given site.  I get their site wide definition, and it works great for all but a few links that are sitting on a page with a different color background.

    You should be able to replace the colors of link for the pages although you may need to assign a separate master to these pages. Or you can override the CSS in page properties metadata in the HTML code of the headrest by providing your override styles with the! important; attribute.

    If you need other assistance please let me know.

    See you soon,.

    Craig

  • Conditional statement link color

    Apex 4.2

    I had a report interactive and part of the sql was a conditional link

    case

    When there are (select 1 from udm_wh where ldeid = 1 and extkey = wh.mcd_gbldcno)

    then

    "' < a class ="type"href =" "|" apex_util.prepare_url ('f? p ='|: APP_ID |) » : 34 :'|| : APP_SESSION |': ' | : D EBUG | ': 34' |': P34_EXTKEY, P34_PG :'|| WH.mcd_gbldcno | «, » || 64, null, 'SESSION') | "" title = "go to maintain for Global DC DC ' |" WH.mcd_gbldcno | » » >' || WH.mcd_gbldcno | "< /a >" - link

    of another to_char (wh.mcd_gbldcno) - no_link

    end mcd_gbldcno

    Inorder for this link appear blue, I used in my page header, css inline

    .apexir_WORKSHEET_DATA td a.type:link,

    .apexir_WORKSHEET_DATA td {} a.type:visited

    color: Blue;

    make-weight: bold;

    }

    I want to chamge cela a standard report, but do not know how to format the link

    See you soon

    Gus

    GusC wrote:

    Apex 4.2

    I had a report interactive and part of the sql was a conditional link

    case

    When there are (select 1 from udm_wh where ldeid = 1 and extkey = wh.mcd_gbldcno)

    then

    '' || WH.mcd_gbldcno | ''-link

    of another to_char (wh.mcd_gbldcno) - no_link

    end mcd_gbldcno

    Inorder for this link appear blue, I used in my page header, css inline

    .apexir_WORKSHEET_DATA td a.type:link,

    .apexir_WORKSHEET_DATA td {} a.type:visited

    color: Blue;

    make-weight: bold;

    }

    I want to chamge cela a standard report, but do not know how to format the link

    Replace .apexir_WORKSHEET_DATA with the class of the standard report table (a web inspector or see the model to find out what it's use), or use an attribute selector to target the column:

    td[headers="COLUMN_ALIAS"] a.type:link,
    td[headers="COLUMN_ALIAS"] a.type:visited {
      color: blue;
      font-weight: bold;
    }
    

Maybe you are looking for

  • "Unable to verify the account name and password" for Facebook! Embarrassing, Apple, embarrassing...

    I changed my password on my Facebook and El Capitan asks me to re - enter the password for my Facebook account settings. I get my password and I am 100% sure that I entered correctly - and again - I get the message: "Cannot verify the password and ac

  • polls fieldpoint is therer better?

    I have inherited an old project and concluded that the outdated software must be rewritten in part due to what appeared in the thread of bad code and in part because of the major changes. The task is moved to the top of my list of things to do and no

  • generation of reports for the FPGA VI

    Hello.. I want to include the number of resources used by FPGA (LUTs, slices, blockrams etc) in my report generation. Time the build completed, a window showing these resources will occur. But, how can I add this report compilation in my generation o

  • How I changed my password on my computer 'lock '?

    When I'm ready to use my PC computer, the first thing you see on the screen is that your PC is locked.  Insert your password.  How can I change my password for my "PC locked?

  • Separate s processed NULL values in indexes

    http://docs.Oracle.com/CD/B19306_01/server.102/b14220/schema.htm#i20690Indices and null valuesNULLthe index values are considered as distinct except when all non - NULL in two or several lines of an index, the values are the same, in which case the l