I’m trying to make subpages, but when I link my css it won’t work

1 Like

Can you send the code you’re using to link the CSS? I’m guessing you’re referring to a file like "style.css", which will only give the correct file on the root folder. Use "/style.css" for it to work on all pages. :slight_smile:

1 Like

Hey sorry for late response but try doing this in the

<style>
(CSS here)
</style>

uh it should work, are you putting it in the <head>?

Can you post a snippet of your code?

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