Sublime Forum

Problem with Stylesheet in Sublime

#1

Hey, I just started using sublime and I made a basic template and tried to link my HTML code the the Stylesheet but it is not linking it seems, I have gone over the code multiple times and cant find anyhting wrong with it, I put the code into an ordinary textdocument in windows, and woops it linked properly and displayed the styles on the code in the browser, but still not working in sublime. Best Regards Vicky !

0 Likes

#2

ST is a text editor, nothing less, nothing more… It doesn’t “link” anything, just save the text you put in the file.
Here some question for you:
Are you sure about the path of the css?
Is your localhost working properly?
Have you checked if you are working on the correct file (same file name different save location)?
Can you provide the source code you are working on?

Anyway this sounds more of a coding issue than a ST issue.

0 Likes