I've hit a snag validating my code. ok I know it's my fault with the way my template/SSI design has been implemented, changing it will be a complete re-write.
the validator doesn't like the fact i have css styles linked into the page from the body tag, though it won't validate, the css is still linked in correctly and the page displays ok.
Is this such a biggie, ok not 100% symanticaly correct, i'm never gonna reach that because I'm not prepared to drop my tables for layout (At Present!).
So it's not symanticaly correct but , does linking in a css style in the body actually make the browser behave differently, it's not like missing an </>or /> end tag.
What i'm getting at is some rules can be bent, that's what css hacks are all about aren't they? , is placing a style in the body one of those rules that can be bent or do I honestly need to redesign my whole template system to truely validate.
If the only error in the code was having a <style> tag in the body, is that fair dinkum?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
the validator doesn't like the fact i have css styles linked into the page from the body tag, though it won't validate, the css is still linked in correctly and the page displays ok.
Is this such a biggie, ok not 100% symanticaly correct, i'm never gonna reach that because I'm not prepared to drop my tables for layout (At Present!).
So it's not symanticaly correct but , does linking in a css style in the body actually make the browser behave differently, it's not like missing an </>or /> end tag.
What i'm getting at is some rules can be bent, that's what css hacks are all about aren't they? , is placing a style in the body one of those rules that can be bent or do I honestly need to redesign my whole template system to truely validate.
If the only error in the code was having a <style> tag in the body, is that fair dinkum?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.