侧栏和中间的文字使用内联样式

时间:2013-08-07 20:57:45

标签: css3 css-float

我有html代码和内联样式应用于它,2列有文本链接和每侧的垂直图像。在中间我把帖子文本和内容。

如果帖子很大,文本将在侧栏上没有足够的图像后将整个页面宽度保持在中间位置。

我想将文本保留在这些列的中间。

  <div style="float: right; text-align: center;">

<p><strong>Version.V
   </strong></p>
  <p><strong> 999
    </strong></p>
  <p><strong>August 7, 2013</strong></p>
  <p>
    <a href="#">News</a>    </p>
  <p><a href="#">Updated
    News</a></p>
  <p>
    <a href="#">Old
    News</a></p>
    <p><a href="#">Posts</a></p>
    <p><a href="#">Daily News</a></p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p><a href="#"><img title="here" alt="here" src="picture.gif" width="150" height="97" /></a></p>
</div>

<div style="float: left; padding-right: 1px; text-align: center;">

  <p><strong>Version.V
   </strong></p>
  <p><strong> 999
    </strong></p>
  <p><strong>August 7, 2013</strong></p>
  <p>
    <a href="#">News</a>    </p>
  <p><a href="#">Updated
    News</a></p>
  <p>
    <a href="#">Old
    News</a></p>
    <p><a href="#">Posts</a></p>
    <p><a href="#">Daily News</a></p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p><a href="#"><img title="here" alt="here" src="picture.gif" width="150" height="97" /></a></p>
</div>
<div>


<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&rsquo;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br>
  <span id="more-208"> </span><br>
  Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&rsquo;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&rsquo;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&rsquo;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&rsquo;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>

</div>
</body>
</html>

中间的文字

它下降的时间越长,它将从页面边缘向左对齐,我希望它在中间的一个方框中列。

2 个答案:

答案 0 :(得分:0)

在p标签中添加一个类,其中包含您的主要内容,如

<强> FIDDLE

<p class="content">[main content here]</p>

CSS

.content
{
    width:100%;
    padding: 0 150px;
    box-sizing:border-box;
}

答案 1 :(得分:0)

Check out this Fiddle

只需将样式属性添加到您的内容div:

style="margin-left: 150px; margin-right: 150px;"

当然,考虑到您的侧栏宽度为150px(我可以判断您的图像宽度)。

最后,正如其他人之前所说,尝试使用外部样式表,因为它更易于维护且易于理解。

祝你好运!