I don’t see it in there.
if I do find it, do i just delete the <?php bloginfo(‘url’); ?>”> part?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head profile="https://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
<!--[if IE]>
<style type="text/css">
h1#comments, { padding-bottom: 30px; }
h1#postcomment { padding-top: 20px; }
#commentlist p, #commentform p { margin-top: -15px; margin-bottom: 30px; }
.commentauth { clear: both; height: 30px; border-top: 1px solid #9B7B66; text-align: right; font-size: 10px; margin-top: -10px; padding: 5px 0px 10px 0px; }
</style>
<![endif]-->
</head>
<body>
<div id="wrap">
<!-- START HEADER -->
<div id="head">
<div id="title"><a>"><?php bloginfo('name'); ?></a></div>
<div id="shadow"><?php bloginfo('name'); ?></div>
<div id="desc"><?php bloginfo('description'); ?></div>
</div>
<!-- END HEADER -->