Am I adding XHTML DOCTYPE correctly?
-
I was told that cufon line-height works in strict XHTML and I tried to add it. Not sure if I did it correctly tho because the line-height doesn’t register.. Is this how the beginning is supposed to look?
<?php include (TEMPLATEPATH . '/theme_defaults.php'); ?> <?php /** * @theme header */ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php wp_title('|', true, 'right'); ?> <?php bloginfo('name'); ?> <?php if ( !wp_title('', true, 'left') ); { ?> | <?php bloginfo('description'); ?> <?php } ?></title> <meta name="generator" content="WordPress" /> <!-- leave this for stats (or remove for potential security reasons) --> <meta name="author" content="author name" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Am I adding XHTML DOCTYPE correctly?’ is closed to new replies.