IMMAGE AND TEXT ALIGN
This is a closed discussion with 4 replies, filed under General.
Search
Layout is handled by CSS, not XSLT.
So you mean I have to create a new css file? I thought I could put css in xslt...
If you had an <xsl:text>
element with your CSS code inside, you'd be able to include CSS...
But it depends how your XSLT templates are being generated to know if you can place your styling "inline" on the html element (not recommended) or added the the <head>
section of your html page.
I think this is spam since it posted it twice.
Create an account or sign in to comment.
Hi,
I'm new in xslt world. I would need to have a loyout in two columns in wich I have the immage on the left and the text on the right, and they are connected. And I have also a javascript to toggle immage. So my xslt code is:
<?xml version="1.0" encoding="UTF-8"?> ....
<script type="text/javascript">
So how to align text and immage next to each other? Thanks a lot!!!