473,486 Members | 2,127 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Query about CSS in html with links

1 New Member
I would like my a.google:visited{} to have it kept the original colors it was assigned, is this possible as I have only seen CSS use a single color.Is there no algorithmic color scheme? Is it possible to make this link stay the same color(s) all the time? Please. :) Thanks for your time :)

Expand|Select|Wrap|Line Numbers
  1. <a href="http://www.google.com">
  2. <font face="Comic Sans MS" size="+2">
  3. <b>
  4. <font color="Blue">G</font>
  5. <font color="Red">o</font>
  6. <font color="orange">o</font>
  7. <font color="Blue">g</font>
  8. <font color="Green">l</font>
  9. <font color="Red">e</font>
  10. </b>
  11. </font>
  12. </a>
  13.  
Feb 14 '12 #1
1 1389
sreekandank
45 New Member
Use the following style rules

Expand|Select|Wrap|Line Numbers
  1. <style type="text/css">
  2.   a:link{color:blue}
  3.   a:visited{color:blue}
  4. </style>
Feb 14 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
3432
by: Richard | last post by:
I have a SVG document with links out to html pages which works when you run the SVG file i have tried to intergrate it into a coldfusion page and the links no longer work. The SVG file is : ...
13
2884
by: NoSpamThankYouMam | last post by:
I am looking for a product that I am not sure exists. I have bookmarks to webpages in Internet Explorer, Mozilla Firefox, Opera, Netscape Navigator, and on a "Favorite Links" page on my website....
4
1368
by: Paul | last post by:
Not sure if this is the right place for a CSS question but I saw some other CSS posts so here goes a pretty basic question. I want the color of an HTML link to be blue on one section of my HTML...
7
1201
by: Aristotelis Pitaridis | last post by:
I am trying to extract all the links and the image URLs from an HTML file. I tried to read byte - byte the information in order to detect the URLs but it did not work because some JavaScript or...
8
2145
by: leslietulip | last post by:
Greetings - this is the first time I am posting to this forum. I am using Javascript to ensure that the user enters all required fields in a form. However, this form is being spammed to death with...
3
1344
by: yeah1279 | last post by:
I recently changed our web pages to be utf-8 encoded (server response header content type is also set to utf-8). There are some links to external sites within the pages that pass parameters that can...
4
1815
by: jacc14 | last post by:
Not sure if I am in the right discussion group for this but here goes. We have a customer who sends us an invoice as a pdf attachment. In the body of the outlook email are two links. The first...
2
1081
by: ramaswamynanda | last post by:
Hello All, I am a newbie to web development, so please help me out with this issue. html --------- <form id="Form1" method="post" runat="server"> <asp:TextBox id="txtempid"...
2
2917
by: kristin09 | last post by:
Hi guys, I have a windows mobile application that has html pages generated on the fly (some pages have links in them). With the new browser MSIE 6.0 the links on the pages are not read as links....
7
7716
by: Trevor Mills | last post by:
My html file links to my external style sheet when im working in dreamweaver, but when I preview in browser, no styles. When I view in dreamweaver live mode i see the body background-color and the...
0
7126
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7175
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6842
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7330
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4559
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3070
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3070
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1378
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
598
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.