Quote:
Originally Posted by Psymon
I already did -- see above! First I posted my solution which DOES work just fine in iBooks, but then I was told to do it a different way because apparently I shouldn't do it the way I did...
...so now I don't know what to do. :/
|
Here is your solution:
PHP Code:
<p class="horizontal_center">
<img src="../Images/elephants.jpg" alt="Elephants" class="image"/>
</p>
Code:
.horizontal_center {
width: 100%;
text-align: center;
}
.image
{
width:60%;
display:inline-block;
}
You can play with the
.image width as you like.