docbook-apps

Indenting an inline media object within a table cell

  • 1.  Indenting an inline media object within a table cell

    Posted 10-29-2009 20:52
    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