Jump to content
MakeWebGames

Recommended Posts

Posted

woops my bad just saw the title yea text-align:center would be what you want then you may have to define something like table { text-align:left; } - probley wont work, just got up for work :sleeping:

Posted

To center the table you could do:

<table width = "100%" class = "table" align = "center">

or to center the text inside the table

<td align = "center">Text</td>

Or just center the text

<div style = "text-align : center;">Text</div>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...