Can someone explain to me why I cannot use html in the caption field? Is there a fix for this, or am I doing something wrong? I have the CCK captions field set to "Filtered text (user selects input format)" and have tried selecting full HTML, but it just prints the tags...

(Love the module!!)

Comments

jenpasch’s picture

I know that I could style the whole caption with css, but I'd like to associate a link with the image (it's a portfolio).
cheers

jenpasch’s picture

Checked on the devkick forum and found this ugly, non-validating hack.
http://devkick.com/talk/topic/186/captions-with-line-breaks/
It works...fwiw

Mark Theunissen’s picture

Status: Active » Closed (won't fix)

Drupal's theme_image() function explicitly strips out HTML from alt tags and the title. This is probably because it's a W3C spec. Since Galleria relies on the title tag for it's caption, unfortunately you can't have HTML in there.