If you are simply displaying images per your example, it's probably a lot easier to simply center the image groups in a single cell.
The javascript 'for' loop is attempting to set 16 images, but...
You could code this in PHP, ASP, or even Javascript but that's not the problem.
The problem here is trying to figure out what you are supposed to do.
(This is not really a test in programming, but...
I'd be interested to see the 'small test' to get better undestanding of what you "cannnot do" after completing a University course. You can post it as a .txt attachment.
I don't think that's the downside. After all, any site not self-hosted would suffer from the same problem. In fact, most cloud sites give you 'root' access to the spun-up...
I'm on day 4 of my entry into PHP. I'm very conversant with Perl so programming is not new.
I'm getting periodic errors in my code and would like to show ALL error and warning messages on the...
Always include a doctype: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-or- <!doctype html> (...the must easier HTML5>