I'm using wordpress 2.6 with the WPRS: Award Winning Hosts theme. Does anyone know what the size of this header is? The following is the code listed under header.php:
<!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" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php echo trim(wp_title('', false)); ?> | <?php bloginfo('name'); ?></title>
<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'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<style type="text/css">
<!--
body { background: #fff url('<?php bloginfo('stylesheet_directory'); ?>/images/bg.gif'); }
-->
</style>
<?php wp_head(); ?>
<!-- POWERED BY WP REVIEW SITE (wpreviewsite.com) -->
</head>
<body>
<div id="wrapper">
<div id="header">
<h1><?php bloginfo('name'); ?></h1><h2><?php bloginfo('description'); ?></h2>
</div>
<div id="nav">
</div>
Thanks in advance...! =D