MyBB Community Forums

Full Version: Underlined text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have update from 1.4 to 1.6

Now the text is underlined.

www.ttinternetclub.info

username:
Support

Password:
ttinternet


How do I solved this problem

Dees
Text looks fine to me.

You'll need to update this theme to 1.6 though, it's still a 1.4 theme.
Fixed in the default theme. You had this in your global.css:

a:link {
	color: #003366;
	#026CB1
	text-decoration: none;
}

needed to be:

a:link {
	color: #003366;
	text-decoration: none;
}
@MattRogowski
Thanks for helping.
I self had never founding this solution.

Dees