Centering for Tables
3 posters
Page 1 of 1
Centering for Tables
Hi,
I didn't know where else to put this so here ya go. Anyways,
Is it possible to center a table? I've been trying to do this and it is not working. For example, I've made a post in which I want to center but it is not allowing me to do, everything else can be centered but that.
I didn't know where else to put this so here ya go. Anyways,
Is it possible to center a table? I've been trying to do this and it is not working. For example, I've made a post in which I want to center but it is not allowing me to do, everything else can be centered but that.
Last edited by Kira Yuudai on April 26th 2013, 3:59 pm; edited 1 time in total
Re: Centering for Tables
Yes, the code
and
I'm actually not too sure, i've never tried centering a table..
I'm sure you can edit the uh, border-radius, padding, and width, etc to make it appear centered and then maybe do a little something like this,
you need to set the margins, like this:(In the CSS potion of your table, not the BBcode)
table.center {
margin-left:auto;
margin-right:auto;
}
And then do this:
<table class="center">
...
</table>
At this point, Mozilla and Opera will center your table. Internet Explorer 5.5 and up, however, needs you to add this to your CSS as well:
body {text-align:center;}
- Code:
<center></center>
and
- Code:
[center]
I'm actually not too sure, i've never tried centering a table..
I'm sure you can edit the uh, border-radius, padding, and width, etc to make it appear centered and then maybe do a little something like this,
you need to set the margins, like this:(In the CSS potion of your table, not the BBcode)
table.center {
margin-left:auto;
margin-right:auto;
}
And then do this:
<table class="center">
...
</table>
At this point, Mozilla and Opera will center your table. Internet Explorer 5.5 and up, however, needs you to add this to your CSS as well:
body {text-align:center;}
Azi- Forumember
- Posts : 61
Reputation : 1
Language : English/Russian
Re: Centering for Tables
Hello, Is you problem solved? You can let us know by editing your topic using the edit button and by clicking the solved icon then send. Thank you |
EDIT:
Topic Solved & Locked |
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum