Questions tagged as 'html'

0
answers

problem when retrieving folder image to show it, not inside

My problem is that when I load an image even in a folder if it is saved in the folder from the form, but when I want to read it, it does not locate it and it is not the problem if in my bd the folder's address is being saved where my image is ho...
asked by 12.05.2018 / 13:30
1
answer

How can I manually paste code into a field?

I want to create a table in a database to be able, in one of the fields, to paste html code, this code varies in size but always has between 200,000 and 400,000 characters. I want to paste it manually with Phpmyadmin but as for this type of f...
asked by 04.05.2018 / 05:09
2
answers

Does the CSS serif font change depend on the device?

I know that the sources (typograficas) serif are a type of sources. Now my question is in CSS when you put a paragraph to the source type font-family: serif; which source it takes. I would like to know if this changes in different...
asked by 27.07.2018 / 17:19
0
answers

To be able to answer email received from form without field "for" (email_from)

I have a contact form running on my website but it lacks a detail to fix. When receiving it in my mail tray it shows me the requested fields that are Names, telephone email and message of the client. But when I'm going to answer it, I do not get...
asked by 05.05.2018 / 01:44
1
answer

How do I make sure that my fixed header does not overlap the images?

<DOCTYPE HTML> <HTML> <HEAD> <TITLE>TITLE UNICOLOR</TITLE> <STYLE> *{padding:0; margin:0; list-style:none; text-decoration:none; color:inherit;} HEADER{width:100%; height:8%; border-...
asked by 01.05.2018 / 09:52
1
answer

Jquery library does not work correctly

I have this nested combobox that works with php and mysql: <script language="javascript"> $(document).ready(function(){ $("#bl3").change(function () { //$("#bl3 option:selected").each(function () { $("#bl3")...
asked by 02.05.2018 / 05:28
2
answers

Error with dropdown menu (not displayed)

I'm using the flatly bootstrap theme to create a web. Flatly Theme The fact is that I have put a navbar and until then everything is fine when putting a drop-down element does not unfold and when I put it in mobile mode the drop-down button is...
asked by 02.05.2018 / 07:50
0
answers

Warning: mysqli_fetch_array () expects parameter 1 to be mysqli_result, boolean given in line 34

I make a module where you can filter the records by different fields Control No. id_Control , Company Type idctg_empresa and by Shift idctg_turno . In my DB is designed so that in my table trabajador have foreign keys o...
asked by 02.05.2018 / 22:08
3
answers

How to preload while loading something

When you load the page, there are things that take time to appear; so while loading a preload appears, it is not necessary to write the code of a preload, just put // Preload here. Pliz for example this sector with php. <section id="post"&g...
asked by 03.05.2018 / 04:36
0
answers

Problem with the menu collapse

I have two menus, one is invisible to see the content below (as long as the responsive design allows it) and another with a dark blue background, which will be the browser to use when the screens are not so large or Scrolling down. I'm doing...
asked by 30.04.2018 / 10:04