This topic is locked
[SOLVED]

 Center message text

11/5/2009 6:33:40 PM
ASPRunnerPro General questions
P
Philip author

Hi,
I'm trying to display a message on the ADD page by using the "before add page is processed" event.

I want the message beeing centered, colored etc. This is my code:
Response.write "<font color=#FF0000 size=2><align center> IMPORTANT: Please use CAPITALS only </font>"
Result: Text is colored and in correct size but not centered.

What do I have to change?
Regards,

Philip

Sergey Kornilov admin 11/6/2009

<p align=center>Your text here</p>
Instead of paragraph you can use DIV, SPAN etc.