HTTPS with self-signed SSL certificate server and embedding CSS in an HTML file -



HTTPS with self-signed SSL certificate server and embedding CSS in an HTML file -

i'm using self-signed ssl certificate private https server. problem is cannot load .css file embedded by

<style type="text/stylesheet" src="/default.css"></style>

i think related security something. should create browser load css file?

the issue syntax. that's how include javascript, css files linked <link> element or @import:

<link rel="stylesheet" type="text/css" href="/default.css" />

html css

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -