-5

如何在python中使图像的标题变为斜体

当我在标题字段中输入标题时,我希望自动以斜体形式显示标题

我的代码是:-

  atapi.TextField('image_caption_text',
              storage = atapi.AnnotationStorage(),
              widget = atapi.RichWidget(
                        description = '',
                        label = _(u'label_image_caption', 
                            default=u'Image Caption'),
                        rows = 5),
              schemata='General',
    ),
4

1 回答 1

4

由于标题稍后呈现为 ​​HTML:使用 CSS 设置图像标题的样式。

于 2012-12-17T10:54:02.207 回答