Difference between revisions of "Agregar select record"
(Created page with "<big>Utilizando tablas</big> <pre> '<table>'/ '<td>',@select_record.pft,'</td>' '<td>'COLOCAR AQUÍ TODO EL FORMATO DE DESPLIEGUE'</td'> '</table>'...") |
(No difference)
|
Revision as of 10:34, 25 January 2020
Utilizando tablas
'<table>'/
'<td>',@select_record.pft,'</td>'
'<td>'COLOCAR AQUÍ TODO EL FORMATO DE DESPLIEGUE'</td'>
'</table>'
Utilizando dos divisiones horizontales
'<div style="display: flex;">'
'<div style="flex: 0 0 20px;vertical-align:top;">'
,@select_record.pft,
'</div>'
'<div style="flex:1;vertical-align:top">'
COLOCAR AQUÍ EL FORMATO DE DESPLIEGUE
'</div>'
'</div>'/