Hi! is there any way to load css files from html string? string log = "<!DOCTYPE html><meta charset="utf-8"><link href="\"/test/test.css\"" rel="\"stylesheet\"" type="\"text/css\"">Test"; webKitBrowser1.DocumentText = log;