Questions tagged as 'html'

2
answers

Related news on site [closed]

Hello, I would like to know how I can put related news on my site type I have a session on my site called "POLITICAL NEWS". and the person clicking on the news will see other news about politics below? type: a < section > or < article &...
asked by 02.03.2018 / 15:02
1
answer

How to delete a TAB and its Div and check if it is the last item?

Here is the code for my attempt: $(function() { //for que inicie o tabs e depois de um refresh em todos os tabs existentes. for (var i = 0; i <= 9; i++) { for (var j = 0; j <= 9; j++) { for (var k = 0; k <...
asked by 01.03.2018 / 22:50
1
answer

Place fields text inline bootstrap [closed]

<label class="control-label col-md-3 col-sm-3 col-xs-3" for="last-name">*</label> <div class="form-group"> <div class="col-md-3 col-sm-3 col-xs-6"> <label> <input type="number" id="" name...
asked by 02.03.2018 / 20:39
2
answers

Placing keywords on my site pages

I am a beginner and I do not know what his name is ... I wanted some explanations / definitions of words / terms in some words of my site. Type the user hover the mouse over the word and open type a tooltip with the definition / explanation. Has...
asked by 04.03.2018 / 21:58
1
answer

Jquery - Retrieve the value of a 'td' and insert inside a Text

Good evening, Next, I have a table from which I generate the data from mysql, I want to get the value of td, and insert inside a TEXT that will appear inside the table TD with the value that was there so that it can be edited and updated in t...
asked by 22.02.2018 / 00:44
2
answers

Anchor link not working HTML

Good afternoon, I'm doing a project site and it has those links that take you from one part of the page to the other, but it's not working right. I put the link as <a href="#violao"> <div class="col s6 m3 valing-wrapper" id="...
asked by 22.02.2018 / 17:57
2
answers

How to leave list items side by side?

I'm learning HTML through a Caelum workbook, the problem is that for some reason the page stayed like this and not with the list elements one next to the other. I used position for that. HTML code: header { position: rel...
asked by 23.02.2018 / 19:51
1
answer

I can not validate the image extension using charAt

I'm trying to do a simple validation on the extent of the images that will be uploaded, but it's not working very well so far, could you help me? Follow the code I'm trying to get it to work. var aoptionFoto = document.getElementById("optio...
asked by 14.06.2018 / 09:15
1
answer

Show variable in specific place with a div

I have this while where I created a variable before the while to get the total of a column: $Total = 0; while($rows_cursos = mysqli_fetch_array($resultado_cursos)) { $teste = $rows_cursos['Horas Consumidas']; $Total = $To...
asked by 09.04.2018 / 17:13
1
answer

display jpg image saved in bank (oid) postgresql for html

I saved an image in the postgresql database with the type OID and now I want to display this image on an html page tagged. I checked that through lo_export I can send to a folder and read from there, but I wanted to read it directly without havi...
asked by 10.04.2018 / 23:16