我已经尝试了该站点上的所有内容,以使我的 yahoo 管道在页面上居中,而不将文本居中在管道内,并且没有任何效果。我真的需要另一双眼睛看这个!这是我的代码:
CSS:
#pipe_container{
width: 850px;
height: 350px;
position: relative;
margin-left: auto;
margin-right: auto;
background-color: #fff;
text-align: center;
}
#event_pipe {
position: relative;
text-align:left;
width:100%px;
height:350px;
background-color:#888;
padding:0px;
margin: 0px 20px 20px 20px;
}
的HTML:
<div id="pipe_container">
<div id="event_pipe">
<script src="http://l.yimg.com/a/i/us/pps/listbadge_1.6.js">
{
"pipe_id":"2a44070dcf6974aea04ad155a76caef4",
"_btype":"list",
"width":"80%",
"height":"350px"
}
</script>
</div>
</div>
我不能在“event_pipe”代码中使用居中属性,因为它会居中所有内容,包括文本。我希望文本保持在左侧。