Here is a bit more on the issue: Here is the FO code (xsltproc generated): <fo:external-graphic src="url(images/basicFlow.png)" width="3in" height="auto" content-width="auto" content-height="auto" text-align="center"/> and here is what is generated when I explicitly use a width with the graphic: <fo:external-graphic src="url(images/basicFlow.png)" width="3in" height="auto" content-width="scale-to-fit" content-height="scale-to-fit" text-align="center"/> which presents the correct image size. Any ideas?? Dean In a message dated 7/16/2008 4:47:42 P.M. Pacific Daylight Time, [EMAIL PROTECTED] writes:
Hello, I'm trying to use the 'default.image.width' parameter to use as a default image size. Here is the line in my customization layer: <xsl:param name="default.image.width">3in</xsl:param> and then in the source: <graphic align="center" fileref="basicFlow.png"/> However, the resulting image is very large - like 50% of it exceeds the page boundaries. It seems like no matter what I put in there it always shows up WAY too big. Am I doing something wrong or have I misunderstood this parameter? Thanks, Dean Nelson ____________________________________ Get the scoop on last night's hottest shows and the live music scene in your area - _Check out TourTracker.com_ (http://www.tourtracker.com/?NCID=aolmus00050000000112) ! **************Get the scoop on last night's hottest shows and the live music scene in your area - Check out TourTracker.com! (http://www.tourtracker.com?NCID=aolmus00050000000112)
