|
khc -> Problem getting files to refer to correct style sheet (6/21/2007 10:55:58)
|
I receive HTML files from a vendor that I then need to extract in order to update my site. My site has a stylesheet but when I extract these files into my site, they are placed in a folder with the name of the zip file from which they came. I then try to cut and paste them into the proper folder, but they retain in their HTML code a reference to a style sheet that contains the name of the folder from which they were moved. thus, my site's style sheet is not applied unless i manually update the HTML code of every file. Each file contains the following reference to a style sheet: <link href="../stylesheets/stylesheet1.css" rel="stylesheet" type="text/css"> prior to being extracted. Is there a way to universally apply the style sheet of the folder into which these files are added? Alternatively, is there a way to do a universal find/replace for a website that will update all the HTML to refer to the correct style sheet? Thanks very much for any assistance.
|
|
|
|