Visited links change color.

Visited links change color (to something pretty similar to
the page background :(
Even though in the page properties all the states of links
(Color, Rollover, Visited, and Active) are set to the same color -
yellow.
It is an upper part of a frame-set, but when I open it in a
browser or in DW by it self (without a frame-set), it still does
the same changing to that uncolled color. I really don't know what
to do with it.
Please help.
Anna

The decision to use frames should be based on a) your site's
needs, and b)
your willingness to accept the potential problems that frames
can create for
you as developer and maintainer of the site and for your
visitors as casual
users of the site.
I am down on frames because I believe that they create many
more problems
than they solve.
Judging from the posts here, and the kinds of problems that
are described,
the kind of person most likely to elect to use frames is also
the kind of
person most likely ill-prepared fo solve the ensuing problems
when they
arise. If you feel a) that you understand the problems and b)
that you are
prepared to handle them when they occur, and c) that you have
a need to use
frames, then by all means use them.
As far as I know, the most comprehensive discussions of
frames and their
potential problems can be found on these two links -
http://apptools.com/rants/framesevil.php
http://www.tjkdesign.com/articles/frames/
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Anna2257" <[email protected]> wrote in
message
news:fmdm37$6mj$[email protected]..
> Visited links change color (to something pretty similar
to the page
> background
> :(
> Even though in the page properties all the states of
links (Color,
> Rollover,
> Visited, and Active) are set to the same color - yellow.
> It is an upper part of a frame-set, but when I open it
in a browser or in
> DW
> by it self (without a frame-set), it still does the same
changing to that
> uncolled color. I really don't know what to do with it.
> Please help.
> Anna
>

Similar Messages

  • All links change color when click 1

    HI, I've tried searching for this as many ways as I can think
    of - so forgive me if this has been covered before.
    I've made a template file and have a series of links to
    various pages (I'm in the VERY beginning stages here). On my pages
    that have this template applied, the links go to where they are
    supposed to go BUT when I click on 1, all the links change to the
    "visited" color.
    Also, the "hover over" color appears only after at least 1 of
    the links has been clicked, not before, and no color changes occur
    on the home page.
    I know this is very elementary but we all have to start
    somewhere!
    My newbie site is at
    http://pages.suddenlink.net/dancingleaf/
    p.s. If you look at the site and you notice "Web Design", I
    don't really do web designing (duh). I'm making all this up just to
    learn!

    The link to the stylesheet on the page is broken -
    <link href="file:///C|/Documents and Settings/Pam/My
    Documents/My
    Webs/css/dancingleaf.css" rel="stylesheet" type="text/css"
    />
    That usually happens when you link to a file that is OUTSIDE
    the root folder
    for the site. Is this one?
    The reason you get the visited color is here -
    <!--
    a:visited {
    color: #000099;
    -->
    </style><!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    a:link {
    color: #000099;
    -->
    </style></head>
    That's what you told it to do - in fact, the link color and
    the visited
    color are the same.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "wooconley" <[email protected]> wrote in
    message
    news:eprg0g$huq$[email protected]..
    > Me again -- I deleted my site and am going to start over
    from scratch -
    > maybe this time whatever I did won't happen again.
    Anyone know what MIGHT
    > have happened?

  • Internet link changes color ?

    After hitting a link on the internet it it changes color, How do you get the link to go back to the original color?

    You don't want to do that.  It's the initial color before you click the link and another color to tell you you visited that link.
    You can change them with the browser's preferences.
    Update:
    Sorry, in most browsers you have preferences to change the colors (Firefox preferences, content, colors) .  Apparently in safari you don't unless you make a custom stylesheet.
    Related thread on coloring safari link: Link colors in Safari

  • Visited link/ no color change

    Hi everyone,
    I just don't understand why it doesnt work. I want to have a
    link black, that when it have been visited will become white.
    Here are my codes. Why it is always white? thanks I really
    need your help! P
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    </head>
    <body link="#000000" vlink="#FFFFFF">
    <a href="https://www.artic.edu/"
    target="_blank">HELLO</a>
    </body>
    </html>

    Close your browser completely. Then reopen it.
    You should be using CSS for these pseudo-class assignments
    anyhow....
    Pseudo-classes and container styles are what you need - here
    are some
    tutorials.
    http://www.mako4css.com
    http://www.thepattysite.com/linkstyles1.cfm
    http://www.projectseven.com/tutorials/pseudoclasses/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Philomene" <[email protected]> wrote in
    message
    news:elpmd3$mgp$[email protected]..
    > Hi everyone,
    > I just don't understand why it doesnt work. I want to
    have a link black,
    > that
    > when it have been visited will become white.
    > Here are my codes. Why it is always white? thanks I
    really need your help!
    > P
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    > <html>
    > <head>
    > <title>Untitled Document</title>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > </head>
    >
    > <body link="#000000" vlink="#FFFFFF">
    > <a href="https://www.artic.edu/"
    target="_blank">HELLO</a>
    > </body>
    > </html>
    >

  • Why isnt link changing colors over hover in IE?

    here is the style.css code. this works in firefox but not in
    IE. i just want the font color to change from white to crimson upon
    hover. plz help.
    .MenuLink {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 0px;
    .MenuLink a:link {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 0px;
    .MenuLink a:hover {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #AD0C28;
    text-decoration: none;
    margin-left: 0px;
    .MenuLink a:visited {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    }

    Or even this -
    .MenuLink a:link, .MenuLink a:visited {
    color: #FFFFFF;
    text-decoration: none;
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Gary White" <[email protected]> wrote in message
    news:[email protected]..
    > On Thu, 13 Nov 2008 15:11:26 +1030, "John Waller"
    > <[email protected]> wrote:
    >
    >>The order of the rules is crucial.
    >>
    >>Link
    >>Visited
    >>Hover
    >>Active
    >>
    >>Try:
    >
    > Or try this to get rid of some of the unnecessary
    redundancy:
    >
    > .MenuLink {
    > font-family: Georgia, "Times New Roman", Times, serif;
    > font-size: 18px;
    > color: #FFFFFF;
    > text-decoration: none;
    > margin-left: 0px;
    > }
    >
    > .MenuLink a:link {
    > color: #FFFFFF;
    > text-decoration: none;
    > }
    >
    > .MenuLink a:visited {
    > color: #FFFFFF;
    > text-decoration: none;
    > }
    >
    > Gary

  • Links change color when Email is Received

    Hi, I have created an html email in Dreamweaver with "pink" links. The problem is after I email it I look at it in my sent email and ithe links are "blue" when they should be pink. So in other words the recipients get the HTML email with blue linkd instead of "pink" links.
    I have checked in my mac "mail" in the settings to see if it is using a blue color for the links but I can't find anything relating to link colors.
    Any ideas what I can do? Also is there somewhere  in DW that gives me the option to change the link color?
    Thanks

    Thanks for the help Murray. I'm not sure why but....
    This code doesn't seem to work in "Design" view
    When I am using an email link and do as you suggest and move the </font> tag behind the word and look at the page in "Design" view in Dreamweaver the link is all black and is barely readable on a dark background.
    <a href="mailto:myEmail?subject=To: Name" title="Home" target="blank"><font color="pink">myLink</font></a>
    These codes both seem to work in "Design" view
    But when I place the closing "font" tag after the </a> (see below) and preview the page in "Design" view in Dreamweaver the link is the Pink color as it should.
    <a href="mailto:myEmail?subject=To: Name" title="Home" target="blank"><font color="pink">myLink</a></font>
    This also works when previewing the page in "Design" view in Dreamweaver the link is the Pink color as it should.
    <a href="mailto:myEmail?subject=To: Name" title="Home" target="blank"><font color="pink"></font>myLink</a>

  • Visited Links - changing the colour.

    Following the enormous success I had with a problem I posted
    yesterday - I have decided to test the water of the professionals
    again.
    I have set up a home page which I intend to use as a template
    for the rest of the pages/links. I have a Spry menu bar which has
    white text links and a red background. Further down the page I want
    to link to the 'small print' (like 'Site Map' 'Contact Us'
    'Accessibility' etc). I want these links to be a different colour -
    not background 'red' - but it is because of the CSS on the body
    style in Page Properties.
    Is there an easy way of overriding this / adding a CSS to
    stop it having the red BG??

    Pseudo-classes and container styles are what you need - here
    are some
    tutorials.
    http://www.thepattysite.com/linkstyles1.cfm
    http://www.projectseven.com/tutorials/pseudoclasses/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "mccoole1" <[email protected]> wrote in
    message
    news:fkgmj3$8lq$[email protected]..
    > Following the enormous success I had with a problem I
    posted yesterday - I
    > have
    > decided to test the water of the professionals again.
    >
    > I have set up a home page which I intend to use as a
    template for the rest
    > of
    > the pages/links. I have a Spry menu bar which has white
    text links and a
    > red
    > background. Further down the page I want to link to the
    'small print'
    > (like
    > 'Site Map' 'Contact Us' 'Accessibility' etc). I want
    these links to be a
    > different colour - not background 'red' - but it is
    because of the CSS on
    > the
    > body style in Page Properties.
    >
    > Is there an easy way of overriding this / adding a CSS
    to stop it having
    > the
    > red BG??
    >
    >
    >

  • Hi, My places.sqlite file size is 30,720 KB have I reached the maximum size, is there even a maximum size for this. Visited links are no longer changing color.

    Hi,
    My places.sqlite file size is 30,720 KB have I reached the maximum size, is there even a maximum size for this.
    Suddenly the visited links are no longer changing font color, as I am preparing for an exam I need visited questions to change color, to keep track of questions that I have finished. But if I delete a few days of history then again,a few more visited links change color then again it stops, so it seems something is getting full and not able to accommodate any more? Why are my visited links no longer changing color after a certain number of visits? I do have a back up of the places.sqlite file. So I have tried everything from deleting the profile, uninstalling reinstalling, creating a new profile, then copy pasting places.sqlite etc, but as mentioned after a few visits, visited links no longer change color, if I delete a few days of history then again a few visits will again change color and then stop again, so what should I increase so that my visited links quota is increased, I have also tried tweaking about:config and it has had no result. Although I was not really confident that increasing brower.history_max _pages (don't remember exact name, but I am sure you get the idea) is going to help.
    Seems as though my visited links change color, quota is full and only if I delete a few days of history will I get a few more visited links to change color. Can somebody shed some light? As mentioned my places.sqlite file size is 30,720 KB so I think perhaps this has something to do with this? Would really appreciate if someone could help. Thank you.

    There is no maximum for the places.sqlite database and other SQLite database files like I wrote above.<br />
    All SQLite database file have fixed minimum sizes and if they run out of space they are automatically increased in size with a specific chunk size. For places.sqlite this is 10 MB for the minimum and for the chunk.
    *Bug 581606 - Avoid sqlite fragmentation via SQLITE_FCNTL_CHUNK_SIZE

  • Visited link safari

    Visited links in Safari restarted some sites becoming again a review. Why?

    Why visited links change color to unvisited?

  • Visited links no longer change color?

    my visited links in  search have suddenly stopped changing color? how to get back to color after visiting?

    I had this problem (or similar). Links changed color as I clicked them, but if I reload the page with all the links, they're all back to "unclicked". None of the above fixes helped.
    Things started behaving properly after I disabled all add-ons (and removed ones that were outdated), then re-enabled them one at a time. I can't get the problem to reoccur, so I don't know exactly what add-on was causing it.

  • When I visit a link the color does not change, and if it does, it reverts to the unvistied color in a day.

    When I visit a site the color of the link seldom changes to the color I have selected. also even when it does change, it reverts to the unvisited color in a day or so.

    Hi.
    That is happening (most likely) because Firefox is not storing your browsing history for long, or at all. Go into Tools > Options > Privacy and make sure the configurations are set as you want them to be. If they are, it's likely you have some security software that's erasing your Firefox's history (and possible other browsers' if you have them installed). The most likely suspects are antiviruses, firewalls and security suites, but clean-up utilities like CCleaner are also capable of cleaning Firefox's browsing history and other personal data. Make sure you don't have them configured to do so.
    I should remind you, however, that some sites (they are rare, though) don't have their links change color when visited. That happens only when their authors deliberately make them not change the colors. You can force websites to use a color scheme of your choice by going into Tools > Options > Content > Colors... and unticking "Allow pages to choose their own colors". You can also configure the color scheme in that screen.
    I hope this helps.

  • How can I make multi-colored links change their rollover or hover color?

    I have made links with seperate colors using css, but the links with new colors have no hover property. I want these links to change color when the cursor hovers over them the same way the other links on my page do. I have tried making a new css rule for <hover> and tried writing the property into the css code but to no effect. I have searched the web and this forum for an answer and found notheing that works. Does anyone know how to give links with multiple colors a hover property that will make them change color? All of my other links change color as defined in the page properties, but the links with new color rules don't change color anymore. This is probably pretty basic. I'm new to DW, using CS6. If anyone can provide a step by step and show where the code should be inserted, this would be very helpful. Thank you in advance!

    Basic HTML5 Layout with Multi-colored menu.
    Copy & paste the code below into a new, blank document.  SaveAs test.html.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 Document</title>
    <!--[if IE]>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <![endif]-->
    <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
    <style>
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    body {
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
        font-size: 62.50%;
        width: 900px;
        /**with width, this is centered**/
        margin: 20px auto;
        padding: 0;
        background: #CCC099;
        box-shadow: 3px 3px 12px #333;
        border-radius: 12px;
    /**TEXT LINKS**/
    a {
        text-decoration: none;
        font-weight: bold;
        color: #F63
    a:visited { color: #F93 }
    a:hover, a:active, a:focus { text-decoration: underline }
    header {
        margin: 0;
        padding: 0;
        min-height: 100px;
        border-radius: 12px 12px 0 0;
        color: #FFF;
        background: url(http://lorempixel.com/output/abstract-q-c-1056-100-7.jpg) no-repeat;
    /* Multi-colored Horizontal Drop-Menu */
    nav {
        float: right;
        padding: 4px;
        text-align: center;
        background: rgba(0,0,0,0.3)
    nav ul {
        margin: 0;
        padding: 0
    nav li {
        list-style: none;
        font-size: 12px;
        float: left;
        text-align: center;
    /**top level menu**/
    nav li a {
        display: block;
        text-decoration: none;
        margin-right: 0; /* space between links */
        width: 10em; /* adjust as needed or use auto */
        padding: 8px;
        font-weight: bold;
        line-height: 1.50em;
        border-top: none;
        color: #000;
    /**alternating background colors**/
    nav li:nth-child(odd) > a { background: #CAD3D3 }
    nav li:nth-child(even) > a { background: #FFCCCC }
    /**top menu style on mouse over**/
    nav li:hover > a {
        color: #FFF;
        background: #033D53;
    /**sub-menu**/
    nav li ul {
        display: none;
        text-align: center;
        margin: 0;
        padding: 0 1em;
        background: none;
    /**sub-menu, help for older IE**/
    nav li:hover ul, nav li.hover ul {
        display: block;
        position: absolute;
        padding: 0;
    nav li:hover li, nav li.hover li { float: none; }
    /**drop-menu style**/
    nav li:hover li a, nav li.hover li a {
        width: 10em; /* adjust width as needed or use auto */
        margin-top: 0;
    /**drop-menu style on mouse over**/
    nav li li a:hover {
        background: #D3E1B7;
        color: #004A43;
    /* Clear floated elements at the end*/
    nav:after {
        display: table;
        content: '';
        clear: both;
    /**END DROP-MENUS STYLES**/
    article {
        background: #FFC;
        padding: 3%;
        font-size: 125%;
    /**3-COLUMNS**/
    section {
        float: left;
        width: 33.33%;
        padding: 1%;
        background: #EAEAEA;
        min-height: 250px;
    /**alternating background-colors**/
    section:nth-child(even) { background: #DADADA; }
    footer {
        clear: left;
        color: #FFF;
        background: #033D53;
        font-size: small;
        font-weight: bold;
        text-align: center;
        padding: 1%;
        border-radius: 0 0 12px 12px;
    /**text styles**/
    p {
        margin: 0 0 1.5em 0;
        padding: 0;
        font-size: 1em;
    /**header text**/
    h1 {
        margin: 0;
        padding: 0.5em 1% 0;
    h2 {
        margin: 0;
        padding: 0 1%;
        font-style: oblique
    h3 {
        margin: 0;
        padding: 0;
        font-size: 1.5em;
        color: #09F;
    </style>
    </head>
    <body>
    <header> <h1>Site Name</h1> <h2>Some Pithy Slogan</h2>
    <!--begin top menu-->
    <nav>
    <ul>
    <li><a href="#">ABOUT US &#9660;</a>
    <ul>
    <li><a href="#">Videos</a></li>
    <li><a href="#">Newsletter</a></li>
    </ul>
    </li>
    <li><a href="#">PRODUCTS &#9660;</a>
    <ul>
    <li><a href="#">Broken Glass</a></li>
    <li><a href="#">Mosaic Tiles</a></li>
    <li><a href="#">Adhesives</a></li>
    <li><a href="#">Grout</a></li>
    </ul>
    </li>
    <li><a href="#">ACCESSORIES &#9660;</a>
    <ul>
    <li><a href="#">Gloves</a></li>
    <li><a href="#">Rubber Mallets</a></li>
    <li><a href="#">Sponges</a></li>
    <li><a href="#">Safety Glasses</a></li>
    </ul>
    </li>
    <li><a href="#">CONTACT</a></li>
    </ul>
    </nav>
    <!--end top menu-->
    </header>
    <article>
    <h3>Main Content goes here...</h3>
    <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi! Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.</p>
    </article>
    <!--3-columns-->
    <section> <h3>Heading 3</h3>
    <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi! Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.</p>
    <ul>
    <li><a href="#">some link</a></li>
    <li><a href="#">some link</a></li>
    <li><a href="#">some link</a></li>
    </ul>
    </section>
    <section>
    <h3>Heading 3</h3>
    <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.
    Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.
    Aenean tristique enim ut ante dignissim. </p>
    </section>
    <section>
    <h3>Heading 3</h3>
    <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis.  Vestibulum luctus mauris sed sem dapibus luctus.  Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius.  Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim. </p>
    </section>
    <!--end 3-columns-->
    <footer>
    <address>
    Company address . Phone . Fax
    </address>
    <small>&copy; 2014 SiteName. All rights reserved</small>
    <p> </p>
    <p> <a href="http://jigsaw.w3.org/css-validator/check/referer"> <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
    alt="Valid CSS!"> </a> <img src="http://www.w3.org/html/logo/badge/html5-badge-h-css3-semantics.png" height="31" alt="Valid HTML5"></p>
    </footer>
    </body>
    </html>
    Nancy O.

  • How do I change color on visited sites without causing websites to not view properly?

    I go to Content/Colors, change color of visited sites, uncheck "allow pages to choose own colors instead of my selections above".
    The visited sites change colors, but the websites that I go to do not view properly. They do not have names or headings or shopping carts or search boxes and are very hard to maneuver through.

    You can use code in userContent.css or use the Stylish extension to override the page colors.
    I use code like this:
    <pre><nowiki>a:visited {color:#e08!important;background-color:#eee}
    a:visited * {color:#e08!important;outline:1px dotted red!important;outline-offset:-1px}
    a:visited img {background-color:transparent}
    </nowiki></pre>
    *Stylish: https://addons.mozilla.org/firefox/addon/stylish/
    *http://userstyles.org/help/stylish_firefox
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration

  • Pagination and visited links issue

    I am creating reports on two tables which are structurally same but hold different set of data. I created one report page using SQL Query using PL/SQL function body returning SQL Query. The trick is to set a request value based on the link clicked by the user to run the query on the correct table. I am using following pagination scheme.
    "Search Engine 1,2,3,4(set based pagination)”
    The issue is with the “visited link” behavior of the links to the record sets in the pagination navigation bar (shown on the bottom right corner of the report region for each result set). Say the user has visits link 3 in pagination navigation bar on the report number one on table A. The browser correctly shows this link in visited link color. Now, if user opens report number 2 on table B, they see the link 3 again in visited color even if they are there for the very first time. This is sounds like a cosmetic nuisance, but this is sort of confusing for the users.
    I guess, since I am using the same page definition for both reports, the pagination object and associated links for the result sets in the pagination have same values. From browser perspective it is the same link and hence the links are shown visited.
    Is there a way that I can force a new pagination object based on which table I am accessing still using only one report page defined in HTMLDB. I do not want to create separate page for each report on each table.
    Thanks
    Salman

    I guess it was too wordy or it was not clear enough.
    In short, is it possible to clear out the visited link status (color changed) of the links to pagination resultset of a report within same session. The pagination type is "Search Engine 1,2,3,4(set based pagination)." I am using patched version 1.5.
    Thanks
    Salman

  • Visited Link Highlight Removal

    In Dreamweaver MX. I created a journal title list for my
    website. I used a table to do that. For each alternate rows, I have
    its background in grey. Then, I keyed in the titles and linked them
    to their own websites. However, after I visited the linked sites,
    the titles in the no background rows are hightlighted in grey. How
    can I remove the highlights and keep the original color for the
    words of the linked titles.
    The browser I use is Internet Explorer 7.

    Thank you very much for your reply. I tried your suggestion.
    However, my Dreamweaver MX does not allow me to change in the very
    page. I had to change my template which I went in and found that my
    template does not indicate any visited link color. After I changed
    the visited link color in my template. It came out that the color
    of words I used to link the website did change; but the highlights
    are still there.
    In fact, this problem only happens in a table. All visited
    links outside the table are normal. I visited my CSS style file. I
    cannot find any item for visited link highlighted color.
    Would you please help me solve the problem? Thanks.
    In fact, I just want to get rid of the

Maybe you are looking for

  • HT1751 It won't let me transfer my library to an external hard drive...help?

    I have tried draging the music folder to the hard drive, but it rejects it. 

  • Is 7.5 mm ssd  FIT for macbook pro ??

    hi  im using macbook pro early 2011. now i want to upgrade my macbook pro. can i use 7.5 mm SSD harddisk on my macbook ?? is 7.5 mm SSD fit for macbookpro ?? Best Regards. Message was edited by: uzk Message was edited by: uzk

  • Excel calculations with variables

    Hi everyone The following is Possible?? I have this value in three rows in excel 0.007 0.1975 0.0159 i want the user to input a number how can i do this? number*0.007 + number *0.1975 + number*0.0159 so this give me a value... all this done in excel

  • Patch failing with Class not found: oracle.apps.ad.jri.adjcopy

    Hi. Running a patch today and it is failing with: Class not found: oracle.apps.ad.jri.adjcopy The log states this: STRT_TASK: [Run adjcopy.class] [] [Tue Mar 02 2010 13:18:22] Running adjcopy.class: adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy @D

  • Customize Toolbar does not respond HELP!!

    I recently updated to Safari 4.0.5. At first it worked fine, but during surfing suddenly I saw something disappearing from my toolbar with a "poof"-cloud. I tried opening Customize Toolbar under the View menu, but it would'nt open. I relaunched Safar