where do I put my image code?
-
here is my header.php …can anyone please tell me where do i insert the code? and which code do i use….is it <img src=””>???
(also, how do you guys paste your code so nicely in these forums? i hate it when i paste like below ..
—————————————————–<!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” xml:lang=”en” lang=”en”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″/><title><?php
$replacethese = array(‘[‘,’]’);
$replacewith = array(‘ ‘,’ ‘);
echo str_replace($replacethese, $replacewith, get_bloginfo(‘title’)); ?><?php if ( !(is_404()) && (is_single()) or (is_page()) or (is_archive()) ) { ?> » <?php wp_title(”); ?><?php } ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<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’); ?>” />
<?php wp_head(); ?><img src=”/sliding-door/logo.jpg”
width=”” height=””></head>
<body>
<div id=”wrapper”>
<div id=”welcomeheading”>
<h1>/”><?php $replacethese = array(‘[‘,’]’);
$replacewith = array(‘<span id=”middleword”>’,'</span>’);
echo str_replace($replacethese, $replacewith, get_bloginfo(‘title’)); ?>
</h1>
</div>
<div class=”description”><?php bloginfo(‘description’); ?></div>
<?php if( (is_home()) or (is_category())) { ?><script type=”text/javascript”>
window.addEvent(‘domready’, function(){
var myMenu = new ImageMenu($$(‘#imageMenu a’),{openWidth:310, border:2, onOpen:function(e,i){location=(e);}});
});
</script><?php } ?>
- The topic ‘where do I put my image code?’ is closed to new replies.