MyBB Community Forums

Full Version: align code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i align a code in centre
(2012-04-12, 02:40 AM)amanta Wrote: [ -> ]how can i align a code in centre

Lets start with what code?
Do you mean tables etc throught the means of CSS.
Or are we simply talking about some text that needs to be centerd. If its the last just use <center>.
But provide a bit more information since its not very clear what you're talking about.
Since <center> tags are deprecated, you may use the following code;
<div align="center">YOUR CODE GOES HERE</div>