![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Getting a little off topic here, but I'll give a couple answers. I'm not supplying the URI because this site is a password-protected page that I wrote and maintain for my wife. I'm an infantry soldier currently on deployment in Iraq and it contains a lot of personal stuff. |
#12
| |||
| |||
|
|
I was, actually. Sorry about that. Minus the asterics and bullets, it's the same though. |

|
a: { font-family: Trebuchet MS,sans-serif; |
#13
| |||
| |||
|
|
"downview" <downview (AT) gmail (DOT) com> wrote in message news:224dff78.0408240610.49d9fbd6 (AT) posting (DOT) google.com... Getting a little off topic here, but I'll give a couple answers. I'm not supplying the URI because this site is a password-protected page that I wrote and maintain for my wife. I'm an infantry soldier currently on deployment in Iraq and it contains a lot of personal stuff. That's understandable, but perhaps you could make a copy of the page that has the personal stuff removed. Check to see if that page still causes a validation error and, if so, make that available. Otherwise, you'll have narrowed down the location of the error, and you can continue removing and restoring parts of the content until you find the source of the problem. |
#14
| |||
| |||
|
|
Jan Roland Eriksson <jrexon (AT) newsguy (DOT) com> wrote On 23 Aug 2004 22:18:15 -0700, downview (AT) gmail (DOT) com (downview) wrote: Sorry to be so ambiguous, but that's exactly the message. And I quote: To work as intended, your CSS style sheet needs a correct document parse tree. This means you should use valid HTML. ERRORS * Line: 0 Parse Error - : ______________________________________ ...I'm thinking perhaps there is a bug A far fetched idea in your situation... but here's the CSS markup to ponder as you requested: * body { o background-image : url(images/side_background.jpg); [...] |
|
Maybe this is just a case of a usenaut that has not read Q&A.6 in the newly revised newsgroup FAQ? Getting a little off topic here, but I'll give a couple answers. I'm not supplying the URI because this site is a password-protected page that I wrote and maintain for my wife.... |
|
...Also, this validation is for the CSS markup alone and that, in its complete, natural form has been supplied. |
#15
| |||
| |||
|
|
PS. The error was "a:" above the "a:link" Either this command is superflous, or not supported (I had no idea) and by removing it, my css validated and, more important, the site didn't change a pixel. Good things. |
#16
| |||
| |||
|
|
Make a duplicate css page, delete the first entry, save, upload, check for validation. |
#17
| |||
| |||
|
|
Let us assume the number of CSS definitions is *ridiculously* large, for my example I choose 1,000,000. If you were to divide the sheet in half, check each half alternately and pursue the half with errors, you can actually narrow the error down to the single CSS definition that is problematic in just 20 checks*. |
#18
| |||
| |||
|
|
downview wrote: I hereby call this thread finished. Where did you get the idea that you can declare a thread finished? |
#19
| |||
| |||
|
|
On Tue, 24 Aug 2004 20:13:12 GMT, Andrew Thompson wrote: |
|
.. you can actually narrow the error down to the single CSS definition that is problematic in just 20 checks*. providing, of course, the problem is not one style rule but a combination, some in one half, some in the other. |
#20
| |||
| |||
|
|
h2 {font-family: Arial Bold, sans-serif; |
|
a: { font-family: Trebuchet MS,sans-serif; |
|
#main a { font-family: Times New Roman,sans-serif; |
![]() |
| Thread Tools | |
| Display Modes | |
| |