HI Every one
Ok i am really new to this so hence the question
I am trying to make a Fragment for my front page and i want to get the text to wrap around the image with a bit of padding to make the image stand out .
I can get the text to sort of wrap but it sticks at the bottom of the image .
Now im a bit stuck .
Is it the Css holding it or something else ??
This is the template im using were am i going wrong Thank you in advance
<actinic:block if="%3cactinic%3avariable%20name%3d%22FragmentAnchor%22%20%2f%3e%20!=%20%22%22">
<a name="<actinic:variable name='FragmentAnchor' />"></a>
</actinic:block>
<table class="img-left" width="100%" cellspacing="0" cellpadding="10" border="0">
<actinic:variable name="FragmentImage" />
<actinic:variable Name="FragmentText"/>
</table>
Ok i am really new to this so hence the question
I am trying to make a Fragment for my front page and i want to get the text to wrap around the image with a bit of padding to make the image stand out .
I can get the text to sort of wrap but it sticks at the bottom of the image .
Now im a bit stuck .
Is it the Css holding it or something else ??
This is the template im using were am i going wrong Thank you in advance
<actinic:block if="%3cactinic%3avariable%20name%3d%22FragmentAnchor%22%20%2f%3e%20!=%20%22%22">
<a name="<actinic:variable name='FragmentAnchor' />"></a>
</actinic:block>
<table class="img-left" width="100%" cellspacing="0" cellpadding="10" border="0">
<actinic:variable name="FragmentImage" />
<actinic:variable Name="FragmentText"/>
</table>