Paul King wrote: > The first stanza in my css code which I moved from HTML to an external css > file > does not appear to be read at all. This appears to happen whatever the first > stanza is, and I have tried moving them around.
`//` isn't the right syntax of a CSS comment, warping your element in `/* */` will fix your issue. See this Gist for how it would normal look: <https://gist.github.com/myles/8cf6bbe1519d4fd4c1609f5b7d064eda>. --- Talk Mailing List [email protected] https://gtalug.org/mailman/listinfo/talk
