Questions tagged as 'html'

2
answers

Which HTML attribute can not be modified?

Using PHP I display a table, in id of each li , I put the id of the record that is in the database. Once they are displayed, I have an option that excludes registration, I do this through AJAX, I get the id of that...
asked by 30.08.2017 / 23:22
1
answer

Open link inside a div

I use a plugin to manage my posts in Wordpress , however I would like to make it open within a specific DIV . Which in which is #main-view . Today it looks like this: target="_parent" Below is the code for the plugin...
asked by 03.10.2017 / 22:58
1
answer

Height alignment of different divs with multiple columns and rows

I'm trying to make a height alignment of different divs (with css only), but after many attempts I still can not get the best answer. In mobile the designer made a carrousel (swiper): Ondesktopitisnecessarytousethisway: Theproblemisasfoll...
asked by 02.10.2017 / 18:40
0
answers

Carousel bringing a table with information from the database

This is what I wanted to know if it's possible to put a table into the carousel, bringing the data in 5 lines, when I complete 5 lines the next data would continue on the next page, it would work there as a pagination of a table. I've tried, but...
asked by 13.10.2017 / 00:26
1
answer

How to change table height?

I'm developing the company website where I work and I need the download table that appears in the site . fill the entire screen. I imagine that height would have to be at 100%, but when I make this change, nothing happens. <table style="...
asked by 02.10.2017 / 15:01
2
answers

Problem - Form HTML + PHP does not send attachment

I need to make an application form for a web page and I need this form to send the information entered by the user and also to attach the attached file. What is happening is that, after testing with my e-mail address on the recipient, I can rece...
asked by 02.10.2017 / 13:37
0
answers

Display the result of a content posted to a table in the mysql database where it already has its css..but it does not work on the frontend

As I said above my script works perfect but when I call in frontend $_POST['descricao']; She did not read the css that comes with this variable. At the bank you are registered like this: <p>Essa parte n&atilde;o &eacute;...
asked by 29.09.2017 / 15:56
1
answer

How to leave column minimum size of a table in css

I need to leave a minimum size in the description column so that very large descriptions break a few lines, I know only to put the fixed size, but not the least it can reach ps: she's responsive!     
asked by 28.09.2017 / 23:19
0
answers

Confirm deletion in modal (HTML + Ajax + PHP)

I have a program here that controls a to-do list that gets written and read through the database (SQL). The main page contains a table and in each row a delete button for each table entry ... I do not handle a lot of Ajax but wanted to use a mod...
asked by 28.09.2017 / 21:07
0
answers

Show and hide of form elements with jquery

I have a form in which 3 questions show the same part of the form, and their answers are yes or no, but when one of them is not and the other yes, it hides the questions of the form that are also valid for the other questions . jQuery &l...
asked by 03.10.2017 / 15:53