View Single Post
Old 06-05-2009, 10:51 PM  
kenny
Confirmed User
 
Industry Role:
Join Date: Mar 2002
Posts: 7,245
The center element is deprecated

The <center> tag is supported in all major browsers. However, it is deprecated and should be avoided!


http://www.w3schools.com/TAGS/tag_center.asp


Is there a good reason for this? Why is it suppose to be better to replace <center> with this mess"

#centered{
width: 800px; /* set to desired width in px or percent */
text-align: left; /* optionally you could use "justified" */
border: 0px; /* Changing this value will add lines around the centered area */
padding: 0;
margin: 0 auto;
}
__________________
7
kenny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote