Thread: Math Epub
View Single Post
Old 08-18-2010, 10:48 AM   #8
snowbb451
Junior Member
snowbb451 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Aug 2010
Device: iPad, Kindle
Unfortunately, everything I make needs to be able to show up in iBooks on the iPad.

I have tried just having no space, between the picture and text, but sigil will automatically replace the space. here's what the code looks like for ⧍ABC

Code:
.calibre1 {
    height: auto;
    width: auto;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	padding: 0
	}

.ecbx {
    font-weight: bold
        }

<img alt="" class="calibre1" src="../Images/triangle.png" /> <span class="ecbx">ABC</span>
Removing the space does achieve the desired result, but sigil keeps putting the space back.
snowbb451 is offline   Reply With Quote