Questions tagged as 'html'

2
answers

Use links in geometric shapes

I have the following code: .menu .trapezioinvertido{ float:left; border-top: 70px solid #c1c1c1; border-left: 30px solid transparent; border-right: 15px solid transparent; height: 0; width: 120px; color:#000; text-align:...
asked by 24.11.2015 / 18:33
4
answers

How to add spacing in the rows of a table?

I need to draw a table with the following characteristic: Each line has a margin-bottom of 8px . The highlight in red is the distance between the lines. The point is to be able to add only where I want. The problem of the border-coll...
asked by 05.03.2015 / 21:29
3
answers

Problems with the structure of links in MVC

I'm working on an MVC project and I'm having trouble redirecting pages. The project is based on controllers and actions , which have the proper functions that call these files and call their methods, in this case actions. This is the HTML...
asked by 11.11.2014 / 14:09
3
answers

Angular js Array inside another array

How do I print an array inside another array, in console.log it looks like this: Array[5] 0:Array[10] 0:Object 1:Object 2:Object 3:Object 4:Object 5:Object 6:Object 7:Object 8:Object...
asked by 21.11.2016 / 15:03
3
answers

Pivot table with row and column addition

Is it possible to create a table with the addition of rows and columns? According to the image, the situation is: - Start a table with 3 columns and a row; - Considering that the first line and the first column would have to be editable (being p...
asked by 14.06.2017 / 22:38
2
answers

Change iframe height with external src depending on content height

I have an iframe where src points to an external domain After the content is loaded, a portion is hidden because the iframe does not fit the content. Since the iframe has an external src, I can not manipulate its content in order to get th...
asked by 13.01.2015 / 21:17
2
answers

How to use a property of a tag using JQuery

I have a dynamically populated component <select id="selectTeste"> <option value='1' exigeIdade='true'>item 1</option> <option value='2' exigeIdade='true'>item 2</option> <option value='3' exigeIdad...
asked by 12.07.2017 / 21:46
3
answers

How can I decrease the size of this function?

It's a simple function, but it's starting to turn a monster, the only thing that changes is the number at the end of each word. Does anyone have any tips on how to shorten this code? Without minify Note: I do not want to decrease the size in KB,...
asked by 26.09.2017 / 19:00
3
answers

Two conditions in the same loop if () javascript

I can not prevent the submit button from performing your action if the information you entered is not the same, could someone help me? HTML <form method="post" action="php/cadastro.php"> <span class="form_title">Cad...
asked by 02.08.2016 / 19:50
3
answers

Error: "You have an error in your SQL syntax" [closed]

I'm getting the following error when time to perform a query to insert data into a table in the database:    You have an error in your SQL syntax; VALUES ('Refined Sugar', '2', '') 'at line 1 My code: <html> <head>...
asked by 06.03.2014 / 01:48