Quote:
Originally Posted by roger64
User guide - About standard PNG images
1. - Image properties
Now, in Book view, when double clicking, we can access to the "Properties" of images and modify them. However, I noticed that these fields (width, height, etc.) were not even filled up in your Guide (see screenshots). Could you comment this?
2. - The standard images in your guide are all centered. What would have been your recommended code for a floating one?
|
The image properties for images are not filled in because nothing was set for them in the HTML code. I use the images at the sizes I created so there's no reason for any changes.
You'd have to ask in the EPUB forum about the best way to do floating images.
Quote:
Originally Posted by wokavan
Thanks for all the work on Sigil!
A few things I've noticed in the Beta (on Mac OS 10.6.8)
- Is it no longer possible to apply pure html bold/italic tags in Book View? For example, previously if you used the GUI or CMD-B shortcut Sigil would use < b >, but now it relies on spans and in-line CSS.
- Relatedly, the bold / italic gui buttons don't highlight when inside bold/italic content (whether it's been created with html b/i tags or spans and in-line css).
- Is it no longer possible toggle Tidy on and off?
|
span tags are used for B, I, U, etc. to keep them uniform (since there is no U tag). You can change them if needed in Code View using Find&Replace.
If your HTML code uses <b></b> for bold, then when you select the text in Book View the B button won't highlight because the <b></b> doesn't match the <span> tag that's defined for the B button. If you change text to bold using the B button, the button is correctly highlighted.