problem with heder.php
-
this is my header.php code . with ie the page can not display correctly and i have doctype errors ? whats problem ?
<!Doctype html> <html> <head> <meta charset="UTF-8"> <title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title> <!-- Meta --> <meta name="description" content="<?php bloginfo('description'); ?>"> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico"> <!-- include jQuery library --> <!-- include jQuery library --> <script src="<?php echo get_template_directory_uri(); ?>/js/jquery-1.7.1.min.js" type="text/javascript">" </script> <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.hashchange.min.js" type="text/javascript">" </script> <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.easytabs.min.js" type="text/javascript">" </script> <script type="text/javascript"> $(document).ready( function() { $('#tabx-container').easytabs(); }); </script> <!-- CSS + jQuery + JavaScript --> <?php wp_head(); ?> </head>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘problem with heder.php’ is closed to new replies.