如何将横幅图像+文本与主站点对齐?

时间:2011-06-24 19:09:02

标签: css

我想在http://forum.emile-coue.org中以与我的drupal网站相同的方式放置横幅照片+文字:http://www.emile-coue.org
我试过但不能这样做。如果不改变第二个drupal网站中的横幅,最简单的方法是什么?

1 个答案:

答案 0 :(得分:0)

我复制了您网站的主要代码&做了一些编辑。这应该可以得到你想要的东西。

<tr>
  <td>
    <h1 style="padding-top: 5px;">
      <a href="../index.php" style="text-decoration:none !important;">
        <img src="./styles/subsilver2/imageset/subgarland_logo.png" width="80" height="100" alt="" title="" style="float: left;">
        <span style="margin: 25px 0 0 100px; display: block; color: white;">Emile Coue</span>
      </a>
    </h1>
    <span class="gen" style="margin-left: 22px;">Forum dedicated to discussing Coue's method</span>
  </td>
</tr>