Subject: Re: Forcing a new line for images From: "John E. Simpson" <simpson@xxxxxxxxxxx> Date: Wed, 20 Sep 2000 17:01:15 -0400 |
I have a large collection of articles that have multiple images. A vendor created a "basic" style sheet that formats the images as follows:
<xsl:template match="picture"> <IMG ALIGN="left" vspace="2" hspace="8"><xsl:attribute name="SRC">images/<xsl:value-of select="@href" /></xsl:attribute></IMG> </xsl:template>
Everything works fine unless the text associated with an image isn't long enough to push the successive image "down" the page far enough. So the HTML output produces a "stair stepping" of images and text.
I need to be able to change the style sheet to force a new line for each image but being a "newbie," I haven't cracked the code.
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: Forcing a new line for images, Chris Bayes | Thread | RE: Forcing a new line for images, Todd Willis |
Re: Rendering: filling tag attribut, Nick Browne | Date | Re: XSL vs. XSLT and processors vs., AndrewWatt2000 |
Month |