HTTrack Website Copier
Free software offline browser - FORUM
Subject: Is this the reason the page is not formatted?
Author: Chris
Date: 03/10/2009 11:58
 
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>>;
 
Reply


All articles

Subject Author Date
Is this the reason the page is not formatted?

03/10/2009 11:58
Re: Is this the reason the page is not formatted?

03/10/2009 14:30




2

Created with FORUM 2.0.11