Page 1 of 1
CSS
Posted: Fri Oct 02, 2009 2:17 am
by tbalazs
Is there any way I could have revBrowser ignore a site's CSS and impose styles from elsewhere (either locally or in the internet)?
Tony.
Posted: Fri Oct 02, 2009 7:28 pm
by Klaus
Hi Tony,
I'm afraid this is not possible from inside of Rev.
But sinces the browser external user IE on Wind and Safari (Webkit) on the Mac,
maybe this will work if you cahnge the setting in Safari/IE directly first?
Presumed there ARE such settings in IE on windows.
You can do this in the Safari prefs however.
Never tried, just a thought
Best
Klaus
Posted: Fri Oct 02, 2009 8:54 pm
by Mark
Hi Tony,
In some cases, you might read the url, put the htmlText into a variable, replace the style tag or the link meta tags with your own, and set the htmlText property (using revBrowserSet) of the browser window.
Best,
Mark
Posted: Fri Oct 02, 2009 11:22 pm
by tbalazs
Thanks Klaus and Mark. I will have a play around and see what I can do. The problem is likely to be that it's a dynamic asp driven site. But I'll see, and report back.
Tony.