MyBB Community Forums

Full Version: Underlined Links That Shouldn't Be.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, for some reason, my forum has freaked out and made all a:link links underlined. I checked the css, and it's decoration is none, and when I had my programming friend look at the page, he found no indication that it should be underlined as well.

You can see it all at http://www.jammingames.uk.to/forum

Please take into note in the screenshot that I deleted my history to show the underline.

Included screenshots are what's happening and the css code.

Also, I found it strange that there was no global.css file anywhere on my server. And better yet, when I clicked the "Validate CSS" button, it showed 15 errors, which you can see here -> http://jigsaw.w3.org/css-validator/valid....to/forum/
your hover active is underlined
The hover active would not affect the a:links.
In fact, I'm not so sure the a:links were even blue before this.
And my only other admin wasn't on when this started.
background-color: #0a0a0a;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

background-color: #0a0a0a;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

background-color: #0a0a0a;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

background-color: #0a0a0a;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}
Looks like you accidentally copy+pasted part of the body css.
In what area?

Edit:
Oh wow, didn't notice that.
I'm wondering how that got there though, I know I, nor my other admin did it.
Thanks for pointing that out.
Out of 4 people, none of us saw that. =/
Sometimes you just gotta step back, take a breath, and look again :p