Thanks for your help, I got it now.

Antonio Petrelli-3 wrote:
> 
> 2007/5/18, AM101 <[EMAIL PROTECTED]>:
>>
>>
>> I am sorry I am not sure what do you mean, can you please explain?
> 
> 
> 
> you wrote :
> 
> value="</div>"
> 
> This is not XML compliant, since the "<" and ">" characters are used to
> delimit tags.
> Instead you have to use the corresponding XML entities. In other words
> change your code to:
> 
> value="&lt;/div&gt;"
> 
> where &lt; is < and &gt; is >
> 
> HTH
> Antonio
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Need-to-wrap-image-in-a-div-tag-but-it-is-failing-tf3777199.html#a10710393
Sent from the Shale - User mailing list archive at Nabble.com.

Reply via email to