Questions tagged as 'html'

1
answer

Error in the SCROLL function inside the OnClick

Good afternoon Personal, a week or so a customer came complaining that his site link was not working and I could not understand why, because the site was delivered working, it was a link that simply rolled the page . This week I noticed that the...
asked by 10.10.2017 / 15:44
1
answer

Result after update

Hello, I would like a value of 1 after a run in the database, for example I have the function in php: function registrar_pagamento( $pago, $registro ){ require_once "../controller/class.registro_controller.php"; $reg['registro'] = $...
asked by 06.10.2017 / 16:24
1
answer

How to dynamically display the category name of my post within text in wordpress

What PHP function can I use to display the name of the category dynamically in wordpress in the text of my post?     
asked by 06.10.2017 / 20:03
4
answers

Adjustable design for mobile

I would like to know what I'm doing wrong, I want it when the user enters my site through the mobile phone, change some dimensions of my page, background and other things that I will change .. @media screen and (max-width: 480px){ div#con...
asked by 14.09.2017 / 19:46
1
answer

HTML page with two languages

Hello, I am a beginner in the web development world and would like help in designing a small project that I am studying.     The project should contain only one page and I would like to know the simplest way to put two languages for the user to...
asked by 14.09.2017 / 17:57
2
answers

HTML / CSS Element out of place

I do not know where I'm going wrong, but my footer is in the middle of the page. It's my future portfolio, so not everything will be definitive. Other suggestions are welcome. *{ margin: 0; padding: 0; box-sizing: border-box; font-...
asked by 13.10.2017 / 15:23
1
answer

Filter a html table with a button

I have an HTML table for call management <table class="table"> <thead> <tr> <th>Protocolo</th> <th>Problema</th> <th>Situação</th>...
asked by 13.10.2017 / 12:57
2
answers

How to duplicate select without previous option

The code below inserts a new select when clicking the button, but this new list should only consist of the remaining items, ie the new select can not have the option selected no select previous. $(document).read...
asked by 09.09.2017 / 01:28
2
answers

Remove data from within a String

In java I'm reading several lines from an HTML file and in it I have to pull some data and store in variables. And to remove this data I have to remove some tags and data that are within certain patterns. For example, to remove the tags I use...
asked by 09.09.2017 / 14:32
3
answers

Disable and keep hover in click

I have three columns in one of this type <td align="center" height="240" width="380" > <img src="imagens/modelo3_thumbnail.png" alt="" class="imagemModelo"> </td> In my JS, I want the user to place the mo...
asked by 06.09.2017 / 19:36