|
|
#1 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Jan 2026
Device: none
|
Hi there,
I'm fairly new to eBook creation and have some of the basics down but I've run into a problem with the latest one I'm working on. I am trying to have three separate pieces of text in the same line appear right aligned, center aligned, and left aligned. I have class styles for each piece of text with their specific alignment that are used elsewhere in the book and work fine, however Sigil doesn't seem to like having three separate classes in the same line despite using <span> tags to separate them which should work in theory, right? Am I using the <span> tags incorrectly? I have even tried to simplify the HTML using style tags and simply floating each piece of text where I need, however it doesn't seem to want to centre align the middle piece of text at all. I hope this makes sense and I have included a screenshot of the simplified version to illustrate. Any help would be amazing! |
|
|
|
|
|
#2 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,781
Karma: 9501034
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
|
I would use a single line ,3 column table and format each cell as required
|
|
|
|
|
|
#3 |
|
Addict
![]() ![]() ![]() ![]() ![]() ![]() Posts: 331
Karma: 516
Join Date: Nov 2015
Location: Europe EEC
Device: Kindle Fire HD6 & HD8
|
I don't think float can take the value 'center'. But you can achieve the result you want by putting the line concerned in a <p> with a class defined as 'center' and then within that <p>, using spans to float your words left or right.
For example: Code:
<p class="center"><span style="float:left">lorem</span>ipsum <span style="float:right">dolor</span></p> Code:
p.center {text-align: center;}
Last edited by philja; 01-06-2026 at 04:44 PM. |
|
|
|
![]() |
| Tags |
| css float command, help needed, sigil 2.6.2, text alignment |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Force text alignment | HHJT | ePub | 28 | 03-31-2018 02:13 PM |
| Text alignment in Hebrew | odedta | Kindle Formats | 6 | 09-24-2014 07:53 AM |
| Text alignment in Sigil | wdaly | Sigil | 34 | 01-24-2013 03:45 PM |
| text alignment issue | shaina | Sigil | 41 | 12-02-2011 11:07 PM |
| Text alignment | James_Wilde | iRiver Story | 0 | 10-25-2010 05:22 AM |