sIFR 中的首行文本缩进
我有一个用 sIFR 制作的文本块,我想缩进第一行。
看看这张图片,看看我想要什么:
http://alltutorials.hi2.ro/testimonial.jpg
我希望“WOW”这个词位于大引号后面。
我搜索了 sIFR 文档,我使用了文本缩进,但它似乎不起作用。
感谢您的帮助,
安德烈
粘贴链接,因为它不能直接工作。
I have a text block made whith sIFR and I want to indent the first line.
Look at this image to see what I want:
http://alltutorials.hi2.ro/testimonial.jpg
I want the word WOW to be after the big quotes.
I searched the sIFR documention I used text-indent but it seems it doesn't work.
Thank's for the help,
Andrei
Paste the link because, it does not work directly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我对 sIFR 不太熟悉,但也许简单的 padding-left 就可以解决问题?如果将其视为内联元素,则不应在接下来的几行中重复它。
I'm not that familiar with sIFR, but maybe a simple padding-left will do the trick? If it is treated as an inline element, it should not be repeated in the next few lines.
你可以尝试在 sIFR 中设计它的样式,正如 Pekka 所说,如下所示:
You can try styling it within sIFR, as Pekka said, something like this :
尽管您可以使用
modifyContentString()
回调来插入一些空格,但您不认为可以通过 CSS 来做到这一点?Don't think you can do this through CSS, though perhaps you could use the
modifyContentString()
callback to insert a few spaces?