View Single Post
    #7 (permalink)  
Old 08-06-2009
Codehead's Avatar
Codehead Codehead is offline
Administrator
Company name: Codehead LLP
My latest blog post: Mac Performance Benchmark App
 
Join Date: Apr 2007
Location: WA
Posts: 175
Default Re: How do I center a web page??
HTML Code:
<p align="center">
Is deprecated, in general, align="center" is deprecated, it's best if you always use CSS...
__________________
"Imagination is more important than knowledge."
Albert Einstein
Reply With Quote