Questions tagged as 'html'

1
answer

Foreach with the mPDF library

Hello! I have a chatinho problem that I can not solve. I need to include a foreach in my report using the mPDF library, however I did not find a way to do this in the middle of the HTML code that I enter. This is my code: public function gerar...
asked by 05.09.2018 / 21:45
0
answers

Slick with FlexBox CSS3 not working

I would like help with the implementation of Carousel Slick with Flex Box CSS3 When I enter more than one slide, the structure loses the default. I currently have the following codes: 1.HTML <article class="mainCarousel"> &...
asked by 02.09.2018 / 04:38
1
answer

Error while trying to list employees on the project sale screen

I have the following error accessing the sales completion screen, it does not show the registered employees, but the clients show. Screenshot: View:<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML...
asked by 02.09.2018 / 07:14
3
answers

Align image with text

How can I make a similar result? Ineedtoaddthoselinesasintheimage,andleaveTags(whichisanimage)alignedwiththetext,asintheexample.<div><imgsrc="<?php echo IMAGEPATH; ?>services/tag.jpg"> <p> Lorem ipsum dolor sit amet...
asked by 06.05.2015 / 19:57
1
answer

Paste HTML element via Javascript using getElementsByClassName

What is the problem with this javascript code? The function always returns error. <!-- IMAGEM --> <img class="coverPhotoImg photo img" src="ABC.JPG" alt="Foto 1"> <!-- IDENTIFICAÇÃO ---> <span class="hidden_elem enableFrie...
asked by 26.07.2015 / 00:37
0
answers

Can I Use WordPress as a Back-End

Hey guys, I have a frequent question about WordPress and Web Design. I make websites using HTML, CSS and JavaScript / Bootstrap 4, SASS and etc. But not the backend end, you could use WordPress as your backend. For example, I make the form in HT...
asked by 29.08.2018 / 01:46
0
answers

PHPMailer: Error sending from Linux server [duplicate]

I configured an HTML page to send email with PHPMailer, and on my Windows 10 computer it sent it normally, but on the online server in Linux it returns the SMTP error: "SMTP connect () failed. link " I think it's a security or port variabl...
asked by 27.08.2018 / 21:59
0
answers

Site integration with Excel worksheet

Hello, I would like to know if you can use an excel spreadsheet already configured with formulas and records as a "database" for a website. The intention is for the person to access the page, enter the data and send it to that worksheet. With...
asked by 08.09.2018 / 04:37
1
answer

Bootstrap - How to align a Card horizontally inside a foreach?

<article> <div class="container"> <div class="row"> <div class="col-12 col-md-6 col-lg-4 mb-3 mb-md-0"> <?php foreach ($publicacao as $pl): ?...
asked by 08.09.2018 / 19:43
0
answers

How to do if not repeat the function for those who already reached a number

I make a call in the DB from the API to see the sales percentage data for a store's branches, and if the percentage is greater than or equal to 100% I should play a song and change its color to green. And I use the schedule ( link ) > to...
asked by 23.08.2018 / 17:34