Blog park signature creation

method

  • Inside the picture, you can upload pictures to a blog Park album, get a link to the picture
  • To modify the inside of the links and content as needed
  • If you have questions can contact me

The following code, modified as needed:

   <div id="AllanboltSignature">
        <p id="PSignature" style="border-top: #e0e0e0 1px dashed; border-right: #e0e0e0 1px dashed; border-bottom: #e0e0e0 1px dashed; border-left: #e0e0e0 1px dashed;
            padding-top: 10px;padding-right: 20px;padding-bottom: 30px;padding-left: 140px;
            background: url(https://images.cnblogs.com/cnblogs_com/cnhyk/1579621/t_5860CD06A92F2D2CC40A2713C42EF31F.png) #e5f1f4 no-repeat 3% 45%;
            font-family: 微软雅黑; font-size:12px;">
            <br />
            作者:<a href="https://home.cnblogs.com/u/cnhyk/" target="_blank">高弟</a>
            <br />
            出处:<a href="https://www.cnblogs.com/cnhyk/" target="_blank">https://www.cnblogs.com/cnhyk/</a>
            <br />
            本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
        </p>
     </div>

Guess you like

Origin www.cnblogs.com/cnhyk/p/11771626.html