gpt4 book ai didi

php - bootstrap col 位置不会显示在旁边,总是显示在底部

转载 作者:行者123 更新时间:2023-11-28 16:19:35 29 4
gpt4 key购买 nike

抱歉,如果我是这个网络编程的新手,为什么我的产品显示不会显示在旁边,并且总是显示在底部,我已经使用 col-md-3 使产品显示在侧面,但产品显示在底部.

here the picture

这里是我的代码:

  if($result):
if(mysqli_num_rows($result)>0):
while($product = mysqli_fetch_assoc($result)):
?>
<div class="row">
<div class="col-md-3 col-sm-4">
<div class="product">
<figure>
<img src=gambar/<?php echo $product['image']; ?> class="img-fluid"/> </figure>
<p class="text-info text-center"><?php echo $product['namaFran']; ?> </p>
<p class="text-center"><?php echo $product['deskripsi']; ?> </p><br>
</div>
</div>
</div>

最佳答案

while 循环的每次迭代都会开始一个新行。将您的 while 循环放入其中。

关于php - bootstrap col 位置不会显示在旁边,总是显示在底部,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53748513/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com