try some css
.cent {
text-align: center;
}
<div class="cent">
<img src="http://www.mysite.com/test.jpg" alt="Test Picture"/>
</div>
Hi,
Anything special I have to do? Or can I just past that in my article? I am no css guru so that’s why the question.
Patrick
Paste this into the bottom of your css:
.cent {
text-align: center;
}
and then just paste the code into your posting area.
Hi,
I did that but when posting I only get to see the alt text. I suppose I have to put it in the “code” block, right? I did that but to same. I must be doing something wrong.
Patrick
Hi,
Ok when I edit/write I look in the bottom where I can see how it will look in the end. It shows not in the center there but it does when I save/publish it and look on my site at the article. So it does work only not in the preview part.
Patrick
Right, it wouldn’t work in the admin preview.
Hi,
I was wondering if it also is possible to have several images next to each other?
Patrick