|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
How to change links color?
i tried changing my links color to black in the >modify> page property box and the linkes turned black in the page but shows up white on the browser. then i tried experimenting with diff things like set color scheme etc and now my links are still black on the page but show up blue in the browser. how do i get it to show black?? thanks
|
|
#2
|
||||
|
||||
|
to change youre link color put this code under your <body> tag in your html document.
<body link="black" body alink="black" body vlink="black"> Or <body link="000000" body alink="000000" body vlink="000000"> Note: the "link" sets the link color before clicked. the "vlink" is the color of visited links and the "alink" is the color of... i forgot but it is you put that code in it will stay black no matter what. you can use the word or its hex value hope that helped
__________________
Need a website created? Dont have much time to do it? Tell us what you want and we will have it running within a week! http://www.KpgDesigns.net |
|
#3
|
|||
|
|||
|
thanks kenny that worked! why is it that i cant do it under modify > page property. is it like a bug or something?
|
|
#4
|
|||
|
|||
|
Alink is for active links
__________________
Ask me for help in the following areas: Flash - Should be able to help HTML/Dreamweaver/Web Design - Should be able to help. CSS - Can help in some areas Also working on: JavaScript PHP C++ DHTML |
|
#5
|
|||
|
|||
|
lol
a much easier way to change the color is to just select the link and then chnage the color from the bottom property menu
|
|
#6
|
|||
|
|||
|
Yeah but with that code up there, when you combine it with CSS you can make prettier colour changes... Like it changes when you scroll over it, you can change the text decoration, like make it have a line-through when active or whatever... Lots of stuff with CSS.
|
![]() |
| Viewing: Tutorialized Forums > Web Design & Development > Dreamweaver > How to change links color? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|