Re: [css-d] validation error on closing tag

2011-05-30 Thread Philippe Wittenbergh
On May 31, 2011, at 7:01 AM, Janis Rough wrote: > 'm getting an error upon validating this page. It says end tag for > is not closed. Since I do have a tag it is something > else probably with the meta tag but I'm not clear on what it is. Not really a css issue, but since you asked… You

Re: [css-d] validation error on closing tag

2011-05-30 Thread Wade Smart
On 05/30/2011 05:01 PM, Janis Rough wrote: I'm getting an error upon validating this page. It says end tag for is not closed. Since I do have a tag it is something else probably with the meta tag but I'm not clear on what it is. Thanks http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";

[css-d] validation error on closing tag

2011-05-30 Thread Janis Rough
I'm getting an error upon validating this page. It says end tag for is not closed. Since I do have a tag it is something else probably with the meta tag but I'm not clear on what it is. Thanks http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";>

Re: [css-d] Validation error

2007-03-13 Thread Phil Turner
Thanks for the help guys - my first site validated :-) now I've got to finish it :-0today! Kind Regards Phil Turner FREELANCE CREATIVE TEL: 0161 439 1669 Chartered Graphic Designer MCSD BA Hons [EMAIL PROTECTED] http://www.philturner-uk.com HELP SAVE THE PLANET - SEE MY NEW BOOK http://www.

Re: [css-d] Validation error

2007-03-13 Thread ~davidLaakso
Phil Turner wrote: > I'm trying to validate the css, its passed the XHTML validation > but I'm getting this error on the css and not sure what to do as its > part of the links in the footer > > http://www.philturner-uk.com/kruger/ > > > Phil Turner > > Back-up the html file. Run it through Ti

Re: [css-d] Validation error

2007-03-13 Thread Bjoern Hoehrmann
* Phil Turner wrote: >I'm trying to validate the css, its passed the XHTML validation >but I'm getting this error on the css and not sure what to do as its >part of the links in the footer > >http://www.philturner-uk.com/kruger/ > >Please, validate your XML document first! >Line 78 >Column 90 >El

[css-d] Validation error

2007-03-13 Thread Phil Turner
Hi everyone I'm trying to validate the css, its passed the XHTML validation but I'm getting this error on the css and not sure what to do as its part of the links in the footer http://www.philturner-uk.com/kruger/ Please, validate your XML document first! Line 78 Column 90 Element type "a" must

Re: [css-d] Validation error + border glitch

2006-11-04 Thread Bjoern Hoehrmann
* Kim Brooks Wei wrote: >I'm getting an error message which doesn't match with my code. Please >take a look and see if you can find what the validator is choking on > Y

[css-d] Validation error + border glitch

2006-11-04 Thread Kim Brooks Wei
Page is http://www.njlada.com/plus/events/ I'm getting an error message which doesn't match with my code. Please take a look and see if you can find what the validator is choking on

Re: [css-d] Validation Error -moz-outline

2005-08-30 Thread Kelly Miller
Tracy Shorrock wrote: I'm getting rid of the ugly outline that appears on an image when it's used as a link. It doesn't seem to be set to default, as when I don't set -moz-outline I get the ugly borders when I click the links. That ugly outline is actually a border, not an outline. Try this:

Re: [css-d] Validation Error -moz-outline

2005-08-30 Thread Tracy Shorrock
Hi Philippe, Will do, thanks. As Zoe pointed out, it isn't causing a problem in browsers so I'm not going to worry about it too much... Cheers, and thanks to all who responded. Tracy On Wednesday, August 24, 2005, at 05:55 am, Philippe Wittenbergh wrote: BTW, you're better off by first sp

Re: [css-d] Validation Error -moz-outline

2005-08-30 Thread Tracy Shorrock
Hi, I'm getting rid of the ugly outline that appears on an image when it's used as a link. It doesn't seem to be set to default, as when I don't set -moz-outline I get the ugly borders when I click the links. Cheers, Tracy On Wednesday, August 24, 2005, at 03:40 am, Peter Williams wrote:

Re: [css-d] Validation Error -moz-outline

2005-08-24 Thread Zoe M. Gillenwater
Roger Roelofs wrote: Validation is a guide, not a law. :-) Exactly. :-) Validation is a means to an end (a well functioning page) not an end in itself. If you know why your page won't validate, and you know that this isn't causing a problem in any browsers (it isn't, in this case), you h

Re: [css-d] Validation Error -moz-outline

2005-08-23 Thread Philippe Wittenbergh
On 24 Aug 2005, at 11:40 am, Peter Williams wrote: I keep getting a parse error on -moz-outline: none; when validating #footer img { vertical-align: middle; outline: none; -moz-outline: none;} Tracy, moz-outline would seem to be a proprietory css extension, the w3c css validator is going to

RE: [css-d] Validation Error -moz-outline

2005-08-23 Thread Peter Williams
> From: Tracy Shorrock > > I keep getting a parse error on -moz-outline: none; when > validating > #footer img { vertical-align: middle; outline: none; -moz-outline: > none;} Tracy, moz-outline would seem to be a proprietory css extension, the w3c css validator is going to flag anything that i

Re: [css-d] Validation Error -moz-outline

2005-08-23 Thread Roger Roelofs
Tracy, On Aug 23, 2005, at 9:46 PM, Tracy Shorrock wrote: Hi, I keep getting a parse error on -moz-outline: none; when validating the following css: #footer img { vertical-align: middle; outline: none; -moz-outline: none;} Is there anyway to get around this? (apart from taking it out!)

Re: [css-d] Validation Error -moz-outline

2005-08-23 Thread Evert | Collab
I don't think so :-( It's weird though, because I think the specifications says that vendors can add their own property's in the -vendorname-property format. Evert Tracy Shorrock wrote: Hi, I keep getting a parse error on -moz-outline: none; when validating the following css: #footer im

[css-d] Validation Error -moz-outline

2005-08-23 Thread Tracy Shorrock
Hi, I keep getting a parse error on -moz-outline: none; when validating the following css: #footer img { vertical-align: middle; outline: none; -moz-outline: none;} Is there anyway to get around this? (apart from taking it out!) Cheers, Tracy __