WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Solved Different Color text when visited it on Thu Dec 22, 2011 1:49 am

Petros_7


Registered Member
Registered Member
Hi , I need a help.I need ccs code for Different Color text when visited it.Example those have been read to change the color.(Not hover)





I have punBB thank you!

2Solved Re: Different Color text when visited it on Thu Dec 22, 2011 2:15 am

Nera


WebArtz Technician
WebArtz Technician
Hi,


This would be a link and link visited for punBB. Searching for that?

Code:
.pun a:link {
    color: #00569C;
}
.pun a:visited {
    color: #666666;
}


_________________

3Solved Re: Different Color text when visited it on Thu Dec 22, 2011 3:20 am

Petros_7


Registered Member
Registered Member
Nice thank you!

4Solved Re: Different Color text when visited it on Thu Dec 22, 2011 4:44 am

Nera


WebArtz Technician
WebArtz Technician
Welcome.

Solved/Locked


_________________

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum