Don Gould wrote:
Is there a way to make the browser change one file name with another.
ie...
if the HTML says
<link href="layout.css" rel="stylesheet" type="text/css">
then the broswer will automatically get the layout.css that I've defined on my own machine for the given site.
Sort of like a replace based on site name.
You can setup something similar to what you want with Opera[1]. If you create your own stylesheet then edit a config file you will then have your stylesheet available to either replace or overlay the document's stylesheets.
I use a few myself for debugging, printing and hiding google ads from some sites I visit often.
Further reading and how-to's at:
http://www.markschenk.com/opera/userstyle.html http://www.literarymoose.info/=/opera/tutorials/user-stylesheets.xhtml http://css-discuss.incutio.com/?page=OperaUserStylesheets
You can also setup user stylesheets in most browsers but they generally don't allow for the flexibility that Opera offers.
More links:
http://www.howtocreate.co.uk/userStyle.html http://www.google.com/search?q=user+stylesheets
[1] http://www.opera.com/ http://www.my.opera.com/community/
Good luck, Paul
