Questions tagged as 'html'

1
answer

Is there any relationship between these two HTML elements?

I'm pulling data from a website with Jsoup but I'm not very good at html . I would like to know if there is any relationship between and lin-area-c2 and . If there is one, I'd like to know how to use it to put them in an arrayList , fo...
asked by 14.08.2017 / 18:48
1
answer

Error in the 'content' of css

HTML and CSS Problem:Thecontentofthepelementdoesnotappearonthepage,itfillsthespace,butdoesnotappear...     
asked by 27.08.2016 / 21:44
2
answers

Float element to direct [closed]

How could I float this image to the direct without breaking the page? In this image, the css looks like this: #centro-distribuicao { float: right; width: 550px; }     
asked by 10.08.2016 / 04:21
1
answer

Split table into 4 columns with PHP

I have the code below that prints from 28 to 31 lines (according to the month) and I wanted to instead of printing 1 below the other to make 4 columns of 8 or so the layout gets better. My code <table border="0"> <?php $to...
asked by 25.07.2016 / 08:33
1
answer

Help with jQuery UI tabs

Hello, I'm in need of help with tabs of jQuery UI follows the EXAMPLE In this case, I needed the subCategorias to be "hidden" and when I click on the "Category" parent the subCategorias will appear. Thank y...
asked by 13.04.2016 / 21:00
2
answers

I would like to know how to leave my page with this layout

I need to put this example on my html page using a table or else lists. I would like to know how I do it because I am not getting it and what is the best shape please.     
asked by 01.04.2016 / 15:22
1
answer

Validating form for the same page only when clicking

In this code I'm going to use it on the same page for the result to return to it, how do I validate the form only when I click the submit button? The code below on the same page returns the error that the query field is empty. Noti...
asked by 14.04.2016 / 00:41
1
answer

Combo box with colors

I wanted to make a genre of a semaphore, I have a combo box with 3 options: I liked that each of them had a ball in front with a color (Green, Orange / Yellow, Red), to make identification easier. Do not forget that the ball only appears if you...
asked by 23.06.2016 / 12:17
1
answer

collapse animation bootstrap does not work

Good night, I would like a help ... I am trying to use the collapse of boostrap 3.3 in a row of a table, the code looks like this: <table> <thead> <tr> <th>header</th> <th>...
asked by 06.09.2017 / 00:52
1
answer

How to insert html code inside Javascript? [closed]

I have this code, I wonder if it is correct the way it is? JavaScript code: function texto(){ if(SONome == 'Windows 10 x32'){ window.location.href = 'http://teccitystore.com.br/downloads/eCHEF_Install.exe'; var a_ = '<a cl...
asked by 06.09.2017 / 22:18