我有一个ListView。此ListView从网页上的URL/HTML代码加载此文本/数据。我为它使用了一个for循环,比如:
for (int i = 0; i < 5; j++) {
// Search and load text in the ListView..
}
但有时网页上有5个“文本框”,但也许一个新的帖子得到了8个。
所以,我不想再使用for循环中的5了。我想要一个for循环,它正在加载和加载,直到他在网页的html代码中找到一个特定的行。
例如:
if (MaxLoad != "<p>End of the textfields</p>
虽然用white-space关键字发现了很多问题,但都没有解决我的问题,这就是为什么我发了这个问题。
我有一个p容器,其中包含来自第三方服务的长文本。我使用以下CSS格式化文本:
p {
white-space: pre-line;
}
HTML结构如下:
<p> Test note for checking space issue please ignore this note.
Test note for checking space issue please ignore this note.
Test note for checking space issu
我有一个宽度为46%的div。这里有一个h1标签。当文本较长时,h1标签的文本会断开。但我想对第二行使用相同的左侧填充。
为了更好地理解,我附上了一张图片和css。有没有什么解决办法。
这是Html
<div class="header-tite">
<h1>An Epidemic 37 Years in the Making</h1>
</div>
这是CSS
.header-tite{
width:45%;
float:left;
position:absolute;
left
我使用的是javascript标题栏,它实际上运行良好,除了:
我正在使用php循环(完美地工作)来获取滚动到块中的每个内容元素。
内容是正确的,持续时间也很好,但是我的元素就在另一个元素旁边,我试图在两者之间留出足够的空间。
现在它看起来像element 1element2,但我正在寻找更多的
element 1 element 2
PHP/HTML
<div class="col-lg-12">
<?php foreach($tickerContent as