CSS style changes not applying to HTML (Survey Form)

This has been driving me nuts. I have
< link rel=“stylesheet” href=“styles.css” >
in my head element. I put some arbitrary styling in my CSS pane and none of it updates to my preview pane.

Screenshot:

Appreciate any help.

Please post code and not images.

You didn’t close the meta element above the link element correctly.

1 Like

Thank you (and of course, it ended up being a silly typo lol). Noted on the posting code from now on.

HTML is quite lenient. But unclosed elements do cause issues.

You also get weird stuff from auto-closing elements that close at some random position. Like an unclosed a element can end up wrapping the rest of the page content.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.