Just a little bug in parsing.
Had this in CSS file
#mainHeader1 {height: 150px;padding: 40 0 0 40;margin: 0;background:
url("../images/1mrs_pin(Century-Gothic).jpg") top no-repeat; }
The matched url was
../images/2mrs_pin(Century-Gothic
Should be
../images/1mrs_pin(Century-Gothic).jpg
Using version 3.43
Michael |