Questions tagged as 'html'

1
answer

Vertical text in a TD CSS does not fit edges

I need the text that I have inside a td appear vertically from bottom to top, I get the address but since the td has a background color, I get out of the border line that I put on the td ... I found already own functions of the css as: writing...
asked by 31.01.2018 / 21:38
1
answer

How to change the orientation of the page with the mPDF library?

I have a problem with a pdf generated with the mPDF library, I need to change the orientation of the page from vertical to horizontal ... can someone help me?     
asked by 02.02.2018 / 19:23
2
answers

Select all odd elements, but nth-of-type (odd) does not help [closed]

I'm doing an exercise in which I have to color all the odd items in one color and the pairs in another. As I have each article separated by section , I have implemented in CSS the following: section:nth-of-type(odd){ background: #D...
asked by 30.01.2018 / 20:17
1
answer

Receive different values of a PHP variable in HTML text

I want to store this: <?php foreach($query3 as $row3) { $calificacionaldrete0->$row3->totalm0; $calificacionaldrete15->$row3->totalm15; $calificacionaldrete30->$row3->totalm30; $calificacionaldrete45->$r...
asked by 01.03.2018 / 18:32
1
answer

Change of html between desktop and mobile safari

I'm programming a page and in a certain section you have a p to place two phone numbers. However, when I open the page in iphone safari, the html has an extra href, which I did not write. on the left is the code on mobile and the right on the de...
asked by 05.10.2018 / 21:34
1
answer

Create a table from a foreach loop with order

I need to create a table where the week numbers are the columns and the employees are the first column, like this: But from an array in php like the following: /** * [$key Año] * [$key2 Semana] * [$key3 Empleado]...
asked by 02.10.2018 / 15:30
2
answers

How to get the name of an element [1], element [2] with jquery

I have selectors who have a name: <select name="selector[]" id="selector"> <option value="1">Valor 1</option> <option value="2">Valor 2</option> </select> <select name="selector[]" id="selector">...
asked by 19.03.2018 / 20:07
2
answers

Consultation of Inner Join to the same table

in advance thanks:) I have a small question, I must take the data from an id that is in the table using phalcon with mvc. The question is this, my table is this: |-----------|-----------|----------|--------------|----------------| | idus...
asked by 22.03.2018 / 21:43
2
answers

How to get the text of an HTML tag with simple_html_dom.php

I'm trying to get the text that contains certain tags within the HTML on a page, I'm using html_simple_dom.php that I thought was good for this. Without more I leave an example of my problem. This is the function in php <?php requir...
asked by 09.01.2018 / 03:34
1
answer

Render HTML saved in a SQLServer database field

I have HTML saved as Varchar in a SQL Server database. I'm trying to insert this HTML in a view but in doing so, it is passed as text and not as HTML (BUT, HTML adds double quotes at the beginning and end, which does not allow rendering. Th...
asked by 14.02.2018 / 17:08