align="right" doesn't work in xml

Posted by Syom on Stack Overflow See other posts from Stack Overflow or by Syom
Published on 2010-05-13T10:07:59Z Indexed on 2010/05/13 10:14 UTC
Read the original article Hit count: 247

Filed under:

i've never used xml before, and now i must chenge the align of text. i try to do it like in html, but it doesn't happen. maybe i do something wrong? here is he script

<gallery>
<title><![CDATA[<FONT SIZE="20" COLOR="#C3A25D"></FONT>]]></title>
<text><![CDATA[<FONT SIZE="20" COLOR="#C3A25D">text, which i want to to be in right position</FONT>]]></text>
<thmb></thmb>
<img wdt="421">images/avetiskhakhamyan.jpg</img>
</gallery>

i try to write align="right" in <font> tag, but it deosn't work. could you tell me what is the problem? thanks

© Stack Overflow or respective owner

Related posts about Xml