Página 1 de 1

Insertar tabla crea líneas en blanco arriba

NotaPublicado: 27 Feb 2020, 13:09
por theoldboy
Intenté ingresar una tabla en un hilo hoy, todo funcionó bien, excepto por cada fila que creo, la función de tabla agrega una línea en blanco sobre la tabla. ¿Hay algo que se pueda hacer para corregir esto, por favor?
Perdona mi mal español

example


AcronymGerman WordEnglish Convertion
ACCAdaptive Cruise Control
ADLAssistance Driving Lights


code used
Código: Seleccionar todo
    [table][tr][td]Acronym[/td][td]German Word[/td][td]English Convertion[/td][/tr]
    [tr][td]ACC[/td][td][/td][td]Adaptive Cruise Control[/td][/tr]
    [tr][td]ADL[/td][td][/td][td]Assistance Driving Lights[/td][/tr][/table]

Re: Insertar tabla crea líneas en blanco arriba

NotaPublicado: 27 Feb 2020, 15:06
por cvillajos
Another example:

viewtopic.php?f=1&t=108149#p2111392

<br> tags are inserted Between table and previous paragraph

Regards!!

Re: Insertar tabla crea líneas en blanco arriba

NotaPublicado: 01 Mar 2020, 01:08
por BhEaN
Buenas,

Si, es un problema conocid. Me temo que es un problema de diseño del módulo de generacion de tablas del foro... al sustituir el código BBCODE por el correspondiente HTML, inserta una linea en blanco delante de la tabla por cada fila que tenga la tabla.

No hay mucho que podamos hacer, salvo poner el BBCCODE de las filas juntas en la misma linea. El código es más dificil de modificar en el futuro, pero de esa forma aparece correctamente...

---

Hi,

Yes, its a known issue. This behaviour is a desing issue in the table render module of the forum... the process replace the BBCODE with the required HTML, adding an extra blank line before the table for each row.

We can't do anything, except write the BBCODE in the same line (whithout breaklines). The code is more difficult to modify, but it shows ok in this way.

Ejemplo/Exmaple:
AcronymGerman WordEnglish Convertion
ACCAdaptive Cruise Control
ADLAssistance Driving Lights


Código/Code:
Código: Seleccionar todo
[table][tr][td]Acronym[/td][td]German Word[/td][td]English Convertion[/td][/tr][tr][td]ACC[/td][td][/td][td]Adaptive Cruise Control[/td][/tr][tr][td]ADL[/td][td][/td][td]Assistance Driving Lights[/td][/tr][/table]

Re: Insertar tabla crea líneas en blanco arriba  Tema solucionado

NotaPublicado: 01 Mar 2020, 11:22
por theoldboy
Muchas gracias por tu rápida respuesta
Mientras funcione esto está bien
Saludos

Many thanks for you quick responce

As long as it works this is fine

Regards