Hi, is CSS supported by Awesomium Framework? Why am I asking? Because I tried to display my sample HTML website with Awesomium and all HTML elements were there but style was completely ignored by it. I mounted a style from another file (both files - html and css were in the same directory in data folder inside of garrysmod) in HTML using:
<link rel="stylesheet" href="style.css" type="text/css" />
It works perfectly fine in browser (Firefox) but not in Awesomium. Can somebody help me?