Questions tagged as 'html'

1
answer

How to move a logo inside the div

I'm trying to center the logo on this panel by dragging it to the left. HeremyHTMLcodewhereIquoteit<divclass="logoLogin"> <img src="images/perfil-black.png"> <div> I have tried to use padding and margin in...
asked by 12.06.2018 / 19:46
2
answers

Same header and footer for multiple sites

Good afternoon! I work in a company that manages several sites (joomla - on different servers). All with the same header and footer. From time to time, we need to change all the headers and footers of all sites. This process, until then, i...
asked by 11.06.2018 / 19:24
0
answers

Error Bootstrap banner HTML Site Wordpress

My site published in wordpress contains the following problem, when I lower the screen of my browser, and click on the 3 bars of my navbar to open the menu, the image tries to accompany the navbar, thus making the image stretch. As the images sh...
asked by 25.06.2018 / 19:26
0
answers

How to solve the incompatibility between UTF-8 and ASCII-8BIT, between LINUX and WINDOWS?

If possible I would like help in the following case, I have to load data via loader \ ctl and etl kettle from different sources, and several OS, eg Linux, a UNIX and another Windows, but I always have problems that in the source I open the f...
asked by 11.06.2018 / 03:56
0
answers

Page title does not appear PHP

I have the following PHP page: <?php session_start(); include_once("navbar_op.php"); ?> <!DOCTYPE html> <html lang="pt-br"> <head> <title>Consulta de OP's por OP</title> <meta charset="utf-8">...
asked by 15.06.2018 / 21:46
1
answer

Average calculation in JavaScript using HTML form [duplicate]

I need the average to be displayed by an alert () HTML: function calculoMedia(n1, n2, n3, n4) { var media; var n1 = getElementById('n1').value; var n2 = getElementById('n2').value; var n3 = getElementById('n3').value; v...
asked by 14.06.2018 / 18:59
0
answers

pass an image over another image

I have some problems in css I think I have an image that when I move the cursor changes to a text, but I can not get over another image. I already tried position:absolute but it only gave me error. Code: .bgs5 { height: 600px;...
asked by 14.06.2018 / 17:49
1
answer

Error trying to use mysqli_fetch ()

I'm trying to use mysqli_fetch () to transform my result from mysql into an array but php returns me the following message: Fatal error: Call to undefined function mysqli_fetch () This is the function I'm using public function PopulaPerfil(...
asked by 14.06.2018 / 18:44
0
answers

APi Google Maps Custom

Do I need to know how I put it? Tentieusethistutorial link But I wanted to know how to mount custom, with city search.     
asked by 14.06.2018 / 18:45
0
answers

Import file (excel, text), and display in a html page

All, good night. Look, I need some help. I made a presentation of results (print below), where the results are inserted in the notepad itself (brackets in my case) and shown in an html page (html, css, bootstrap). the results appear inside conta...
asked by 07.06.2018 / 23:55