Questions tagged as 'html'

3
answers

Print page with Background

I'm working on creating and printing reports with PHP, where a webpage is generated with the content of the report. I would like to put the watermark "CANCELED" when a report is canceled. For that, I'm using an image as a background, but the ima...
asked by 17.01.2018 / 13:17
1
answer

Red item on screen prevent submitting - Javascript / Jquery

I have a view with 3 divs and 20 input number on each line of my div and a input submit . Each line comes from my bank. (For this example I will use only 3% with%). These my inputs number are as if they we...
asked by 07.12.2018 / 14:07
2
answers

How to print the result of a SELECT (php / sql) in a specific place in the HTML page?

Greetings, I have a database with a table of purchase requisitions. In my html there is a panel where the number of purchase requisitions registered will be displayed. I was able to SELECT right and print the results on a blank page. Bu...
asked by 05.12.2018 / 15:19
1
answer

Tips on how to make two excerpts within each wordpress article [closed]

I need tips on how to create excerpts (summaries) in Wordpress, I have a little knowledge on the platform, but still very limited and I do not know where to start. There are two summaries within each blog article, a standard form. Where the c...
asked by 28.11.2018 / 14:00
0
answers

Responsibly embedded videos

Good morning, I'm developing a website and through it you can embed videos from both YouTube and Facebook. The Youtube videos fit perfectly according to the size of the div, the problem is even in Facebook where they appear broken if their heigh...
asked by 29.11.2018 / 14:05
1
answer

Foreach in an HTML table - PHP - CODEIGNITER

Hello, I'm doing the following: Model: public function getLocatarios() { $this->db ->select('*') ->from('tbl_locatario'); return $query = $this->db->get()->result(); } Already in the controller: $dat...
asked by 29.11.2018 / 23:05
1
answer

Push in an Array made by Drag and Drop

I have two divs, one (div2) that contains 4 images that will be dragged to another div (div1) that has a still image. My need is to play the ID values of each image within an array called Response in drop order, ie: If the ID 7 image was placed...
asked by 26.11.2018 / 04:11
1
answer

Dropdown menu does not appear - Project Laravel

I made a layout in which I want to put a navbar where I want to put a dropdown, however the dropdown menu does not appear, just the button there ... I already tried to put Jquery but it did not work, <!DOCTYPE html>             @yield...
asked by 25.11.2018 / 19:41
0
answers

Ajax request is not working, why?

With this script I can show a counter next to <i class="fas fa-bell mr-3"></i> when it has data in db marked as status = unread , and when I click on the icon <i class="fas fa-bell mr-3"></i> it update...
asked by 30.11.2018 / 15:53
1
answer

SlideToggle - configuration in Open and Closed - jQuery

I will present the idea that I want to do on my site and then show what I have already done and what is working correctly and then I will present the problem that I can not solve. If I'm not clear somewhere, I'm going to be super happy to clarif...
asked by 30.11.2018 / 17:06