Hi OmarS,
Are all images going to placed in modules?
Placing images between <p></p> tags means that any margins assigned to <p> are taken into account. Best practice is to use <div></div> or <span></span> tags. These can still have style="text-align:center;" inserted into first tag to get centralised images.
Your module code should look like this...
<div style="text-align:center;"><img border="0" src="/horus/images/6.jpg" alt=""></div>
Please also add the following code to your custom css file...
#rt-showcase .rt-grid-12 {
margin: 0 auto;
width: 100%;
}
If this resolves your problem then please edit your
first post in this thread by adding SOLVED at the start of the title and then select the green tick icon. This lets the moderators know that it can be moved to the solved section.
Thanks for your cooperation
