Posts by weise • 97 points
14 posts
-
-2
votes1
answer105
viewsA: Place captions under social media icons
I got!!! SOLVED WITH 3 ATTRIBUTES, 1 LINE: margin-left: -75px; position: absolute; margin-top: 54px !important; Thank you so much to everyone who tried to help me anyway, have a great week.…
-
-2
votes1
answer105
viewsQ: Place captions under social media icons
Good morning gentlemen, I ask for help to some God of Css, I need to do in pure css, put these captions aligned the balls of social icons, they are already aligned and already appear, but I can’t…
-
-2
votes1
answer96
viewsQ: In Mobile mode, Body does not fill 100% of the screen
Good morning, I am breaking my head for days in a business card project that I will deliver along with an ERP, when opened on the desktop is great 100%, but when in Mobile is a white bar (I’ve seen…
-
1
votes0
answers428
viewsQ: Check whether the tree is AVL or not
Hello, I need to make the function verificaAVL (which is called in case 8, line 364), check whether the tree is AVL or not, that is, if the result of its nodes is -1,0 or 1, it just writes on the…
-
0
votes2
answers924
viewsA: How to locate a value that is in the vector but in the incorrect position?
I COULD SOLVE PEOPLE, the problem was in the way I was going through the auxiliary vector to look for the values of the password that was in vet, anyway, follow game finished: #include…
-
0
votes2
answers1061
viewsQ: How to redirect to HTTPS?
I’m using the Cloudflare and my HTTPS URL’s are already working, but only if I write https://www.exemplo.com if I don’t write https, it keeps pointing to http. My hosting is Windows and I was…
-
1
votes2
answers307
viewsQ: How to email php checkbox results?
Every time I click the send button, I receive the email with the right data, but after sending, I receive on the page an error message: PHP Notice: Undefined index: modulocomercial in…
-
-1
votes1
answer973
viewsQ: How to put a color in ONLY one variable in C?
How can I put a color in ONLY one variable of my code in C? I could only change all the colors of ALL of the letters with system("color 02"); with the library #include <conio.h>. But how do I…
-
-3
votes2
answers924
viewsQ: How to locate a value that is in the vector but in the incorrect position?
I’m having second thoughts computaTentativas, do not know how to make the tests of if Else if Else. I need that when I find the correct number (color) in the correct position of vet[z] is tested at…
-
3
votes1
answer365
viewsQ: How to store vector values?
I’m a beginner in C and I’m 2 days into this exercise, I was able to do it so that if you increase the vector with the function realloc, it will increase everything right, but I need him to keep the…
-
-2
votes2
answers69
viewsQ: Error in case procedure 3
I’m having problems in my case 3 of my C code, it should compare the two strings with the strcmp function filmeIgual=strcmp(filmePesquisa,v[x].nome); and if the result is zero, if(filmeIgual == 0),…
-
1
votes2
answers1195
viewsQ: Validating Javascript fields
I have a little problem in a code that transforms the Phone field to this format: (51) 96321-5465. However, every time I click Submit, the form says in the field: "É preciso que o formato…
-
1
votes0
answers391
viewsQ: Plugin Comments Facebook
Buenas Guys, someone has already had problems with the plugin’s comments Facebook? I integrated to the firm’s website as described on the platform, it appears on the page but does not let anyone…
-
2
votes1
answer61
viewsQ: Starting with . htaccess
Hello; I’m trying to create friendly Urls for a site, but I’m not succeeding in several examples I’ve tried online. I think my problem is in the way I should redirect the structure of my site, I own…