align="right" doesn't work in xml
- by Syom
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