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
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
Comment