Forum Discussion
1 Reply
- rraghvani
Champion Level 3
If it has CSS styling like,
<style> .center { display: block; margin-left: auto; margin-right: auto; width: 100%; } </style> ... <img src="img_paris.jpg" alt="Paris" class="center">
Then yes you can.