跳到主内容

搜索

搜索

Using The "p-Style" For Hmtl Police Size

评论

1 条评论

  • Avatar
    Ian Cummings
    版主

    The <p> tag is a block tag which will always give you a new line for your content.  To avoid this you could put your content in an inline tag such as <span>, or just put the text directly into the <body> content.

    0

请先登录再写评论。