Edit an imported template, where & how?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ismailc
    New Member
    • Sep 2006
    • 200

    Edit an imported template, where & how?

    Hi,
    I imported an css file for my dropdowns, but it does not align with the other objects in my xslt.

    I checked the imported css file for dropdown & it's aligned left
    but somehow I other objects are out by 2 spaces.

    The imported dropdwon does not allow for any characters or objects next to it - so i can't add a space at it moves to a new line
    All objects with new dropdown are aligned to left but still out - how & where can i edit the template of the other objects to move to the left!

    <td width='30%' align="left">
    <xsl:call-template name="CreateObj ect">
    <xsl:with-param name="Object" select="$nextNo de" />
    </xsl:call-template>
    </td>

    Regards
  • ismailc
    New Member
    • Sep 2006
    • 200

    #2
    Thank You

    My imported css file(drop down) was not aligning with other objects in my xslt.

    fixed it by adding : margin-left:3px; in my css file


    Regards

    Comment

    Working...