Body Copy Spacing Problem
-
I’m having a problem that is somehow caused by my inserting a hyperlinked header logo into my template. The url is https://www.oneinfrastructure.com I have been able to place the logo where I want and have also succeeded in hyperlinking it. The problem now is that the changes I have made have somehow affected the body copy by forcing a double spacing. Can someone please check out this code and tell me what I am doing wrong?
Thank you.
_______________________________________________________from the header.php file:
</head>
<body>
<div id=”header”>
<div class=”stop”>
<div class=”headlogo” onclick=”location.href='<?php bloginfo(‘url’); ?>’;” style=”cursor: pointer;”></>
<div class=”left”>
</div>
from the style.css file:
#header .stop {
width:980px;
margin: 0 auto;
background: url(images/logo.gif) top left no-repeat;
height; 50px;
width; 288px;
}.headlogo
background: url(images/logo.gif) top left no-repeat;
float:left;
width; 288px;
height; 50px;
}
- The topic ‘Body Copy Spacing Problem’ is closed to new replies.