hi, I'm new here and new to doing anything that has to do with designing anything for the internet. The teacher I am designing a site for has me using dreamweaver 8. The problem I have is that some of the links are not showing up in dreamweaver and a browser in the color I want them to be in. In some cases the color shows up in dreamweaver but not a browser. Can someone help me in getting the color to show up? (the color does show up when I highlight the link in dreamweaver even if it isnt that color. and sometimes the text color box won't let me pick the color i want)
Rie~rie 0 Newbie Poster
Recommended Answers
Jump to Post— GliderPilot 33I'm not familiar with dreamweaver... but open the code for the page in dreamweaver and look for the <body> tag. You can than change it for your links. You probably have the link color set, but the visited and active link colors are probably still default giving you undesired colors. …
Jump to Post— FC Jamison 31I would use css for that.
a:link { color: blue }
a:visited { color: #0000FF }
a:hover { color: #0000FF }
a:focus { color: #0000FF }
All 6 Replies
GliderPilot 33 Posting Whiz
FC Jamison 31 Posting Pro in Training Team Colleague
fireworks-style 0 Newbie Poster
Rie~rie 0 Newbie Poster
roryt 150 Nearly a Posting Virtuoso
roryt 150 Nearly a Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.