Posts by Rick • 13 points
4 posts
-
0
votes0
answers389
viewsQ: font-face url does not load
First of all, I warn you that I did not find anything in the searches that could solve my problem. These are the paths of folders and files: _pasta_da_html pagina.html arquivo_da_fonte.ttf…
-
1
votes1
answer833
viewsQ: Play and Pause button in image animation using Javascript in HTML
<style type='text/css'> #animation img{ display: none; } #animation img:first-child{ display: block; } </style> <script type='text/javascript'> //<![CDATA[ onload = function…
-
0
votes0
answers93
viewsQ: Change XML numbers using PHP file with form
The following PHP code performs a click search and displays all required XML data, however, even with the PHP script to increase and decrease XML values in 1, when clicking on + or -, it just…
-
0
votes1
answer612
viewsQ: Edit specific XML data with LOOP using form in PHP file
I’m having some problems trying to edit specific data (with LOOP) of XML with form in a PHP page. PHP file: input.php (no loop) <meta charset="UTF-8"> <?php if(isset($_POST['submit'])){…