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
Post a Comment