rajiv
toshudhiman if u want 2 use HTML code, then
<center><img sec="http://xtgem.com/images/mobile2/header_logo.png"/></center>
Copy code OR
<img src="http://xtgem.com/images/mobile2/header_logo.png" style="text-align:center;border:none;" alt="XtGem"/>
Copy code
If u use css style class, then
.img{
border:none;
text-align:center;
width:100%;
}
Copy code
Now use HTML image tag with css class, Like this
<img src="http://xtgem.com/images/mobile2/header_logo.png" class="img"/>
Copy code
Try it..