Changing colors on text links

How can I keep the text to change colors on the text linked once I click it?  I've attached a screen showing the change in printing color.

Hello

You must change your Style sheet and to set rules so visited and not visited styles are the same color.

You start the trip by clicking on the section in the editor. Then click on Format > Styles...

See you soon... Rick

Tags: Adobe

Similar Questions

  • Change color of text connected via a: link & a: hover

    Hi all...

    I have a very basic question about change a COLOR of text-related and get rid of an UNDERLINE.

    Here's what I m tent, definition of CSS rules affecting a: link and a: hover...

    {body
    background-color: #CCFFFF;
    }
    a: link {}
    color: #FFFFFF;
    text-decoration: none;
    }
    a: hover {}
    Color: #00FF00;
    text-decoration: none;

    }

    The problem is, I get my purpose in SAFARI, but not in FIREFOX, in FIREFOX I can still see the

    blue color and underline, it seems one: link rules.

    is there anyway that I can get a universal result?

    Thank you.

    CSS properties you use (quite rightly) in which case links are called Pseudo-classes.

    On a Web page, the links will have 'States' depends on whether they have been, or are being clicked.

    There are 5 links Pseudo-classes (applicable to States different link) at least 4 must be defined (and the order is crucial) so that they work as expected.

    Specify in the following order:

    a: link (Link state not visited = - not clicked - link)

    a: visited (Link state = has been clicked at least once)

    a: hover (Link state = when you hover over a link)

    a: active (Link state = the momentary appearance when you're clicking on a link)

    a: focus is optional.

    The unexpected result that you see is the default value of the browser for a: visited since you have not defined a: visited.

  • changing colors of text on buttons event

    I guess that I don't always get the hang of it...

    When I run this code... everything is good and everything is read from the file trees.txt

    var myLoader:URLLoader = new URLLoader()

    myLoader.dataFormat = pouvez

    myLoader.load (new URLRequest ("trees.txt"))

    myLoader.addEventListener (Event.COMPLETE, onDataLoad)

    function onDataLoad(evt:Event) {}

    for (var i: uint = 0; i < evt.target.data.cant; i ++) {}

    This ["tcname_" + i] .text = evt.target.data ["tcname_" + i]

    }

    }

    now what I'm trying to do, and I'm almost certain I'm going the wrong way, is to add bearing a button what is the text the text changes color from black to red.

    sense... If I button_0 of bearing the text of tcname_0 with change to red and if I text button_1 reversal in tcname_1 would change... and so on.

    so, here is what I did:

    var myLoader:URLLoader = new URLLoader()

    myLoader.dataFormat = pouvez

    myLoader.load (new URLRequest ("trees.txt"))

    myLoader.addEventListener (Event.COMPLETE, onDataLoad)

    function onDataLoad(evt:Event) {}

    for (var i: uint = 0; i < evt.target.data.cant; i ++) {}

    This ["tcname_" + i] .text = evt.target.data ["tcname_" + i]

    These two lines already cause a problem I do not know what exactly

    but once I have add this loop are going only once, so I don't tcname_0 to read the text file

    This ["button_" + i] .addEventListener (MouseEvent.ROLL_OVER, buttonover);

    This ["button_" + i] .addEventListener (MouseEvent.ROLL_OUT, buttonout);

    }

    }

    function buttonover(e:Event) {}

    buttonover2 (tcname_2, e)

    }

    function buttonover2 (msg: *, evt :*){/ / didn't know what to give... msg I tried the String, but it's obviously false.)

    msg.textColor = 0xFF0000

    }

    function buttonout(e:Event) {}

    buttonout2 (tcname_2, e)

    }

    function buttonout2 (msg: *, evt :*){)

    msg.textColor = 0 x 000000

    }

    My question:

    1 - Why cause the two lines in the loop to break?

    This ["button_" + i] .addEventListener (MouseEvent.ROLL_OVER, buttonover);

    This ["button_" + i] .addEventListener (MouseEvent.ROLL_OUT, buttonout);

    2. If the loop works and does not break, I have a problem how to spend exactly the name of the text field that should be changed. for now, I'm hard it coding as tcname_2 to see if it still works

    but I would like that it somehow pass the button_x (x being the number) and that x allows you to change the text corrosponding IE (tcname_x)... Is it still feasible?

    I really apriciate help, you guys give amatures like me

    Layth

    No, it isn't the only way.  Here's another:

    var myLoader:URLLoader = new URLLoader()

    myLoader.dataFormat = pouvez

    myLoader.load (new URLRequest ("trees.txt"))

    myLoader.addEventListener (Event.COMPLETE, onDataLoad)

    function onDataLoad(evt:Event) {}

    for (var i: uint = 0; i

    This ["tcname_" + i] .text = evt.target.data ["tcname_" + i]

    This ["button_" + i] .addEventListener (MouseEvent.ROLL_OVER, buttonover);

    This ["button_" + i] .addEventListener (MouseEvent.ROLL_OUT, buttonout);

    }

    }

    function buttonover(e:Event) {}

    var tf:TextField = TextField (this ["tcname_" + e.currentTarget.name.split ("_") [1]]);

    tf.textColor = 0xff0000;

    }

    function buttonout(e:Event) {}

    var tf:TextField = TextField (this ["tcname_" + e.currentTarget.name.split ("_") [1]]);

    tf.textColor = 0 x 000000;

    }

  • Impossible to apply colors to text link

    Photo 1, photo 2. PNG/.png
    I don't know if those poster images until I have this post... so will see us.
    First, I designed a lot of Web sites and has never had this problem before. I started from scratch on this current one twice and am having the same problem.
    My links, which are the text may not appear as the color I chose for them. If the two images show you will see the first shot of windows html and designing of the DW, the code is very well. The second image is the test on Firefox and the window of the Source Page... no code specifying the color of the text.
    I know that I do something wrong, but I can't understand what it is. To the best of my knowledge, I don't do anything differently from any other site I designed.
    P.S. It looks the same in Safari and Netscape, too.
    Any suggestions? It seems that my pictures didn't upload...

    June 13, 2007 in macromedia.dreamweaver Simon Photographic wrote:

    > I downloaded the site as what. You will see the links www.willoart.com.
    > are not the same color as the rest of the text. I have use CSS but
    > If you think that he could solve this problem.

    Why do you use frames with this site?

    In response to your question of CSS:

    a: link {}
    color: 444233;
    text-decoration: none;
    }

    You need an octothorpe (#) before the specification of the color; Should be
    look like this:

    a: link {}
    color: #444233;
    text-decoration: none;
    }

    --
    Joe Makowiec
    http://Makowiec.NET/
    E-mail: http://makowiec.net/contact.php

  • Change color of text selected with javascript

    I want to change my text selected a color different CMYK using javascript. I tried, and I don't know what is missing or what I'm doing wrong.

    If (app.documents.length > 0) {}

    newCMYKColor = new CMYKColor();

    newCMYKColor.black = 0;

    newCMYKColor.cyan = 100;

    newCMYKColor.magenta = 0;

    newCMYKColor.yellow = 0;

    Browse all the art of text and apply the color

    for (i = 0; i < app.activeDocument.textFrames.length; i ++) {}

    textArtRange = app.activeDocument.textFrames [i] .textRange;

    textArtRange.characterAttributes.fillCollor = newCMYKColor;

    }

    }

    Can someone tell me what I have wrong here in my script?

    change this line

    textArtRange.characterAttributes.fillCollor = newCMYKColor;
    

    for this

    textArtRange.characterAttributes.fillColor = newCMYKColor;
    
  • I can't change the color of the linked text?

    I have a black background on the side of my web page containing the menu bars, which requires that the link text is white, so it can be
    view. I also changing to yellow when you go over it.

    The problem is that this setting seems universal throughout the site and I can't see the links in the general text (such as ' contact)
    links, etc.) on each page to change color - they default to white that does not appear as the background is also white.

    I tried to create a CSS rule for the links in the body of a page, but nothing helped.

    Can I change the color of links on different parts of the Web site?

    I'm relatively new to dreamweaver with little knowledge of CSS, etc, but I don't know that this should be possible.

    Yes, it is possible to have Different color links...

    You look at Pseudo-classes / descendant selectors:

    http://www.ThePattySite.com/linkstyles1.cfm

    http://www.Projectseven.com/tutorials/Pseudoclasses/index.htm

    Descendant selectors:

    http://www.Projectseven.com/Tutorials/CSS/Pseudoclasses/page3.htm

    Nadia

    Adobe® Expert community: Dreamweaver

    Unique templates CSS | Tutorials | SEO articles

    http://www.DreamweaverResources.com

    http://csstemplates.com.au/

    --------------------------------------------------

    http://Twitter.com/nadiap

  • Text highlighted in CD player changes color makes it unreadable

    Capture.PNGA screenshot of the sample is attached. Change is testimony after I have opened the pdf file after recording it and not stressing it. On opening the pdf file in any other pdf reader, its original color (black in this case) remained unchanged. The opacity was 72%.

    Hi nehas84248022,

    Please see this thread link: ( Highlighted text changes color ) and back.

    Kind regards

    Rahul

  • Change the color of specific links

    On a web page, I want to change the color of the links. I found other issues in the Council on this subject, but when I try to their answers, it will not work for me. Can someone tell me how to make these links on white blue background? I have CS5 DW. Here is the page:

    http://www.gaditesmaritime.com/links2.html

    Give thecell link/s is / are in a 'class' (see below), then wrap your link in an anchor tag to actually make a link (see below)

    http://www.bahamasmaritime.com"> www.bahamasmaritime.com".

    Then add your css styles below:

    .blueLinks a {}

    text-decoration: none;

    color: #069;

    }

    .blueLinks a: hover {}

    color: #099;

    }

  • How to stop text to change colors after you have added a hyperlink to it and on it

    How to stop text to change colors when you added a hyperlink to it and it has been clicked

    It is the State of your object of link - whether text, graphics or other.

    http://TV.Adobe.com/watch/Muse-feature-tour/Muse-define-object-States/

    In addition to above - film on the list of the movies on this page are 2 dealing with triggers and targets. Both have good info on States.

  • Text when scrolling of the page changes color

    When the scrolling text change color until it stops moving

    It was very good work. Play well.
    Please report your last post as solved while others will know.

  • Possibility to change the color of visited links

    Hello. Y at - it an option on the occasion of visited links a different color on the Android version? On PC, I can do this via Firefox option or modules. But I can't find this option on Android.

    Thank you
    Tom

    There a preference for the color of the link visited that you can change by using about: config, but on websites that have their own colors, it will have no effect in itself. Here are the steps:

    Part i: the hexadecimal code

    If you want to use the same color as your desktop version of Firefox, you can find here in this way:

    (1) in a new tab, type or paste Subject: config in the address bar and press ENTER. Click on the button promising to be careful.

    (2) in the search above the list box, type or paste to visit and make a break while the list is filtered

    (3) take note of the value of the browser.visited_color preference that should be a sign # follow-up of six characters in the range of 0-9, A - F

    Part II: Change your setting on Android

    (1) open a new tab to Subject: config (type about: config the Awesomebar and hit the arrow go or tap Enter).

    You can bookmark it for easy future access.

    (2) in the search box, type visit and make a pause while Firefox filter list

    3 scroll to browser.visited_color and touch the preference, then tap next to the end of the existing value and edit a new, then type away from control to save.

    If you switch to your other tab and test on a site that is not substitute colors, you should see the change.

    Success?

  • visited links not changing color using the latest Firefox and windows 10

    running windows 10 and the latest firefox freshly downloaded and installed.
    have checked the visited_links is enabled, and I'm not running in private mode
    I know it's only a problem of firefox like links change color using other browsers

    You can check for problems with the database places.sqlite file in the Firefox profile folder.

  • Change the color of visited links

    Firefox 35.0.01
    Intel Core i7-3770 CPU @ 3.40 GHz, 32.0 GB of RAM, NVIDIA GeForce GTX 580

    I recently did a 'refresh' (?) on Firefox and my visited links are is more changing color. I went to the Options - content - fonts & colors - colors... and the link colors option seems correct, but when I click a link it changes color to indicate that it is visited.

    Make sure that you are not Firefox running in permanent private browsing mode (don't remember history).

    • Tools > Options > privacy > Firefox will be: "use the custom settings for history".
    • : Uncheck the [] "always use the private browsing mode.

    You can also check the layout.css.visited_links_enabled pref on the topic: config page and make sure that it has the default value.
    You can open the topic: config page via the address bar.
    You can accept the warning and click on "I'll be careful" to continue.

  • Hi, my places.sqlite file size is 30 720 KB I reached the maximum size, is there a maximum size for this. Visited links are is more changing color.

    Hello
    My places.sqlite file size is 30 720 KB I reached the maximum size, is there a maximum size for this.
    Suddenly the visited links don't change is no longer the font color, that I prepare for an exam, I need visited issues to change color, to follow up on issues that I ended. But if I delete a few days of history, then again once, most visited links change color and then it stops, it seems that something is getting full and not able to accommodate more? Why my visited links don't change color after a number of visits? I would like to make a back up of the file places.sqlite. So I tried everything to remove the profile, uninstalling reinstalling, creating a new profile, and then copy paste places.sqlite etc, but as mentioned after a few visits, visited links is no longer change color, if I delete a few days in history and then a few visits is again change color and then stop again, so what should I increase so that my quota of visited links is increased , I also tried tweaking about: config and there has been no result. Although I was not really convinced that _pages growing brower.history_max (don't remember the name, but I'm sure you get the idea) will help.
    Seems that while my visited links change color, quota is met and only if I delete the history of a few days will I get some links most visited to change color. Can someone enlighten us? As mentioned that my places.sqlite file size is 30 720 KB so I think maybe this has something to do with it? Would be very grateful if someone could help me. Thank you.

    Sorry it is not looking good.

    1. Unlike bookmarks history is not saved in Firefox.
    2. There is a possibility using Windows.
    3. Sync is not expected to back up things until the synchronization server
    4. If places.sqlite does not sort itself you may have to re-create remove it. You will lose your history, but can still access indirectly IF you have saved a copy of the appropriate
    5. Different databases to try to create new profiles
    1. History
      is rather less robust than bookmarks, you should deliberately somehow return it upward, but it's too late now
    2. Earlier versions of Windows
      This is really the last chance. Make sure you have some places.sqlite you saved. Always before and after any attempt to restore the backup. Windows must be able to provide a previous version. One of these versions may be usable as is; or can be used after a repair with housekeeping. Of course, this is not the latest version but it should help.
    3. Sync is not a server backup service.
      Sync is intended to save on another device, no backup is the fact that the second device then contains synchronized information. IIRC Sync development ceased, and the replacement when available may include a server backup option.
    4. Recreate the database of bookmarks (including history)
      Unfortunately, recess can only use saved bookmarks, there is no saved history to use. Once the database is re-created, it will continue to store the history but it loses the existing history. This time take steps to save on a regular basis.
    5. Use the new profiles for database testing.

    To simplify comparison of the results of the database different files create one or more new additional profiles. Then try to smash the places.sqlite file into the test profile with any other places.sqlite, you want to try. Allows you to directly compare the databases, without seeking to use sync and without changing the Firefox profile work unnecessarily. You can keep a reference profile of studies with the best of the profiles of any shows results of history; According to the best recreated or corrupted database is.
    • Use the Profile Manager to create and delete profiles Firefox
    • CARE, do not rename or delete profiles created once or use anything other than empty folders when they are created. Don't nest in the other profiles. (At least until you know exactly how it behaves - post back if you never consider such actions)
  • suddenly visited links no longer change color. I tried all the suggestions on the positions, but they have not worked. It is now difficult to navigate.

    During navigation, links visited suddenly no longer change color browing is so difficult. I changed the suggestions "remember history" and other suggestions on posts but nothing has worked.

    Hello

    Many issues of the site can be caused by corrupted cookies or cache. To try to solve these problems, the first step is to clear cookies and cache.
    Note: This will be you temporarily disconnect all sites, you're connected to.
    To clear the cache and cookies to do the following:

    1. Go to Firefox > history > clear recent history or (if no Firefox button is displayed) go to tools > clear recent history.
    2. Under "Time range to clear", select "all".
    3. Now, click the arrow next to details to toggle the active details list.
    4. In the list of details, see the Cache and Cookies and uncheck everything.
    5. Now click the clear now button.

    More information can be found in article to clear your cache, history, and other personal information in Firefox .

    This solve your problems? Please report to us!

    Thank you.

    ______________________________________________________________________________

    Hello

    Try Firefox Safe mode to see if the problem goes away. Safe mode is a troubleshooting mode, which disables most of the modules.

    (If you use it, switch to the default theme).

    • You can open Firefox 4.0 + in Safe Mode holding the key SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • Or open the Help menu and click on the restart with the disabled... modules menu item while Firefox is running.

    Once you get the pop-up, simply select "" boot mode safe. "

    If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, and you need to understand that one. To do this, please follow article Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems .

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

    When find you what is causing your problems, please let us know. It might help others who have the same problem.

    Thank you.

Maybe you are looking for