Menu

#110 HTML version fails to load correctly

en-1.6
Fixed
nobody
None
Medium
Defect
2011-07-06
2011-02-09
Anonymous
No

Originally created by: chris...@gmail.com
Originally owned by: cmpilato

The HTML version of the book fails to load correctly (with a certain HTML viewer) due to the fact that it references the NON-EXISTENT background image "images/draft.png".

This appears to have happened since [r3762].

Discussion

  • Anonymous

    Anonymous - 2011-02-09

    Originally posted by: cmpilato

    Hrm.  When I build the book as HTML, I get a CSS definition like so embedded in svn-book.html:

    {{{
    body { background-image: url('http://docbook.sourceforge.net/release/images/draft.png');;)
           background-repeat: no-repeat;
           background-position: top left;
           /* The following properties make the watermark "fixed" on the page. */
           /* I think that's just a bit too distracting for the reader... */
           /* background-attachment: fixed; */
           /* background-position: center center; */
    }}}

    I take it that you don't see this in your version?

     
  • Anonymous

    Anonymous - 2011-02-09

    Originally posted by: chris...@gmail.com

    I can't find an 'svn-book.html' file.
    However, the problem appears in 'index.html', which contains:

            <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" />
            <style type="text/css">
        body { background-image: url('images/draft.png');

    This is from <http://svnbook.red-bean.com/nightly/en/svn-book-html-chunk.tar.bz2> from today (2011-02-09).

    Sorry, I neglected to specify the file & source in the original report.
    I was nonplussed having spent over an hour trying to find why this had stopped working.
    (Helped least by the viewer app replacing the page with a message complaining about my network connection!)

     
  • Anonymous

    Anonymous - 2011-06-28

    Originally posted by: cmpilato

    (No comment was entered for this change.)

    Owner: cmpilato

     
  • Anonymous

    Anonymous - 2011-07-06

    Originally posted by: cmpilato

    I think I fixed this in [r3886] and [r3887].  If you still have problems, please reopen.

    Labels: Milestone-en-1.6
    Status: Fixed

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.