You need to sign in to do that
Don't have an account?
CharlieLang
Community - centre align
Hi,
I am, working on a community project at the moment.
Does anyone know how to centre the alignment of the menu buttons and the centre the main body of the pages
thanks in advance
Hi,
I managed doing this by creating an html header and html footer, and starting an HTML centered table in the header and closing the table tag in the footer.
Header :
<your html header and image>
<table width="1000" border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#ffffff">
<tr><td>
Footer
</td></tr>
</table>
Let me know if you have any issue.
Best regards