Images not showing in Articles Joomla 3.0.2 - Joomla! Forum - community, help and support
this fresh install of joomla 3.0.2. problem have when insert image in article preview etc shows fine. save article image no longer there if @ source code image code there. site @ http://www.bandj-uk.com/
the source code below:
i have tried 3 different browsers ie9, safari, , chrome same problem persists. if downgrade joomla 2.6 there no problem has joomla 3.
the source code below:
code: select all
<article class="art-post art-messages"><div class="art-postcontent clearfix">
<div id="system-message-container">
<div id="system-message">
</div>
</div></div></article><div class="item-page"><article class="art-post"><h2 class="art-postheader"><a href="/index.php?option=com_content&view=article&id=1:b-and-j-weddings-and-funeral-limmousin-service&catid=8:home&itemid=102">b , j weddings , funeral limousin service</a></h2><div class="art-postcontent clearfix"><div class="art-article"><p><span>our daimler ds420 has been restored inside , out boasting beautiful grey leather interior , stunning black on silver coachwork. pride of owner/driver reflected in superb quality of presentation , highest standards of personal service.</span></p>
<p style=\"text-align: center;\"><img src=\"images/image001.jpg\" alt=\"ds420\" title=\"ds420\" width=\"185\" height=\"139\" style=\"margin: 0px; border: 0px currentcolor; vertical-align: middle;\" /></p> </div></div></article></div>
i have tried 3 different browsers ie9, safari, , chrome same problem persists. if downgrade joomla 2.6 there no problem has joomla 3.
check image path, remove \
it must this:
it must this:
code: select all
<p style="text-align: center;"><img src="images/image001.jpg" alt="ds420" title="ds420" width="185" height="139" style="margin: 0px; border: 0px currentcolor; vertical-align: middle;" /></p>
Comments
Post a Comment