Posts by Xx-CODE-xX • 47 points
5 posts
-
1
votes1
answer2026
viewsQ: Center text within image
I need to align text horizontally and vertically within an image. Any of you know how I can do this? HTML <img…
-
1
votes2
answers33
viewsQ: Problem creating link to the same screen
I have a navigation bar with two buttons that, when clicked, takes the user up to a text, more specifically a subtitle. What happens is that when the button is clicked, instead of taking the user to…
-
0
votes1
answer37
viewsQ: Site content covering navigation bar
I have a navigation bar at the top of a page, but the content of my site covers the navigation bar from the moment I use the scroll bar. How can I fix this? Code: html, body { margin: 0; padding: 0;…
-
0
votes1
answer615
viewsQ: PHP - Unknown: failed to open stream
Well, I created a basic program that returns two variables in PHP, however I am having some errors when trying to 'run' the program by Wampserver. How I’m using the Wampserver, created a folder…
-
1
votes2
answers838
viewsA: Basic code error in Kivy(Python)
On the official website of the Kivy library (https://kivy.org/) you can see an example of usage. The library is already in version 1.10.0. The following example comes straight from the official…