View Single Post
Old 05-12-2024, 07:43 AM   #7
sunflower36002
Junior Member
sunflower36002 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2024
Device: none
Create CSS File: Make a CSS file named quotes.css.

Define Styles: In quotes.css, style quotes with:

css
Copy code
blockquote {
text-align: center;
}
blockquote p {
font-style: italic;
font-size: 1.2em;
}
Link CSS: Add quotes.css to your Sigil document via "Tools" > "Add Semantics" > "External CSS".

Insert Quotes: Use <blockquote> HTML tag for quotes.

Export: Quotes should now appear centered and standalone on their own page when you export your Sigil document.
sunflower36002 is offline   Reply With Quote