function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CharlieLangCharlieLang 

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

__sandra____sandra__

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