This topic is locked

Centre fields

10/6/2003 8:05:25 AM
ASPRunnerPro General questions
author

does anyone know how to centre the fields in the edit.aspfile?

Sergey Kornilov admin 10/7/2003

Hi,
you need to put something like <p align=center> before section that you like to be centered and </p> after end of this section.
If you like to center the whole page you can do something like this:

<body>

<p align=center>
...
</p>

</body>


I hope this helps.
Best regards,

Sergey Kornilov