Hi there,
I want to put an image in an announcement module but show it at the center,
I used Center alignment but it doesn't work even though that I see <P align=center>
tag there. I wanted to fix it by a <table> tag which it works well in a HTML/TEXT module:
<table border="0" align="center"> <tr> <td><img width="400" height="300" alt="" src="/Portals/0/image106.jpg" /></td> </tr> </table>
but it doesn't work too, just it shows the pic left aligned.
Your guides would be appreciated.