The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Center all items on table?

2 posters

Go down

Center all items on table? Empty Center all items on table?

Post by cclloyd9785 Wed 23 Jun 2010, 23:14

Is there a way to center all items on a table other than add the center tags into each individule cell?
cclloyd9785
cclloyd9785
Forumember

Male Posts : 444
Reputation : 3
Language : Whatever you speak
Location : woaclan.tk

http://woaclan.forumotion.net/

Back to top Go down

Center all items on table? Empty Re: Center all items on table?

Post by RoNo Thu 24 Jun 2010, 01:15

Here are a couple examples of centering...

Using Css to create style/class for the table
(table1 will be the table class)
Code:
<style text/css">
.table1 {
margin-left: auto;
margin-right: auto;
text-align: center;
}</style>

<table class="table1" border="2" cellpadding="2" cellspacing="2" width="400">
<tr>
<td width="250">Left Table Cell Content</td>
<td width="600">Right Table Cell Content.</td>
</tr>
</table>

Center all items on table? Break_gray1


Outer table that is centered on the page...
with an inner table that has centered content
Code:
<table style="margin-left:auto;margin-right:auto"><tr>
<td>

<table style="text-align:center"><tr>

<td>Stuff in here</td>

</tr>
<tr>

<td>More stuff in here</td>

</tr>
<tr>

<td>And more stuff in here</td>

</tr>
<tr>

<td>All centered</td>

</tr>
</tr>
</table>

</td>
</tr></table>
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Center all items on table? Empty Re: Center all items on table?

Post by cclloyd9785 Thu 24 Jun 2010, 04:50

I just took the BB code from a post, and put it into a portal widget so it would turn it into HTML for me. It isnt centered. Any ideas?
cclloyd9785
cclloyd9785
Forumember

Male Posts : 444
Reputation : 3
Language : Whatever you speak
Location : woaclan.tk

http://woaclan.forumotion.net/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum