Here is where a featured iWeb site will be listed every month. Sites are chosen as featured because of their individuality and creativity as well as for their attempts in making their sites look like they're not created with iWeb. Sites are chosen from the list of iWeb-created sites listed on iWebFAQ.com/iwebsites so make sure your site is listed if you want to be considered a feature on iWebFAQ.com. The site of the month for January 2009 is StopSuctionEntrapment.com
HyperlinkColor
Change the color of your iWeb Hyperlinks by editing the CSS files for the page you want to change the Hyperlink colors on. When you Publish from iWeb you get a HTML file and a CSS file for each page you've created. The CSS is the styles for each of your pages and the color of the Hyperlinks is a style you want to change.
When you look at the CSS file opened in Text Edit it will have a section that looks like this:
a {
color: #453c3c;
text-decoration: underline;
}
a:visited {
color: #666666;
text-decoration: underline;
}
a:hover {
color: #000000;
text-decoration: underline;
}
You can change the alpha-numeric values for the regular, hover and visited behaviors of how the color changes for your links. Click on the text field below and choose a color to get the alpha-numeric value for your chosen colors.
Choose Color: