Quote:
Originally Posted by theducks
Your <img tag (line) is naked.
It need to be in a block level tag <div> works nice because defaults are simple without additional mumble
Code:
<div class="heading-image-size-container" style="width: 16.6%">
<img src="images/arilauralucy_logo_jestersm1.jpg" alt="" class="heading-image-image"/>
</div>
|
I will try this. Thank you. Havent had trouble when my chapter dividers were images but I realised I might want to change title names and dont want to have to create a new image all the time. Thank you Kindly!