Posted by JSWolf
Quote:
Here is the code in the XML for displaying the image centered followed by the relevant CSS code...
Code:
<p class="image"><img alt="" src="2.jpg"/></p>
|
It's will work better if you put the path, like this: <img alt="" src="../Images/2.jpg"/></p>