This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] Website 2.5.0 Inconsistent Rendering


It's hard to sort out nested layout tables by reading the code.  I suggest
you take one of the generated HTML files and start adding border properties
to tables and cells.  At some point it should become clear which table cell
is compacted, and then maybe you can trace backward to see where it's coming
from.

I cheated and opened one of your files in Dreamweaver, which shows table
boundaries. The culprit seems to be:

<td width="100%">
  <img src="i/spacer.gif" />
</td>

This appears just after the cell containing the body text, and forces the
body text into a smaller area.  I can't say where it is coming from, though.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "maria jones" <jonesfamily2004@bellsouth.net>
To: <docbook-apps@lists.oasis-open.org>
Sent: Tuesday, August 03, 2004 8:39 PM
Subject: [docbook-apps] Website 2.5.0 Inconsistent Rendering


> I have been developing custom stylesheets for the Docbook Website DTD's.
Most
> everything is going rather well ----- except.
>
> I have utilized the example pages from CVS for my development content. The
> first couple pages as specified in layout.xml; render as i thought they
> would, then after that they are rendered into what seems to be about a 200
> pixel table.
>
> Essentially, a few pages utilize the full width of the page. And the rest
are
> compacted for no apparent reason. At least to me --- ;)
>
> I've opened up my firewall to allow HTTP traffic to Apache2 for your
perusal.
> Please feel free to navigate to the following url; to review the output
> firsthand:
>
> http://65.5.253.51/devel/
>
> Thanks very much for your help.
>
>



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]