Tealk Member Mar 4, 2019 #2 I've solved it this way: CSS: // template: tl_groups_bb_code_group.html div[style="text-align: center"] .groupBbCode--wrapper { margin: 0 auto; } div[style="text-align: right"] .groupBbCode--wrapper { float: right; } And I have thought about something else so that the text is around the preview. Unfortunately "Strike-through" had to abuse for it. CSS: s .groupBbCode--wrapper { float: left; } Last edited: Mar 4, 2019 Tealk Member Mar 6, 2019 #5 Tealk said: And I have thought about something else so that the text is around the preview. Unfortunately "Strike-through" had to abuse for it. Click to expand... TealkIt would look like this:
I've solved it this way: CSS: // template: tl_groups_bb_code_group.html div[style="text-align: center"] .groupBbCode--wrapper { margin: 0 auto; } div[style="text-align: right"] .groupBbCode--wrapper { float: right; } And I have thought about something else so that the text is around the preview. Unfortunately "Strike-through" had to abuse for it. CSS: s .groupBbCode--wrapper { float: left; }
Tealk Member Mar 6, 2019 #5 Tealk said: And I have thought about something else so that the text is around the preview. Unfortunately "Strike-through" had to abuse for it. Click to expand... TealkIt would look like this:
Tealk said: And I have thought about something else so that the text is around the preview. Unfortunately "Strike-through" had to abuse for it. Click to expand... TealkIt would look like this:
Truonglv ♥♥ √εgετα ♥♥ Staff member Tech Support Mar 5, 2019 #3 I don't think center are works with complex html.