1. kod bu css:

#content {
float: left;
position: relative;
width: 440px;
margin: 0px;
overflow: hidden;
padding: 10px;
background: #fff;
}
#content h3#content-title,
#content h3#respond {
height: 30px;
line-height: 30px;
padding: 1px 0 0 10px;
margin-bottom: 10px;
background: #fff url(images/layout/bg-content-title.png) no-repeat;
color: #336699;
letter-spacing: -0.05em;
font-size: 110%;
font-weight: bold;
}
#content h3#content-title .dark,
#content h3#respond .dark {
color: #336699;
}

2. kod ise bu index de :
<?php if (function_exists('the_tags')) { ?> <?php the_tags('<li class="Tags"><strong>Etiketler:</strong> ', ', ', '</li>'); ?> <?php } ?>

2. yi çözdüm : <?php if (function_exists('the_tags')) { ?> <?php the_tags('<strong>Etiketler:</strong>'); ?> <?php } ?> böyle yaptım kodu hata vermedi.

3. olarak böyle bir hata daha var :

Line 122, Column 83: required attribute "alt" not specified.

…O1QA/2.jpg" width="93" height="71" /></p>



The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

burdaki 71" /> deki > kırmızı