Sublime Forum

Inserting external stylesheet

#1

So here’s my code right now for my HTML doc:

[code]

[/code] and for my CSS doc:

[code]@charset “utf-8”
/* CSS Document */

#topbanner{
height: 30px;
width: 100%;
background-color: #000000;
}[/code]
Somehow that’s not linking the stylesheet to the html doc cause whenever I open up the html doc in a browser, it’s just a blank white page. Help?

0 Likes

#2

This has nothing to do with ST - just missing

at the end of

0 Likes