Questions tagged as 'html'

2
answers

I can not apply the ellipses well with CSS

Is that I'm trying to apply the ellipses to a "p" with miltiline, I put the points well, but I do not disappear the remaining text, I do not know what it may be, I put my code so please help me by validating what am I doing wrong. p {...
asked by 01.11.2018 / 22:35
3
answers

Error with query Select Option in database

The select does not work with a value that I want to appear from the database. I have doubts about my code, what I want to do is that the value of a record appears as a value first in the select. My code: <?php include ("../../conexi...
asked by 10.11.2018 / 04:40
1
answer

several divs with overlapping background

I'm trying to make a background for a header that with a parallax effect in multiple layers of backgrounds creates a 3d effect. The problem is that the div where the layer is located never has a height greater than 0 pixels, so you never see the...
asked by 10.11.2018 / 02:54
2
answers

Modify elements of father page iframe

Hello friends, I have a question, I have the following html statement <iframe class="buscador.html"></iframe> This loads me searcher.html , what I want to do is that by pressing a botón of searcher.html I...
asked by 24.10.2018 / 18:59
1
answer

Highlight text in the cell of an html table when clicking

The problem is that I have a html dynamic table, and I want to put in bold the text of a specific cell when I click on the row. try using jQuery, but it's still a bit complicated for me Does anyone know how you could do that? Excuse me if it'...
asked by 24.10.2018 / 18:05
1
answer

Find what there is to modify when reading in a txt file

I have a txt file that contains this:    How many times do you access the Internet?       More than once a day | 32       Once a day | 12       Once a week | 16       Once a month | 14       I do not agree | 15 And in the index.php:...
asked by 11.10.2018 / 17:00
1
answer

Run scripts created in the html from html

I'm starting with the issue of scripts in html and I can not get this to work: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Tests</title> &l...
asked by 15.10.2018 / 18:15
1
answer

Leave the form option selected

With .php and javascript how could I leave selected the option that the user selected in a form, after giving the input button to process the fields? You get the value you selected, but I do not know how to get to the option and setAttribute...
asked by 14.10.2018 / 20:26
1
answer

Real-time table query made by php

I have a table created in HTML with PHP and MySQL, and I need that with a input to do a search in real time of that same table, will it be possible? Here the code: Body of the page: <div id="main"> <div id="he...
asked by 07.10.2018 / 17:36
1
answer

Problem with javascript in visual studio

It turns out that I have a function in Javascript that formats a number entered in a text box, for example: if I enter 1324, it is formatted at $ 1,234 (Chile weight format). All of the above works very well, but in the sublime editor. I work in...
asked by 07.10.2018 / 18:09