I am currently working with a website but I'm having a particular problem. I'm having a problem getting my website to center properly when I covert it into an HTML5 webpage. It all worked previously using this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
But as soon as I change it the page is all to the left side of the screen instead of being centered.
Bookmarks