我想讓this頁面的圖像居中對齊。我已經嘗試了下面的解決方案,但它不適用於我的情況。請指導。 密碼:inspurate123讓圖像中心對齊
解決方案:
display: block;
margin-left: auto;
margin-right: auto;
我的代碼:
<div class="title_area" style="float:left;">
<h1 class="post_title">
<a href="<?php the_permalink();?>" title="<?php the_title_attribute(); ?>">
<?php the_title(); ?>
</a>
</h1>
<br>
<?php the_content(); ?>
</div>
</article>
<?php get_template_part('share_this');?>
</div>
爲什麼要用'風格=「浮動:左;' – 2014-10-17 11:30:07
你是什麼意思圖片 – 2014-10-17 11:31:33
@torazaburo:顯示大圖? – 2014-10-17 11:34:58