Re: [css-d] Element style not allowed as child of element div in this context.

2015-01-20 Thread Ben Henick
tl;dr: Probably best to rely on the advice already given, but here are some soon-to-be-historical details. On 1/19/15, 11:47 PM, Jukka K. Korpela wrote: http://pastebin.com/B9zSx0ew When I submit a copy of the code to http://validator.w3.org I get the error

Re: [css-d] Element style not allowed as child of element div in this context.

2015-01-19 Thread Jukka K. Korpela
2015-01-20, 2:55, John wrote: I got this error while running my contact page through the validator. The contact form works fine, but I don’t know what this error means. Validator cites line 230, yet the style.css is called on line 13! – – http://pastebin.com/B9zSx0ew

[css-d] Element style not allowed as child of element div in this context.

2015-01-19 Thread John
Hello; I got this error while running my contact page through the validator. The contact form works fine, but I don’t know what this error means. Validator cites line 230, yet the style.css is called on line 13! My rookie experience tells me there could be some nearby un-closed tag or similar