Posts by Carlos Henrique • 13 points
3 posts
-
0
votes3
answers354
viewsA: align image to center on another image
Have you ever tried to put a div inside the "img-background" and in it you put the image of your logo? I think it could work, using CSS to centralize it and even a class.
-
1
votes1
answer2582
viewsQ: Listing data from a table with PHP
Hello, I’m trying to make a list with data in a table with the code below, but I’m not getting it. I’ve done several ways, I’ve seen tutorials on the Internet and everything, however, it comes to…
-
0
votes1
answer513
viewsQ: Toggle page content by changing only the div
I’m creating a website, where I want to use the main page div to switch between other pages. For example, I have index, content 1 and content 2. I want to make sure that when I click on the link,…