我完成我的網站http://centrosokoladine.lt/,以及如何可以看到有在中間留下了一些畫面佈滿文字,我需要換行的文本。圖像設置像那些box'es bakground圖像,無重複左手中指...文本wrap'ing [CSS]
這裏說的HTML的確切部分:
<div class="turinio"><?php the_content(); ?></div>
和CSS:
.vidinis
{
background-color:#a68e84;
layer-background-color:#a68e84;
width: 709px;
/* height: 306px; */
align: center;
padding-top: 17px;
visibility: visible;
**background-image: url('http://centrosokoladine.lt/wp-content/themes/sokoladine/grafika/info.gif');
background-repeat: no-repeat;
word-wrap: break-word;
background-position: bottom left;**
overflow:hidden;
}
我知道,這是沒有更多鈔票換行文本以防萬一背景圖片,所以我在尋找其他的解決方案在這裏,也許我已經嘗試過該圖像創建單獨的div,但我失敗了..
提示:浮動'div'是爲此而發明的。 (文字將圍繞它們。) – Sparky 2011-12-21 17:27:51