Questions tagged as 'html'

1
answer

How to hide button element using only CSS? [duplicate]

I am trying to use the display: none property on the button element, but it does not work. If I put it in the class it works, eg: .btn { display: none; } But if I put the element button it does not work: b...
asked by 16.08.2017 / 21:08
1
answer

Use delete method with express

Hello, I'm trying to send a value of a form (id) that will be handled by the expression (I do not know the technical terms for this, if you can help me too), I've tried a lot but I can not pass the id parameter on action and do not access the app...
asked by 16.08.2017 / 20:34
1
answer

How to make a search field with form_tag in rails?

Hello! Good afternoon. I'm an information systems student and I'm doing a small project where I need to put a form to fetch the Product template objects that exist in the database. Product template: class Produto < ApplicationRecord be...
asked by 07.06.2017 / 20:12
1
answer

Each row of the database enters a separate DIV

Good afternoon I'm trying to make a MySQLi query, that is, I want each row of the database to go into a separate div, I searched and did not find anything similar to what I think it gets in a difficult way to understand HTML code <div id...
asked by 07.06.2017 / 19:40
2
answers

Remove checked elements in checkbox (JAVAScript, PHP)

I'm working on a car registration project in which I need to change my delete button that was generated for each new vehicle registered by checkbox so that more than one element can be deleted, I changed the input value to checkbox and I already...
asked by 17.07.2017 / 20:29
1
answer

Div showing content by clicking button

With this question already I researched several codes here but none worked, I have a button in the center of the screen and when I click I want it to show a specific test that is in a div, but what I write in the div is on the home page and the...
asked by 17.07.2017 / 13:36
2
answers

Get line item except one column

Hello I'd like a help regarding clicking a table. When I clicked on the line the data would come from this row except when clicked on a specific column (column 3 for example), because I want to do another action in the column in question....
asked by 13.07.2017 / 22:54
1
answer

Put div next to div

Well, I have the div items and the div items2, which are both inserted by 1 div. What I wanted to do was to align the div items and the div items2, since the div items2 always stays below the other. What's happening: link Code: &...
asked by 29.05.2017 / 16:16
1
answer

Error converting HTML to PDF using XMLWorkerHelper

While exporting the HTML file to PDF using iTextSharp and XMLWorker error occurs in some situations saying that certain tag is not closed and searching I found this post My application queries an SQL table from where it returns saved HTML...
asked by 29.05.2017 / 18:49
1
answer

How to put a div over another with responsive?

Galera, I'm a beginner, but I managed to make a 'gallery' for myself, but I'm having trouble putting an image and a text on the items in that gallery. As you can see in the code below, when I set a HEIGHT, it gets a huge edge on between the firs...
asked by 07.07.2017 / 19:49