如何在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',
),
答案 0 :(得分:4)
由于标题稍后呈现为HTML:使用CSS来设置图像标题的样式。