Editing picture title and caption HTML

3035
2
Jump to solution
08-19-2014 11:57 AM
JodyMacEachern2
New Contributor II

Hi:


The help in the story map builder says:

The header and picture title/caption can include HTML tags to define formatting and links...

What exactly do the picture title & caption support? I've put <a> tags in OK, but the application won't save if I include a <p> tag, and the thumbnail numbering increases for every <span> I add.

Thanks,

Jody

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
GregoryL_Azou
Occasional Contributor III

Hi,

Yes sorry we need to fix that, <p> must be the only tag that doesn't works.

It should really be about formatting and creating links, so you can use <div> or <span> tag with a style attribute to specify color, font size etc. You can also use the <b>, <i> and <u> tags...

View solution in original post

2 Replies
JodyMacEachern2
New Contributor II

Correction: <p> tags won't work in either the picture title or caption. <span> tags seem to work in the caption but not the title.

0 Kudos
GregoryL_Azou
Occasional Contributor III

Hi,

Yes sorry we need to fix that, <p> must be the only tag that doesn't works.

It should really be about formatting and creating links, so you can use <div> or <span> tag with a style attribute to specify color, font size etc. You can also use the <b>, <i> and <u> tags...