Posts by Roni Celestino • 148 points
7 posts
-
0
votes1
answer328
viewsA: How to move a logo inside the <div>
Hi @acmobile .login-container { /*So para ilustrar o seu problema*/ max-width: 200px; height: 350px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); background: #fff; padding: 15px; border-radius: 15px;…
-
2
votes1
answer98
viewsA: How to put image in a <thead> list
Add the tag <img src="minha-imagem.jpg" alt="texto-alternativo"> within your tag <th> Remember to add the full path to your image folder in the attribute src…
-
2
votes2
answers65
viewsA: Tag exchange with javascript
André, you need to add the tag <img> with your image and so manipulate it with its jquery function. Follow an example. $(function() { $(".produto").hover(function() {…
-
2
votes1
answer27
viewsA: Wordpress with error 404
Italo, this must happen because the url in your local bank has the old address of the site. Open the database backup in a text editor and do a search/replace to find all old url and replace it with…
wordpressanswered Roni Celestino 148 -
2
votes1
answer62
viewsA: php appears on my main page
Sintra, it’s all right? 1 - Install a php server locally. I recommend Xampp, download here link 2 - After the installation, go to the htdocs folder in the xampp installation location. By default the…
-
1
votes1
answer61
viewsA: Youtube videos on the website (audio only)
According to the terms of service of API of Youtube you can’t: separate, isolate or modify the audio or video components of any Youtube audiovisual content made available through the Youtube API;…
-
1
votes3
answers386
viewsA: I can’t align a form to the right
School of Life, all right? You will need to create a DIV to serve grid container with the following CSS statements: /* Assim declarando, todos os elementos filhos diretos daquele container se…