Perfect!!!

By modifying the code you sent me, I have managed to put the original song 
directly and translated directly into a tiddler.

Greetings (Muchas, muchas gracias)


El jueves, 13 de abril de 2017, 16:08:22 (UTC+2), fran....@gmail.com 
escribió:
>
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/2a48e5db-740d-45bd-887a-2766d23ca886%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to