Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图弄清楚如何在我的网站上的博客文章之间添加图像(即图形基本分隔线,而不是边框):www.sacspartans.org
我知道如何创建和 div、添加图像等。但我不知道要对哪个文件进行修改。有人知道吗?
我正在使用 Toolbox,这是一个简单的入门主题。
任何帮助将非常感激。
编辑:我打开了索引文件......但我不确定在哪里添加我的 div。
使三个 div 像这样:
<div class="div"> //blogpost 1 </div> <div class="div"> //pic </div> <div class="div"> //blogpost 2 </div>
CSS
.div { float: left; display: inline; //rest of css }
在上面添加 div<?php endwhile; ?>
<?php endwhile; ?>
I have a problem with loading data into an < object > using Javascript. It refuses to work in Chrome, no error message either.
You can see a minimal example to play with