John Rickman Iyonix, on 29 Nov, wrote:

> When you run a NetSurf Full Save application it does not act on the the
> CSS information because the CSS file is given a type of Text.
> 
> This is on an Iyonix 5.19, NetSurf #674. I think it used to work but am
> not sure.
> 
> As an example open:-
> 
>    http://rickman.orpheusweb.co.uk/temp/
> 
> do a Full Save, then run the resulting !temp application. The background
> picture is not shown and the two column layout is lost.

There are two style sheets referenced in the original, as retrieved with a
normal save :-

 <link rel="stylesheet" type="text/css" href="home.css" />
 <link rel="stylesheet" type="text/css" href="local.css" />

The full save only recognizes the first of these :-

 <LINK rel="stylesheet" type="text/css" href="0x68d0f9c8"></LINK>
 <LINK rel="stylesheet" type="text/css"
href="http://rickman.orpheusweb.co.uk/temp/local.css";></LINK>

http://rickman.orpheusweb.co.uk/temp/local.css on its own gives a not found
error.

There does appear to be some garbage at the top of the full save index file.

> On my machine the CSS file created is called 0x71755530, and has a type of
> text. If this is changed to type CSS the two column layout is reinstated
> but the background image is still not shown because the name in the CSS
> file no longer matches the name of the image that NetSurf has created.

The css file is correctly typed here on the ARMini, mimemap does have the
css entry.

Hope this helps.

-- 
David Pitt

Reply via email to