Each html file of the forum that was saved has this in the html structure. I'm
no guru but it looks like if you have no internet connection the pages are
looking for the css files on the web instead of the local hard drive where the
css files should have been captured. Is that right?
So I would need to create a batch file to change each line in the html files
to point to a location on the hard drive where I've made a location which
holds the css files.
Below is part of what's in all the html files 719 of them! Would be too
monotonous to change each one individually.
<link rel="shortcut icon" href=http://www.mapleprimes.com/favicon.ico
type="image/x-icon" />
<style type="text/css" media="all">@import
<http://www.mapleprimes.com/modules/aggregator/aggregator.css;</style>>;
<style type="text/css" media="all">@import
<http://www.mapleprimes.com/modules/book/book.css;</style>>;
<style type="text/css" media="all">@import
<http://www.mapleprimes.com/modules/node/node.css;</style>>;
<style type="text/css" media="all">@import
<http://www.mapleprimes.com/modules/poll/poll.css;</style>>;
<style type="text/css" media="all">@import
<http://www.mapleprimes.com/modules/system/defaults.css;</style>>;
<style type="text/css" media="all">@import
<http://www.mapleprimes.com/modules/system/system.css;</style>>;
<style type="text/css" media="all">@import
<http://www.mapleprimes.com/modules/user/user.css;</style>>;
<style type="text/css" media="all">@import
<http://www.mapleprimes.com/modules/forum/forum.css;</style>>;
<style type="text/css" media="all">@import
<http://www.mapleprimes.com/themes/mapleprimes/style.css;</style>>;
|