Line break in caption
-
Hi,
I have seen it is possible to use html in the description of a picture.
When I do :description="line 1<br/>line 2"ordescription="<p>line 1</p><p>line 2</p>", I get an error “XML Parser error > required on line 3”.
It works withdescription="line 1 <a href="www.google.com">line 2"</a>but other html tags are not working.
Is there any solution to see the description of a picture on many lines ?
The topic ‘Line break in caption’ is closed to new replies.