Indenting an inline media object within a table cell

View: New views
1 Messages — Rating Filter:   Alert me  

Indenting an inline media object within a table cell

by nancy_b :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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