The following code works in IE, but not Safari. I did not find anything that would say 'text-align' is not supported in Safari...
<html>
<body>
<input type="text" style="text-align: center;" size=12 value="test">
</body>
</html>
Thank you for your help. I appreciate it.
<html>
<body>
<input type="text" style="text-align: center;" size=12 value="test">
</body>
</html>
Thank you for your help. I appreciate it.