Thank very much!!!
I am working on it, but there are some errors I dont get it.
#1 Where can I change this?
---
Line 82, Column 81: character "?" not allowed in attribute specification list
…ttp://igmosi.com/blog/basket-balcony/"?><img width="580" height="391" src="htt…
---
#2 ???
---
Line 108, Column 171: ID "more" already defined
…aste) thinking about …<div id="more"><a href="http://igmosi.com/blog/pr…
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
---
thanks!!!