Questions tagged as 'html'

1
answer

Show data from the mysql database on a php / html page

I have a problem while displaying data from a database table on the screen. I was able to show the data but I can not skip the line, show the data sequentially, code below.      $sql = $connection->query("Select * from usuarios"...
asked by 13.09.2018 / 21:17
1
answer

JQuery Tab System Javascript

I have a system with tabs in JS / JQuery , which unites it with Owl.Carousel , I have tried everything to fix the error and I do not understand what may be causing the conflict. When I load the page, and I change the tab for the first tim...
asked by 15.09.2018 / 08:20
1
answer

Add and remove classes in Angular

I have a card that will appear on certain occasions. As effect I am using the bootstrap design material to give a ZoomIn. I'm using ng4-clickout so when I click outside my element it will apply the ZoomOut class and disappear with the element....
asked by 14.09.2018 / 13:37
1
answer

Error using Telerik RadTreeList

I'm trying to use RadTreeList in a WebForms application with MasterPage unsuccessful because error occurs in html tags: Linha 59: <qsf:ConfiguratorPanel runat="server" ID="ConfiguratorPanel1" I have tried to change from: <qs...
asked by 24.10.2018 / 17:12
1
answer

Consulting in Eloquent

I have a script in laravel which in eloquent I need to put a condition in eloquent instead of selecting all as it is, I need to select it according to the id of the user. I checked that I should use Event :: find instead of Event: all (), but...
asked by 19.10.2018 / 19:34
2
answers

Prevent DIV from changing a defined size

I'm trying to assemble an HTML page to print a label with 80mm x 40mm. It's working fine, but when the person's name is too big the label loses alignment, consuming 2 tags. I need to lock the size of the div , and if the text is bigger...
asked by 19.10.2018 / 16:25
1
answer

Place the checkbox label on the left of it [closed]

I'm trying to put the checkbox label on his left but I can not, could you help me? <label> <span>Text goes here</span> <input type="checkbox" class="checkbox style-2 " checked="checked"> </label>...
asked by 19.10.2018 / 23:22
1
answer

Copy by Javascript and HTML tags

I have four HTML files and inside of them have multiple tables <table> . I'm trying to put at the end of each of these files a code to just copy the tables, so that later I can paste in excel and go organizing. I am not able to c...
asked by 10.09.2018 / 15:17
1
answer

Slide Transition

I have this automatic slide transition (Internet template) code. I would like to know how I would put the "Fade" effect. <img class="mySlides" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSFh65LFf2UPsjvNxBuBISj4C4WC3K9FtKfc1_v...
asked by 11.09.2018 / 01:18
1
answer

Select mobile navigation

I have a responsive site with INPUT's and SELECT's items, but by navigating Chrome Android, by the GO KEY key of the virtual keyboard, when I'm focused on an item, and the next navigation item is a type <select> it skips this item a...
asked by 10.09.2018 / 23:59