Questions tagged as 'html'

2
answers

Article stays below its parent container

I am practicing with a web, and I have created a container and inside it I have created one that contains an image, an h4 and a paragraph. The problem is that the section is 380px high, and the article is almost 700px low, as if there was a spac...
asked by 28.12.2016 / 02:25
2
answers

Does anyone know how to pass data from a class to a td tag to form a table?

<table id="list" class="bordered"> <tr> <th>Nombre</th> <th>Apellido Materno</th> <th>Apellido Paterno</th> </tr> <tr> <td></td>...
asked by 27.12.2016 / 12:56
1
answer

Condition in php with function and strtotime does not validate a period of dates

I have a date that I want to condition. 12-27-2016. I want to check if within the period of dates from 20-12-2015 to 12-20-2016 it is fulfilled or not, as well as from 20-12-2016 to 20-12-2017. In the case of the first period 2015-2016, the date...
asked by 27.12.2016 / 22:36
1
answer

Apply edge only to a td [closed]

I have the following two simple tables, what I want to do is apply the border only a pair of elements td but that remain with the same style as when applied to the whole table as such, this is what I wear and can not recreate the s...
asked by 18.12.2016 / 22:32
2
answers

Script for autoclick

I'm trying to make a script that autoclicks a part of an iframe. The idea is this: On my website (web 1) there will be an iframe from another website (web 2). The idea is that when you load the web1, an autoclick is made in a specific part...
asked by 23.12.2016 / 16:37
1
answer

Mark mark in jade does not work

I have the following code that dynamically marks what the user writes, note that pure html is used, but when it happens to jade it does not work var normal, destacado, texto, entrada; function inicializar()...
asked by 23.12.2016 / 16:11
1
answer

Method .html () changes the length of my cell

my problem is as follows I have an option within a table to disable and enable a group but I only use it with a text that changes when I click, this I control from javascript with the following function: var param1 = $(this).closest('tr')....
asked by 13.12.2016 / 22:56
4
answers

Create a form in which when you submit to submit, the written text is uploaded to a server

I have a form <form action="" method="post" class="basic-grey"> <h1>Bible Form <span>Please fill all the texts in the fields.</span> </h1> <label> <span>Your Nickname* :</span> <i...
asked by 12.12.2016 / 18:49
1
answer

Screen scroll is blocked

I have a problem that I do not know how to solve. I have made an App with , css , php , jquery and
asked by 14.12.2016 / 14:14
2
answers

Error backoffice.js: 128 Uncaught TypeError: Can not read property 'replace' of null (...)

When using the function replace() I get this error. I am using it because I am generating html code with user input values with a button. The problem is that if the user enters double quotes (") or simple (') the code is not generated...
asked by 21.12.2016 / 10:02