Jump to content

[SOLVED] Making links not go dark.


peddel

Recommended Posts

What i want is pretty simple.

I made a webbased application full of forms and such.

Here and there are some links that person needs to click to go to another website.

Now the thing is, when a person has clicked the link, the next time he visits the

page, the link gets the "been selected" (dark blue) color.

Is there a way to make sure this doesnt happen?

 

Cheerz and thx in advance !

Peddel  8)

Link to comment
Share on other sites

well i got a CSS file i am using

BUT when i try to do this it doesnt work :

 

Look at the bottom of my CSS file !

body {
background-color:#FFFFFF;
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#333333;
}

td.hoofdtitel{
padding-left:5px;
    font-weight:bold;
    height:18px;
    width:100%;
    background-color:#FFE9C1;
}

td.tekstvak{
height:100px;
    background-color:#FFF4DD;
    padding:3px;
    vertical-align:top;
}

td.kortvak{
    background-color:#FFF4DD;
    padding:3px;
    vertical-align:middle;
}

td.fotokolom{
height:90px;
width:214px;
vertical-align:bottom;
}

td.fotokolom2{
height:90px;
}

td.opvul1{
padding-left:5px;
    font-weight:bold;
height:18px;
width:214px;
background-color:#FFE9C1;
}

td.opvul2{
padding:3px;
    vertical-align:top;
height:100px;
width:214px;
background-color:#FFF4DD;
}

td.boord1{
height:64px;
width:100%;
}

td.boord2{
height:5px;
width:100%;
background-color:#EFEFEF;
}

td.boord3{
height:20px;
width:100%;
background-color:#DCDCDC;
}

td.boord4{
height:1.75px;
width:100%;
}

a.opmaak1{
A:visited{text-dexoration: none};
}

 

U can see the "opmaak1" for a link types.

My program says the syntax is wrong.

I want it just to stay as it is should be in the link type

 

another helping answer?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.