Expand my Community achievements bar.

Linking to External Stylesheet

Avatar

Level 2

I'm trying to test a brand new homepage and and have inserted all of the html. I've linked to external stylesheets, but the html doesn't seem to be responding to the new CSS.

In the Custom Code editor, I've simply inserted this (these aren't the actual stylesheets):

<link rel="stylesheet"  href="stylesheet1.css">

<link rel="stylesheet"  href="stylesheet2.css">

<link rel="stylesheet" href="stylesheet3.css"/>

Should I be adding something else?

2 Replies