Focal Point
right justify image in EXL2K?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7981028331

January 26, 2005, 07:17 PM
Carol Dobson
right justify image in EXL2K?
Can I right justify an .gif file in EXL2K?

I can display the image, but it always displays on the left hand side of the browser.

I'm using rel 5.2.4
Thanks in advance!
January 26, 2005, 07:53 PM
reFOCUSing
Try this:

-* File image.fex
DEFINE FILE CAR
IMG/A200 = '';
END
-RUN

TABLE FILE CAR
HEADING
" <+0> <+0>" "
" "
SUM
RETAIL_COST
DEALER_COST
BY COUNTRY
BY CAR
ON TABLE SET ONLINE-FMT EXL2K
ON TABLE SET STYLE *
TYPE=HEADING,HEADALIGN=BODY,$
ENDSTYLE
END

This message has been edited. Last edited by: <Mabel>,
January 26, 2005, 08:27 PM
susannah
Curtis , this is a great idea.
i'm having trouble putting a lot of images into excel.
they don't stay in line with the rest of the data elements.
even if i make the HEIGHT=10 or some really small number, they get out of synch very quickly.
any ideas?
January 27, 2005, 01:36 PM
Carol Dobson
CurtisA,
This is brilliant! Thanks very much, works like a charm.

Carol
January 28, 2005, 07:28 PM
Bob Jude Ferrante
Susannah--
Best way I've seen to make images behave in Excel is to put them in separate cells and let cell formatting in Excel do the work. If you merge graphics with data that's when it becomes hard to do.

thanks
January 31, 2005, 12:46 PM
susannah
webfocus doesn't park a grafic in a cell in excel, bob. that's the problem we're discussing here.
Has anyone figured out how to get webfocus to use the EMBED command to actually park a grafic into a specific cell?