Hello,
Does anyone know how to align text in a <div> tag so that it will be in the center of the box like this (+ stands for blank space):

+++++++++++++++++++
+++++++++++++++++++
+++++++++++++++++++
++++Text goes here++++
+++++++++++++++++++
+++++++++++++++++++
+++++++++++++++++++

I have a table and when the width and height of the cell are bigger than the width and size of the <div> inside, the table centers the first line of the <div>. Now I'm trying to make the <div> as big as the cell and then center the data inside. Does anyone know how to do it, or if there is a better way?

Thank you for your time,

Daniel Kigelman