Published in: XHTML
Paste this in when starting an xhtml doc
<!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"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <title>Untitled</title> <link rel="stylesheet" type="text/css" href="css/main.css" /> <!--[if lte IE 6]> <link rel="stylesheet" type="text/css" href="css/ie6.css" /> <script type="text/javascript" src="js/supersleight.js"></script> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="css/ie7.css" /> <![endif]--> </head>
You need to login to post a comment.
