Re: Property Maring does not Exist

> In the below URL, it says that "the property maring does not exist" on my
> file at the line containing the characters "a.navlink {". Is something wrong
> here? If so, what?
> http://jigsaw.w3.org/css-validator/validator?uri=http://www.gamepasta.com/main.css&profile=css21&usermedium=all&warning=1〈=en

Hi Avi,

as stated, the property "maring" does not exist.

Have a look at your rule:

a.navlink {
	text-decoration: none;
	color: #00F;
	font-weight: bold;
	border-right: 15px solid #00F;
	padding-right: 50px;
	display: block;
	width: 80px;
	maring: 0px;
}

You most probably meant "margin" instead of "maring".

Cheers,

jens

-- 
Jens Brueckmann
http://www.yalf.de

Received on Wednesday, 25 March 2009 22:00:49 UTC