Forums

Join
bbPress Support ForumsTroubleshootingTable aligning

Info

Tags

Table aligning

  1. Ok, I've been racking my brain on this one. How do I align the text so that it is in the middle of each icon? http://www.abunchofcars.com/forum/

    I know people usually do td align, but that isn't valid for xhtml strict. I can't figure out what the CSS code for that is...

    Thanks!

  2. td {
    text-align: center;
    }

  3. You must log in to post.