This is unbelievable!
Your still here seeking my help in the pursuit of tabling.
This truley brings a tear to my eye.....oh nevermind it's the onion i sliced earlier while you weren't looking.





Ok we are gonna set the size of our table and work with moving the contents of the table around the inside.

<table border="2"> <tr> <td height="100"width="100">
MrSand
</td> </tr> </table>

Makes this below...

MrSand





Ok thats kinda cool but you want the text in the center huh?
Well lets try this and see what this does below.



<table border="2"> <tr> <td height="100"width="100"align="center">
MrSand
</td> </tr> </table>

Makes this below...

MrSand





Ok here is how you can put the text in the center top.

<table border="2"> <tr> <td height="100"width="100"align="center"valign="top">
MrSand
</td> </tr> </table>

Makes this below...

MrSand










Page 1

Page 2

Page 4

Page 5

MrSands Place