How do I add logo art to header?
-
Here’s the code to my header. It’s a public theme but cant seem to find where to add my logo jpg?
Can someone help me add the appropriate code?
</head>
<body>
<!– For non-visual user agents: –>
<div id=”top”>Skip to main content.</div><!– ##### Header ##### –>
<div id=”header”>
<h1 class=”headerTitle”>
“><?php bloginfo(‘name’); ?>
</h1>
<div style=”padding-left: 10px; padding-bottom: 10px; font-size: 138%; color: #eee; font-weight: bold;” ><?php bloginfo(‘description’); ?></div>
<div class=”subHeader”>
<span class=”doNotDisplay”>Navigation: </span>
<?php if ( function_exists(‘wp_admin_bar’) ) wp_admin_bar(); ?></div>
</div>
<!– End Header –>
- The topic ‘How do I add logo art to header?’ is closed to new replies.