← Prev in month ← Prev in thread
Next in thread → Next in month →

Indenting an inline media object within a table cell

From
Nancy Brandt <>
Date
2009-10-29T20:52:17+00:00
ID
Thread
Indenting an inline media object within a table cell
Hi folks,

 

I need to create  a table in which there are two rows in the following form:

 

         First cell                               Second cell

----------------------------------------------------------------------------------------------------

| <bullet-like image> Text                             |   Other Content          |

|_____________________________________|___________________|

| <indent 0.1in> <bullet-like image> Text       |   Other Content          |

|_____________________________________|___________________|

 

The question is how do I create this 0.1in indent in the 1st entry of the second row using XSL (and not XSL-FO)

 

I tried:

 

<inlinemediaobject margin-left="0.1in">,

....

<inlinemediaobject start-indent="0.1in">

....

Nothing happened...

 

The reason I want it in XSL is that I wish this indentation to appear both in PDF and HTML outputs.

 

Please, advise!!!

Thanks a lot in advance!!!

 

Best regards,

Nancy
← Prev in month ← Prev in thread
Next in thread → Next in month →