Questions tagged as 'html'

1
answer

How to break the table row with mysql data

Hello, I made a request system and I would like to know how I can do to break the line after the commas. So when I print the application in the kitchen it comes as follows Tambaqui Rib: 1 Fake Smoking: 1 Fanta Orange: 1 Fanta laran j...
asked by 29.01.2017 / 00:27
1
answer

What web language is used in websites to make effects? [closed]

How do developers produce these sites with so many effects and all modernity? Are they specific languages? Frameworks ? Plugins ? Examples: link link     
asked by 15.12.2015 / 01:28
1
answer

Fill list from an input

I have input that after filling in and pressing Enter , it creates a list with checkbox 's. The problem is that when it is populated again, it edits the list item already created and I want to create a new item, do not edit the pr...
asked by 18.11.2015 / 16:52
1
answer

Alignment of css html text

How to adapt a text on a photo, where will it start at the bottom of the photo or div and rise by the size? example below:     
asked by 01.01.2016 / 22:29
1
answer

php Fatal error: Can not use object PHPMAILER of type as array

I'm having trouble sending email. Code <?php #inclui a classe PHPMAILER include("phpmailer/class.phpmailer.php"); //pasta em que a classe se encontra #instancia o objeto $mail = new PHPMailer(); #enviar via SMTP $mail->IsSMTP(); #se...
asked by 04.04.2016 / 20:36
1
answer

WordPress or Site made without CMS? [closed]

I wanted to know if it is better to make a website for WordPress or to do it without CMS, since I am creating a technology news website and so on. If it's easier to use WordPress or the regular site without CMS.     
asked by 16.12.2015 / 06:06
1
answer

Non-clickable link

I'm creating a site and I'm having a problem, I have a tag link but I can not click on it. If I put it anywhere else the code works, but in that specifies no. (the link I'm quoting is this "Learn more") <section class="ftco-section-2...
asked by 14.08.2018 / 20:07
2
answers

I need help on two PHP exercises [closed]

Display the sum of integers between 1 and N, where N must be entered by the user through a form Display leap years between a range entered by the user.
asked by 16.09.2017 / 21:05
2
answers

How to catch event that closes the browser?

I am trying to clean up my localStorage before the window is closed and in that I tried to use window.unload and also window.unbeforeload. However, when using them they clean up the localStorage if I just reload the page. How can I be firing...
asked by 17.11.2017 / 16:40
0
answers

Prevent editing or html of a div [duplicate]

In a blog, when someone gets a template of mine and is to remove or edit a part of the html I want it redirected to my url, however, it is not the id, or text is the html of a certain div that is important to me. #remove {height:30px;} #remo...
asked by 15.09.2018 / 19:42