|
Lazykatz -> RE: A little help with CSS style... Please (2/2/2005 18:48:32)
|
Hi caz, Thanks for the info on the page that is not in question. I know this because flag and navigation is not in new code. You must have looked at only the messed up 1st page I started with and had no idea what I was doing, and did not read the top little paragragh that said "'onto the problem" that linked to the actual page in question. Here is the actual page.. http://fpwm.lazykatz.com/blue/new_page_3.htm Here for Errors
URI : http://fpwm.lazykatz.com/blue/sty/sty3.css
* Line: 18
Parse error - Unrecognized : {font-size: 28px}
* Line: 20
Parse error - Unrecognized : {font-size: 28px}
* Line: 22
Parse error - Unrecognized : {font-size: 24px}
* Line: 24
Parse error - Unrecognized : {font-size: 21px}
* Line: 26
Parse error - Unrecognized : {font-size: 18px}
* Line: 28
Parse error - Unrecognized : {font-size: 16px}
Warnings
URI : http://fpwm.lazykatz.com/blue/sty/sty3.css
* Line : 163 font-family: You are encouraged to offer a generic family as a last alternative
Below are the results of attempting to parse this document with an SGML parser.
1.
Line 62, column 26: required attribute "ACTION" not specified
<form method=GET>
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
?
2.
Line 63, column 68: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
...name="query" size="18" value="Google"><input type="submit" value="Search"></f
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
?
3.
Line 63, column 104: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
..."><input type="submit" value="Search"></form>
?
4.
Line 63, column 111: end tag for "FORM" which is not finished
...t type="submit" value="Search"></form>
Most likely, You nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>
Another possibility is that you used an element (e.g. 'ul') which requires a child element (e.g. 'li') that you did not include. Hence the parent element is "not finished", not complete.
?
5.
Line 74, column 26: required attribute "ACTION" not specified
<form method=GET><p>
?
6.
Line 77, column 26: required attribute "ACTION" not specified
<form method=GET><p>
?
7.
Line 81, column 26: required attribute "ACTION" not specified
<form method=GET><p>
?
8.
Line 153, column 21: ID "RA" already defined
<div id="ra">
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hock for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
?
9.
Line 103, column 21: ID "RA" first defined here
<div id="ra">
10.
Line 155, column 25: ID "RAT" already defined
<div id="rat">Title</div>
?
11.
Line 105, column 25: ID "RAT" first defined here
<div id="rat">Title</div>
12.
Line 187, column 21: ID "RA" already defined
<div id="ra">
?
13.
Line 103, column 21: ID "RA" first defined here
<div id="ra">
14.
Line 189, column 25: ID "RAT" already defined
<div id="rat">Title</div>
?
15.
Line 105, column 25: ID "RAT" first defined here
<div id="rat">Title</div>
16.
Line 226, column 7: end tag for element "DIV" which is not open
</div>
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. are the errors when I validated.. I knew about all of them before going to check them again. The Parse errors, haven't set the defaults yet, line 163 will change when fonts properties are changed, line 62, 63, 74, 77, 82, are for a form to be edited into page, ..etc None of these errors are the problem of my previous post above. quote:
Otherwise you are getting there. Often a small typo can have big consequences. Look at the actual page in question, and I may just believe you.. lol I double doubled checked the links above to make sure they were correct...lol Thanks for the input, Grizz
|
|
|
|