The <center> method is deprecated. Since you're using XHTML as your DOCTYPE, that old, moldy html method is NOT VALID !
Better method using CSS !
body{
text-align: center /* centers for IE
}
#container { /* or whatever your main container is named */
margin: 0 auto; /* centers for other browsers
width: xxx;
text-align: left; /* re-aligns text to the left for everything inside it
}
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
can someone tell me why it still comes up as "playboy catalog" on the tab bar, i changed it in dreamweaver but i must be missing out a simple detail to solve this, thanks