MyBB Community Forums

Full Version: PHP problem?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
To change the color of link to blue in post, change the theme to Black and Grey to see what i mean. It seems that when a user click on a link to a new thread or anything the color changes.
I couldn't find any posts with links in them but you have some malformed CSS in your stylesheet:

a:link {
	color: #000;
	text-decoration: none;
}

text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

text-decoration: none;
}

Fix that up and see what happens.
Nope i still see the blue.
Can you link to a post with a URL?? I can't find any. All I see if purple for visited links across the board, no blue anywhere.
(2010-01-02, 01:04 AM)MattRogowski Wrote: [ -> ]Can you link to a post with a URL?? I can't find any. All I see if purple for visited links across the board, no blue anywhere.
Theres the problem,(to me its blue) it shouldn't be purple, but black it shouldnt change colors.
Oh, yeah I see what you mean... the Black and Grey theme isn't available now I'm logged out, is the problem only with that theme??
yeah.
Pages: 1 2