Un foro de discusión para nuestra comunidad de hispano hablante
By gguerrero
#824699
Estimados,

Estoy tratando de agregar más espacio entre las filas de los formularios, cambiar el tamaño y grosor de las fuentes y no he encontrado la forma, sé que se podía utilizar una función .css(), pero no he logrado realizar lo que quiero. Alguno me podría ayudar con documentación o un ejemplo, por favor.

De antemano muchas gracias.

Saludos
User avatar
By amosbatto
#824702
En un Output Document, puedes editar el HTML y agregar style="margin-bottom: 1.0em;" or style="margin-bottom: 10px;".
Por ejemplo:
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
</head>
<body>
<p style="font-size: 1.6em; line-height: 2.2em; margin-bottom: 2.2em;">First Name: @#firstName</p>
<p style="font-size: 1.6em; line-height: 2.2em; margin-bottom: 2.2em;">Last Name: @#lastName</p>
<p style="font-size: 1.6em; line-height: 2.2em; margin-bottom: 2.2em;">Address: @#address</p>
</body>
</html>
En un dynaform, puedes usar este JavaScript:
Code: Select all
$("div.row").css("margin-bottom", "10px");

Thanks for the link, amosbatto! I was searching fo[…]

Hello Please can you help me with the place where […]

Hi there, I have 3.5.7, 3.8.1 and 3.8.2 versi[…]

AI bot development involves creating intelligent b[…]