Info
- 2 posts
- 2 voices
- Started 5 years ago by peiqinglong
- Latest reply from ear1grey
- This topic is not a support question
Table aligning
-
- Posted 5 years ago #
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!
-
- Posted 5 years ago #
td {
text-align: center;
} -
You must log in to post.