|
Below is a sample of the code that I used to create this page template. It is W3C compliant. <!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"> <head> <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" /> <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/template_css.css" rel="stylesheet" type="text/css" /> <!--[if lte IE 6]> <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/IE6.css" rel="stylesheet" type="text/css" /> <style type="text/css"> img { behavior: url(<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/iepngfix.htc); } </style> <![endif]--> <!--[if lte IE 7]> <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/IE7.css" rel="stylesheet" type="text/css" /> <![endif]--> <link rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/images/favicon.ico" /> <title><?php echo $mosConfig_live_site;?></title> </head> <body id="page_bg"> <div id="wrapper"> <div id="header"> <a href="<?php echo $mosConfig_live_site;?>" class="nounder"><span id="logo"></span></a> <?php mosLoadModules('advert1', -1); ?></div> <!-- header closing tag --> <div id="navigation"> <?php mosLoadModules('top', -1); ?> <!-- horiz-menu closing tab --> </div> <!-- navigation closing tag -->
|