XING中文社区管理员之家

XING中文社区管理员之家

Posts 1-1 of 1
  • 佩珊 peggy 吴
    佩珊 peggy 吴    Premium Member   Group moderator
    The company name is only visible to registered members.
    XING精美新闻简报制作模板实例
    【 图片+内容版本之代码区 】

    ------------------------------------------------------------------------------------------------------
    <center><h1>社区新闻简报</h1></center>
    <table width="600" bgcolor="#00696b"><tr><td height="2"></td></tr>
    <tr bgcolor="white"><td>
    <img align="right" height="130" src="/img/custom/grp/5303/Grist-Mill.jpg" />
    <ol>
    <li><strong><a href="https://www.xing.com/app/help"; target="_blank">文章标题1</a></strong></li>
    <br/>文章1补充说明处:请将前a href=""中的内容改为文章的链接地址
    <li><strong><a href="https://www.xing.com/app/help"; target="_blank">文章标题2</a></strong></li>
    <br/>文章2补充说明处:注解区
    <li><strong><a href="https://www.xing.com/app/help"; target="_blank">文章标题3</a></strong></li>
    <br/>文章3补充说明处:注解区
    <li><strong><a href="https://www.xing.com/app/help"; target="_blank">文章标题4</a></strong></li>
    <br/>文章4补充说明处:注解区
    </ol>
    <h4>预了解更多内容,请访问我们的社区!</h4><br/>
    <h4>祝大家每日开心!</h4><br/>
    <h5>社区管理员</h5>
    </td></tr>
    </table>
    ------------------------------------------------------------------------------------------------------

    要点1:可通过表格的宽度table width="600"来控制显示板面的大小,最高可到643。
    2:可调整图像显示的位置img align="right",将align="left",就调整到左面了。
    3:可调整图像显示的大小img height="130",数值设为140,图像就高了。
    4:<br/>的作用是回车(另起一行)。
    5:社区管理员将图片插入到社区“管理资料”后,能够直接在新闻简报中调用图片了。
    6:如推荐文章是5条,在标题4代码下再粘贴一行即可。 <li><strong><a href="https://www.xing.com/app/help"; target="_blank">文章标题4</a></strong></li>
    <br/>文章4补充说明处:请将前a href=""中的内容改为文章的链接地址



    【 纯精美内容版本之代码区 】
    ------------------------------------------------------------------------------------------------------
    <center><h1>社区新闻简报</h1></center>
    <table width="600" bgcolor="#00696b"><tr><td height="2"></td></tr></table><br/>

    •<strong><a href="https://www.xing.com/app/help"; target="_blank"><font size="3" face="宋体" color="teal">文章标题1</font></a></strong><br/><br/>
    •<strong><a href="https://www.xing.com/app/help"; target="_blank"><font size="3" face="黑体" color="indigo">文章标题2</font></a></strong><br/><br/>


    <table width="600" bgcolor="#00696b"><tr><td height="2"></td></tr></table><br/>
    •<strong><a href="https://www.xing.com/app/help"; target="_blank"><font size="3" face="楷体" color="darkslategray">文章标题3</font></a></strong><br/><br/>
    •<strong><a href="https://www.xing.com/app/help"; target="_blank"><font size="3" face="仿宋" color="tomato">文章标题4</font></a></strong><br/><br/>

    <h4>预了解更多内容,请访问我们的社区!</h4><br/>
    <strong><font size="2" face="宋体" color="darkslategray">祝大家每日开心!</font></strong><br/>
    <strong><font size="2" face="宋体" color="darkslategray">社区管理员</font></strong>

    ------------------------------------------------------------------------------------------------------
    要点:1、你可以调整字体的大小,颜色,字体。调整大小font size="2"设定为任何一个阿拉伯数字;
    2、font color="maroon"控制字体的颜色。获取更多字体颜色,可以参照:http://cocp.blogdriver.com/cocp/404919.html;
    3、设置字体,可以将face="宋体"改为"黑体"或"ariel"。
    4:<br/>的作用是回车(另起一行)。
    5:<strong>的作用是加粗字体。