Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jashenderson

macrumors newbie
Original poster
Nov 28, 2010
1
0
How can I change the color of the links on iweb. No matter what color I make my text, as soon as I make it a hyperlink it becomes white on my working website and grey when I publish it. Can I change these colors.

Jim Henderson
 
CSS will change that. In the <head> of your source add

Code:
<style type="text/css">
a { color:#ffffff; }
</style>

You can change the color to what you want. You can visit http://html-color-codes.com/ to see the main hex colors. This will make all links white.
If there is an easier way do it in iWeb, I'm not sure.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.