HTMLViewer file from resource

Can I do the following? I’m not getting any error but it isn’t displaying the file

Var f As FolderItem = SpecialFolder.GetResource(“About_SSS.html”)
if f <> nil then
HTMLViewer1.LoadURL(f.URLPath)
else
MsgBox “File Missing”
end if

I have it working now but the bold headings in the html file aren’t showing??

Problem was with an old iWeb html file :blush: