mosimages - Joomla! Forum - community, help and support
the upgrade joomla 1 2.5 took place smoothly. site functional @ http://loyola.edu.in/. problem images are. code imported joomla 1 like:
, in joomla 2.5 is:
how replace old code way joomla handling now?
code: select all
<div align="center" class="mosimage" style=" float: left;">
<img alt="numbers" border="0" height="150" hspace="6" src="http://loyola.edu.in/images/stories/school/numbers1.jpg" title="numbers" width="150" />
<div class="mosimage_caption">
maths lab
</div>
</div>, in joomla 2.5 is:
code: select all
<p>
<img align="left" alt="numbers" class="caption" src="http://loyola.edu.in/images/stories/school/numbers1.jpg" title="numbers" />
</p>how replace old code way joomla handling now?
Comments
Post a Comment