Thread: IMG in Sigil
View Single Post
Old 04-25-2013, 04:24 PM   #1
Alesorta
Junior Member
Alesorta began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Apr 2013
Device: Kindle amazon
IMG in Sigil

Hi everyone

I have an issue with sigil and I did not find any way to solve it.

I neet to enclose to my ebook some images, and I want them to have a border.
I applied a border to the tag as follow
Code:
<img src="xxxxx" border="1">
The problem is when I try to validate the document, sigil gives me this message
Code:
attibute 'border' is not declared for element 'img'
I then tried to delet the border attribute, adding on the other hand this code to the css
Code:
img {border: solid black 1px;}
The problem with this second case is that nothing appears around the image.

Any help?
Alesorta is offline   Reply With Quote