> 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.deReceived on Wednesday, 25 March 2009 22:00:49 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 25 March 2009 22:00:55 GMT