Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

75 users online



Links,Links,Links.LINK PROBLEM!

Links,Links,Links.LINK PROBLEM!

Currently viewing this thread: 1 (0 members and 1 guests)


ToO_CoMpLiCaTeD

ToO_CoMpLiCaTeD

I Am a Boy. Tadah!
Status: Offline!

Links,Links,Links.LINK PROBLEM!

Hello,how do I change a color of a link and how do i UNunderline it. Forexample, my default link color is red. How do i change it to blue. I work in Frontpage. i tried the "text color" button but it doesnt work.

Antonio

Antonio

Status: Offline!

you puthe folllowing in the <body> tag:

<body link="color" alink="color" vlink="color">

alink stands for active link
vlink stands for visited link

to underline it you could either put <u> and </u> around the link or you could put this in(this changes the color and underlines):

<STYLE>
<!--
A:link {text-decoration: none; color: red;}
A:visited {text-decoration: none; color: red;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline;}
-->
</STYLE>

hope that helped

___________________

Pixeldensity.com
MY WEBSITE
digitaldesigners.org

Incarnate

Incarnate

Knightmaire
Status: Offline!
Quote:

Originally posted by Antonio

<STYLE>
<!--
A:link {text-decoration: none; color: FF0000}
A:visited {text-decoration: none; color: 0000FF}
A:active {text-decoration: none; color: 0000FF}
A:hover {text-decoration: underline; color: 0000FF}
-->
</STYLE>

FF0000 is red
0000FF is blue in hex
Put that between your <head>tags</head>

___________________

Well, just so long as this thing's loaded.
http://www.daggerblack.com/sigs/sig.gif

ToO_CoMpLiCaTeD

ToO_CoMpLiCaTeD

I Am a Boy. Tadah!
Status: Offline!

aha.

EchoHype

EchoHype

CEO of EchoNex
Status: Offline!

Smile

glad to see it was solved

___________________

James Demarest - Exec and Helper
---------------------------------------
Curious about Free Hosting? | Posting a Job?

Incarnate

Incarnate

Knightmaire
Status: Offline!

welcome =D

___________________

Well, just so long as this thing's loaded.
http://www.daggerblack.com/sigs/sig.gif

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0077 seconds.