Symptoms
Links font color is changed on different pages.A site has several pages and their links looks different. For example pages links are white on page http://domain.tld/page0.html and the same links are purple on page http://domain.tld/page1.html
What causes the problem?
Cause
This problem happened because you pasted page content from Microsoft Word with following style:a:visited, span.MsoHyperlinkFollowed
{
color: purple;
text-decoration: underline;
}
If content of site page is copied and pasted from Microsoft Word additional tags are not removed.
Resolution
Since version 4.5 Parallels Plesk Sitebuilder WYSISYG has feature "Paste from Word" that allows to insert the text without additional tags.To use the feature select icon "Paste from Word" in WYSIWYG top menu on page Edit in Parallels Plesk Sitebuilder Wizard. Past you text and mark enabled options "Ignore Font Face definitions" and "Remove Styles definitions", then click "OK" to save the text.
New text will be inserted without the additional tags.
If the tags already exist on page it is recommended to remove the text and insert it in correct format.