Questions tagged as 'html'

0
answers

Truncate text inside a string with HTML tags

I have a string column in the database that stores a message. This message is an email, it is in html because when it is rendered by the browser the text can have different styles (size, color, etc ...). How can I count the number of characters...
asked by 16.02.2018 / 19:32
2
answers

Fix the footer of an html page and follow the contents of the page

I need to set the footer tag to the end of the html page, but when the content exceeds the page the tag footer must accompany the content and not be fixed. See the CSS code is the HTML code I'm using for this. header {...
asked by 08.06.2014 / 04:28
1
answer

Replace checbox for radio

I have this code where I create two columns of type="checkbox" : $tabela1 .= '<td> <input type="checkbox" name= "Id[]" value="'.$rows_cursos['Id'].'"></td>'; $tabela1 .= '<td> <input type="checkbox" name= "Id[]...
asked by 16.02.2018 / 10:55
1
answer

Playing js variable in html

I made two date inputs, and when I click "generate" it shows in the console the product that has these dates, but it is a variable, how do I turn a class and play in html? there everytime I call the class it appears, eg: <h2 class="produt...
asked by 16.02.2018 / 14:04
0
answers

Remove Id when clicking and Add when closing

I'm having a problem when I remove a specific Id , when I click the continue reading button. I created btn event, Inside I'm passing the parent parameter and trying to remove the child with the removeChild Follow the code below. le...
asked by 01.03.2018 / 00:01
0
answers

User Evaluation System with unique notes

I am developing an evaluation system for my team's employees. In this case, this system would be done as follows. A user who evaluates can do 5 ratings only. These 5 ratings may be in grades 1-5 and these grades will not be repeated. In other wo...
asked by 22.02.2018 / 04:42
0
answers

Open PDF Internet Explorer

Hello, I need to open PDF from my table on the click button, it is working in all browsers, except in IE, at first it's just convert base64 to something that IE supports, automatic, via javascript, but that's not what I am getting it. This is...
asked by 22.02.2018 / 13:06
1
answer

Loop wordpress in list with classes

I'm doing a loop in WordPress to capture the posts of certain categories and show them as in the image below (image - template in html ). IusedtheWPcodextoseehowIwasgoingtodothis,soIdecidedtodo2differentloops.Oneoftheseloopscapturesthe...
asked by 21.02.2018 / 15:05
0
answers

Identify browser (php with PDO) [duplicate]

People, good afternoon, I would like to insert in my index a code to identify the browser that the user is using and, if it is Internet Explorer, automatically be redirected to a page called "ie.html" The server side language is PHP with PDO...
asked by 21.02.2018 / 18:14
0
answers

Why is this in javascript / html / css slow to mobile?

I've done a lot of research, I've already moved the code but nothing helps ... can you tell me why this game is working on the mobiles, and some way to optimize it? full code: link demo: link     
asked by 21.02.2018 / 15:03