Copy link to clipboard
Copied
I try to make 6 items in a row, and divide in pages
However, when i go to the last page, the remaining items are aligned central
i try to edit in align-content/align-itself in left
but it doesnt change
may i know is there any method?
Copy link to clipboard
Copied
Is your "images" folder on the same directory level as the page in question (which is how the links are written)?
- yourpage.php
- images
- A010001.jpg
Is the images folder named "images" or is there a capital letter such as "Images"?
Your server is case sensitive where your local operating system is not. A link with "Images" or "images" in the path will go to the same place locally, but once uploaded, those would be two separate folders causing a 404 file not found error if they don't match exactly what's written in the code.
Copy link to clipboard
Copied
there is no problem in image file name.
At first i thought the pagination affect the photos margin
However, no pagination added in this page.
i think the problem comes from the sql
How to align the result and start from the left, but not divide in separately.