Subject: RE: Outputing two diff. elements side by side in HTML
From: "Spychalski, Frank" <frank.spychalski@xxxxxxx>
Date: Wed, 2 Aug 2000 21:17:05 +0200
|
->-----Original Message-----
->From: Sanjay Netrabile [mailto:sanjay.netrabile@xxxxxxxxxxxxxx]
->Subject: Outputing two diff. elements side by side in HTML
Hi,
->Now the output I want should be something like this
->
->image-1 paragraph-1
->paragraph-2 image-2
->paragraph-3
->
->i.e. The text should flow around the image which can come, once on the
->left side, the second time, on the right side. The whole
->thing is inside
->a table and the images and paragraphs are cells.
->
-> Can someone help me?
First if you say the image and paragraphs are cells then the text cannot
flow around the image, so I assume text and images are in the SAME cell.
Have a look at the align attribute of the img tag, I think that's what you
need. (align="left" or align="right"...)
bye
Frank
-
Frank Spychalski
Research Engineer
SAP Labs, Palo Alto frank.spychalski@xxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|