A ver ésto:
Estilo (un tiddler etiquetado con $:/tags/Stylesheet):
.contenedor {
display:table;
}
.texto, .traduc {
display:table-cell;
text-align:justify;
margin:2em;
padding:2em;
}
.texto {
font-style:italic;
}
.traduc {
border-left:solid 0.5em #00c;
}
En el tiddler:
<div class="contenedor">
<div class="texto">
<$transclude tiddler="Texto-1" mode="block"/>
</div>
<div class="traduc">
<$transclude tiddler="Texto-2" mode="block"/>
</div>
</div>
Espero que te sirva.
El jueves, 13 de abril de 2017, 11:21:18 (UTC+2), Juan Palomo escribió:
>
> Hello everyone!!!
>
> I am trying to make a tiddler with two columns of text to put lyrics and
> their translation to the side. I have tried it in several ways and I can
> not.
>
> -The first way I've tried is with the following code:
>
> *<div style="padding: 10px; float: left; width: 45%; text-align:
> justify;">Texto de la columna (lado izquierdo)</div><div style="padding:
> 10px; float: right; width: 45%; text-align: justify;">Texto de la columna
> (lado derecho)</div>*
>
> The problem I have with this form is that the text overflows the tiddler
> and looks bad. What is there to add so that the text does not overflow
> the tiddler?
>
> -The second way I tried with this code:
>
> <div> <table style = "border-width: 0px;" Cellspacing = "20" cellpadding
> = "50" border = "0">
> <Tbody> <tr valign = "top">
> <Td width = "50%"> Text_A
> </ Td>
> <Td width = "50%"> Text_B
> </ Td>
>
> In this second case, what I do not like is to see the edges of the cells. How
> can they be deleted or hidden?
>
>
> Thank you.
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/1fea1d5f-c8d1-401d-bd05-0360e75ebba3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.