【发布时间】:2014-01-19 19:28:38
【问题描述】:
我正在尝试编写它,以便我博客上的文字不会重叠。我尝试将“空白:nowrap”代码放入任何有文本的地方,但它只是让单词进入页面中间。这是我页面的链接,说明了我在说什么http://schlurb.tumblr.com/post/68525778003/life-goals-marry-paris-hilton-birth-a
这是我正在使用的代码的一部分:
.quote {
float: right;
text-align: center;
font-size: {
text: Body font size
}
px;
line-height:20px;
text-transform:none;
margin-top:20px;
margin-bottom:20px;
width:620px;
font-family: {
font: body title
}
;
}
【问题讨论】:
-
把你的html部分也放上就可以了。
-
是的,您链接的代码是 CSS,它很有用,但查看 HTML 也很有用