Questions tagged as 'html'

2
answers

HTML - Custom font and style not working properly

Hi, I have a web-art gallery with several parts. In all of them I have defined a header that uses a customized font, however in some it shows well and in others it does not. To check this is my website: link is the main page, it looks corre...
asked by 13.11.2016 / 21:28
1
answer

The email arrives, but with the fields that the user has filled in empty

good, I have this problem with my form at the time of putting send check my email and I get a message but with empty fields someone knows how to fix it? attached code <?php // Check for empty fields if(empty($_POST['name']) || emp...
asked by 12.11.2016 / 03:02
1
answer

How to get the servlet response html code

good afternoon engineers, I need to catch the html code of a servlet to be able to show only fragments of information, I do not pretend to modify any content, much less affect, I just need to show specific information, I attached an example imag...
asked by 05.01.2017 / 22:55
1
answer

Modify a URL in a sumit without losing the page_id Wordpress

I have a website and in it some functions that collect some data and then send them to a URL with a submit, the html is the following: <span class="nearest"; style="color: white; font-size:15px; font-weight: bold"> <form action="htt...
asked by 06.01.2017 / 03:43
2
answers

Incorrect format when generating JSON in PHP

I'm having trouble creating an array to pass it to JSON format. When traversing the result of a query in the database, I assign the values to an array. After this, I format the JSON by putting a header to the list of values. The problem is...
asked by 05.11.2016 / 14:03
1
answer

Highlight expired dates in input date

Is it possible to list dates, highlight those that are due? To make it easier to locate them. For example 2016-10-29 2016-10-01 2016-10-29 2016-10-29 2016-10-29 2016-10-29 That the date 2016-10-01 is highlighted in red     
asked by 18.10.2016 / 21:04
3
answers

Problem with bootstrap columns occupy space in lower columns

My problem is to dynamically generate columns of type "col-md-4" but if one exceeds the content as seen in the image causes the following columns to skip that space. What I'm looking for is that it respects the space of the div above and d...
asked by 18.10.2016 / 17:37
2
answers

Scroll down when I click

I want the scroll to go to the bottom of the site (or at least 100px) when I click on the calendar, to be able to see the reservation options. I'm using the following code, but it does not do anything and in the Chrome debugger it does not sh...
asked by 13.12.2016 / 19:37
2
answers

Horizontal scroll in Select for any browser

I want to add a horizontal scroll in a select element. The code that I show you below works properly in chrome, however it does not work in firefox or ie. <html> <head> <link rel="stylesheet" type="text/css" href="estilo.css"&...
asked by 13.10.2016 / 22:19
4
answers

How to add a href using jquery

I am trying to add a href to a div I have the following code: <div class="field field-name-field-palabras-clave field-type-text field-label-inline clearfix"> <div class="field-label">Tags:</div> <div class="field-items">...
asked by 04.09.2016 / 03:13