Hi, the simplest (and safer) way to do that is to use a web server and to configure it to serve pictures and images from the location you define. It's even possible to configure an http server like Apache's one to send a redirect for urls that are not found in the result dirs telling the browser to look at some other url on some other server.
I've already seen people modifying the response html file to adapt path to css and pictures but I believe that it's a bad strategy as you won't have the real responses from server available anymore, just altered ones. Marc. dariusch wrote: > > Hello, > > i would like to refence my own stylesheets frrom the response html files. > For example, the reference to my own css file is > href="/css/general_v_3.css". How or where i have to put the files? > > Like: > > -> resources > |_ css > |_ general_v_3.css > > it dosen't works, or it is not possible to view the styles or pictures as > the results (html response files)? > > Best regards > Dariusch > -- View this message in context: http://www.nabble.com/How-to-reference-custom-stylsheets--tf4095492.html#a11645739 Sent from the WebTest mailing list archive at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

