Page 1 of 1

center text

Posted: Thu Mar 03, 2005 8:45 am
by JF3000
I have this code :

Code: Select all

case "_SEARCH_FOR": return "Search for your soulmate :)"; break;
When i view it, the code is aligned to the left, how do I center the text please?

Thank you

JF3000

Posted: Thu Mar 03, 2005 8:58 am
by feyd
research how html works.. there are many ways.. The one to use depends on your standards adherance and things..


http://werbach.com/barebones/

Posted: Thu Mar 03, 2005 9:16 am
by rdionne1187
the <center> tag or <div align="center"> string </div>