arkadasim tesekkurler ama ben yapamadim sidebar kayma yapior uzgunum yazisi asagida cikiyor. ne yapmaliyim? sen yaptiysan tum kodu gonderirmisin
Hangi tarayıcıyla giriyorsun ben benim siteyi opera,ie,maxthon,firefox denedim kayma olmuyor buyur kodlar bunlar bi kaç ayar yaptım daha güzel oldu
Alıntı
<?php get_header(); ?>
<div id="content">
<div id="homepage">
<div id="homepagebottom">
<div class="hpbottom">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" alt="<?php the_title(); ?>" width="150" height="150"/></a>
<?php else: ?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php bloginfo('template_url'); ?>/images/thumbnail.png" alt="<?php the_title(); ?>" /></a>
<?php endif; ?>
<b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
<?php the_content_limit(350, "[Devamini oku]"); ?>
<div style="border-bottom:1px dotted #2255AA; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>
<?php endwhile; ?>
<p><?php _e('-.'); ?></p><?php endif; ?>
<p><?php posts_nav_link(' — ', __('« Onceki Yazilar'), __('Sonraki yazilar »')); ?></p>
</div>
</div>
</div>
</div>
<?php include(TEMPLATEPATH."/sidebar.php");?>
</div>
<!-- The main column ends -->
<?php get_footer(); ?>