Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/73.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html Can';不要把这篇课文移到左边_Html_Css_Positioning_Css Float_Styling - Fatal编程技术网

Html Can';不要把这篇课文移到左边

Html Can';不要把这篇课文移到左边,html,css,positioning,css-float,styling,Html,Css,Positioning,Css Float,Styling,我正试图把“大约15小时前”的文字移到左边,但似乎无法完成。“左浮动”似乎不起作用,我不能减少左边距,因为“3分钟前”文本将与图像发生冲突 这是html(很抱歉弄得一团糟): 而不是 这: 这就是我对这首歌的看法:你需要回到你的根。你是从说唱歌手开始的,你需要保持说唱歌手的身份。我尊重你提高灵活性的主动性,但请坚持你的根。这就是你真正伟大的原因。 大约15小时前 将注释页脚跨距移动到注释文本跨距内,使其根据需要环绕图像。然后卸下和,因为它们正妨碍您。你最终会得到: <div cla

我正试图把“大约15小时前”的文字移到左边,但似乎无法完成。“左浮动”似乎不起作用,我不能减少左边距,因为“3分钟前”文本将与图像发生冲突

这是html(很抱歉弄得一团糟):

而不是

这:


这就是我对这首歌的看法:你需要回到你的根。你是从说唱歌手开始的,你需要保持说唱歌手的身份。我尊重你提高灵活性的主动性,但请坚持你的根。这就是你真正伟大的原因。
    大约15小时前
将注释页脚跨距移动到注释文本跨距内,使其根据需要环绕图像。然后卸下
  • ,因为它们正妨碍您。你最终会得到:

    <div class="comment_text">
        <span class="name_link">
            <a href="/profiles/45" class="normal">Justin Meltzer</a>
        </span>
        Ok so this is what I think about this song: You need to switch back to your roots. You started as a rapper, and you need to remain a rapper. I respect you for your initiative to improve your flexibility but please stick to your roots. That's what makes you truly great.
        <span class="comment_footer">about 15 hours ago.</span>
    </div>
    
    
    这就是我对这首歌的看法:你需要回到你的根。你是从说唱歌手开始的,你需要保持说唱歌手的身份。我尊重你提高灵活性的主动性,但请坚持你的根。这就是你真正伟大的原因。
    大约15小时前。
    
    尝试将注释部分更改为:

        <div class="comment_content">
            <a href="/profiles/45" class="comment_image"><img alt="Justin meltzer" src="/system/photos/45/tiny/Justin Meltzer.jpeg?1302075215"></a>
            <div class="textual_comment_content">
                <div class="comment_text">
                    <a href="/profiles/45" class="normal name_link">Justin Meltzer</a>
                    Ok so this is what I think about this song: You need to switch back to your roots. You started as a rapper, and you need to remain a rapper. I respect you for your initiative to improve your flexibility but please stick to your roots. That's what makes you truly great.
                </div>
                <div class="comment_footer">
                    about 15 hours ago.
                </div>
            </div>
        </div>
    
    
    这就是我对这首歌的看法:你需要回到你的根。你是从说唱歌手开始的,你需要保持说唱歌手的身份。我尊重你提高灵活性的主动性,但请坚持你的根。这就是你真正伟大的原因。
    大约15小时前。
    
    Ubuntu10.10上的Chromium 10和Firefox 4似乎按照您的要求显示:。您使用的是哪种浏览器/平台?能否在3分钟前发布反馈的HTML部分。。。也许两者之间有些不同,因为这看起来不像是动态的。此外,我不知道为什么在注释页脚中使用带嵌套ul的span,而不是只使用div并删除ul/li。@Scott,提要的html/3分钟前是完全相同的。@Scott,你能提供一个没有span和ul的示例吗?也许那就够了…@Justin-对不起,我不得不离开工作。很高兴看到我的建议是正确的,虽然!
    <div class="comment_text">
        <span class="name_link">
            <a href="/profiles/45" class="normal">Justin Meltzer</a>
        </span>
        Ok so this is what I think about this song: You need to switch back to your roots. You started as a rapper, and you need to remain a rapper. I respect you for your initiative to improve your flexibility but please stick to your roots. That's what makes you truly great.
    </div>
    <span class="comment_footer">
        <ul>
            <li class="list_style">about 15 hours ago.</li>
        </ul>
    </span>
    
    <div class="comment_text">
        <span class="name_link">
            <a href="/profiles/45" class="normal">Justin Meltzer</a>
        </span>
        Ok so this is what I think about this song: You need to switch back to your roots. You started as a rapper, and you need to remain a rapper. I respect you for your initiative to improve your flexibility but please stick to your roots. That's what makes you truly great.
        <span class="comment_footer">about 15 hours ago.</span>
    </div>
    
        <div class="comment_content">
            <a href="/profiles/45" class="comment_image"><img alt="Justin meltzer" src="/system/photos/45/tiny/Justin Meltzer.jpeg?1302075215"></a>
            <div class="textual_comment_content">
                <div class="comment_text">
                    <a href="/profiles/45" class="normal name_link">Justin Meltzer</a>
                    Ok so this is what I think about this song: You need to switch back to your roots. You started as a rapper, and you need to remain a rapper. I respect you for your initiative to improve your flexibility but please stick to your roots. That's what makes you truly great.
                </div>
                <div class="comment_footer">
                    about 15 hours ago.
                </div>
            </div>
        </div>