<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I am finding that I could use the help of a good CSS coder, someone
    who really understands the ins &amp; outs of this.&nbsp; My understanding
    is very rudimentary, and there are a number of areas of control I am
    trying to find.&nbsp; At the moment, I am experimenting with 2-column
    output, as I mentioned in my previous note, using "body {
    -webkit-column-count: 2; }" but this presents a number of problems.&nbsp;
    Most notable:<br>
    <br>
    * In a commentary module, every chapter begins v.1 with<br>
    &lt;center&gt;&lt;img src="/images/msstrip.gif" /&gt;&lt;/center&gt;<br>
    The problem is that the image is slightly narrower than the pane but
    much wider than 1 column.&nbsp; Image auto-resize works only with the
    pane, knowing nothing of the column, so when column handling engages
    later, the image is arbitrarily cut off at the column width
    boundary.&nbsp; But because under the hood the image is wider than is
    visible, the text is flowed out to the real, undisplayed image
    width, and thus roughly half the text is simply cut off because it
    too is clamped at the column width.&nbsp; How can I control the display
    of the image so that e.g. it spans the first 2 columns, but the text
    is all flowed only to normal column width?&nbsp; "<span>img {
      -webkit-column-span:<wbr> 2 }"</span> has no effect.<br>
    <br>
    * Alignment on the current verse uses anchors.&nbsp; This is fine for
    verses that display in the first 2 columns. Once the verse is in the
    3rd-or-farther-right column, the "go to anchor" effect means that,
    at most, the window focus is pushed only so far right as is
    necessary to display the very edge of the current verse on which the
    anchor is pinned.&nbsp; How can I control the horizontal scroll placement
    so that the anchor is placed such&nbsp; that its column is left-justified
    in the pane or, perhaps better, horizontally centered in the pane?<br>
    <br>
    I am just beginning to fiddle with these things, and I would greatly
    appreciate someone who knows what they're doing to offer just a bit
    of CSS guidance.&nbsp; Googling (and Greg <span class="moz-smiley-s1"><span>
        :-) </span></span>) are getting me only so far.<br>
    <br>
    --karl<br>
  </body>
</html>