margin-left: auto ; margin-right: auto ;
bind the above css code to your div.
if u want things inside the div to be centralized, just add another css :
text-align:center;
put below's code just before <html> markup to apply xhtml. This is important or it will not work (html4).
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
0 comments:
Post a Comment