There are two common states for hyperlinks in HTML: link (Hyperlink color) and vlink (Followed hyperlink color).
An example of the syntax to handle these states is:
<BODY link=#800080 vLink=#ff00ff>
The following table contains the hexadecimal value for some common colors used in HTML files:
Color | Hex Value |
---|
Aqua | #00FFFF |
Black | #000000 |
Blue | #0000FF |
Fuchsia | #FF00FF |
Gray | #808080 |
Green | #008000 |
Lime | #00FF00 |
Maroon | #800000 |
Navy | #000080 |
Olive | #808000 |
Purple | #800080 |
Red | #FF0000 |
Silver | #C0C0C0 |
Teal | #008080 |
White | #FFFFFF |
Yellow | #FFFF00 |
Pages do not automatically use Hover colors.
Steps to Reproduce Behavior
1. | Open the sample database Northwind.mdb.
|
2. | On the Tools menu, click Options. Click the General tab.
|
3. | Click Web Options.
|
4. | Change the Hyperlink color setting to Black. Change the Followed hyperlink color to Red, and then click OK. Click OK to close the Options dialog box.
|
5. | In the Database window, click Tables under Objects.
|
6. | Select Suppliers, and then click the Open button on the Database Window toolbar.
|
7. | Scroll to the right until you see the Home Page field.
Click Mayumi's (on the World Wide Web.) |
8. | On the browser toolbar, click the Back button.
Note that Mayumi's (on the World Wide Web) is red and the other hyperlinks are black. |
9. | On the File menu, click Close.
|
10. | In the Database window, click Pages under Objects.
|
11. | Click the New button on the Database Window toolbar.
|
12. | In the New Data Access Page dialog box, click Design View. Click OK.
|
13. | On the Insert menu, click Hyperlink.
|
14. | In the Type the file or Web page name box type http://www.microsoft.com. Click OK.
|
15. | On the View menu, click Page View.
Note that the hyperlink color is violet. This hyperlink may be red if you have recently visited that page. |
16. | Click the hyperlink, and then on the browser toolbar, click the Back button.
Note that the hyperlink color is red.
|