CSS Ignored During Remote Submissions


CSS is ignored when performing a conversion via remote connection.


Probable Cause


WebGrabber is unable to find the location of the CSS.


Resolution


If you wish to preserve a stylesheet in a remote conversion, you must call the UserStyleSheetUrl property with the full path of the CSS. Do the same for any images.


CSS example:


WG.UserStyleSheetUrl = "C:/Users/ann.smith/Desktop/WG/Basic_NET/WindowsFormsApplication1/bin/Debug/Input/style.css";


Image example:


WG.UserStyleSheetUrl = "C:/Users/ann.smith/Desktop/WG/Basic_NET/WindowsFormsApplication1/bin/Debug/Input/logo.gif";