Posts by Ester Patricio • 47 points
5 posts
-
2
votes1
answer1253
viewsQ: How to place the bootstrap table on a background image?
I’m doing a lineup of teams using the bootstrap, where each registered match, a new row is generated with the data, the problem is that the table is not on the background image. Table does not…
-
0
votes1
answer2236
viewsQ: How to center a title in the header using class attributes?
I started to study Bootstrap now and I’m having trouble understanding and modifying the codes in CSS of the folder I downloaded on their website, so it would be easier to edit on the HTML I need to…
-
0
votes1
answer662
viewsQ: What attribute do I use to put closed captions in HTML (not CSS) for visually impaired?
I would like to put a hidden caption on an image using HTML only, but it’s not the title of the image when I put the mouse on top, it’s an image attribute, a caption that doesn’t appear for normal…
-
1
votes1
answer487
viewsQ: Insert a submenu into a Jmenu
When I click on the woman or man icon on JFrame, is called a JPanel where I enter the data such as weight and height. But by clicking save, I cannot call another JPanel to show the result of the…
-
1
votes1
answer1306
viewsQ: How do I generate random numbers between 5 and 30 in Java?
I need to use the Random method and store it in a distance variable, then show the distance from city A to city B, and from city A to city D, that is, a different random number for each distance…