编辑博客

码一波(逐渐更新中
博客小白必看
LATEX公式编辑规范手册
Cmd Markdown高阶语法手册
Cmd Markdown简明语法手册


如何有一个华丽的分割线(滑稽)(注意空行即可) (或者 **** 单独成行也可,这个不需要多空一行)
<html ><hr> </html>

如何让图片居中放置(放上一张最喜欢的!!!)

<center>
<figure>
<img src="https://img-blog.csdnimg.cn/20200204182354872.jpg?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2FtaW5vX2FjaWQwNjE3,size_16,color_FFFFFF,t_70" >
//width="300" height="250"在链接后加上这几句,更改引号中的数字还可以更改图片大小

结果如下:(每次这一幕看到都想哭)


今天又学了一个用excel来轻松画博客表格的方法

方法:用一个excel创建你想要的表格后,选定想要导出的表格区域,单击另存为,选择导出格式为html

保存后用记事本打开生成的html文件,找到如下文字:
在你的博客编辑界面粘贴类似下面形式的代码:,一直到` <![if supportMisalignedColumns]>`截止。
<table border=0 cellpadding=0 cellspacing=0 width=512 style='border-collapse:
 collapse;table-layout:fixed;width:384pt'>
 <col width=64 span=8 style='width:48pt'>
 <tr height=18 style='height:13.8pt'>
  <td height=18 class=xl6326858 width=64 style='height:13.8pt;width:48pt'>第一次</td>
  <td class=xl6326858 width=64 style='width:48pt'>4(2x2)</td>
  <td class=xl6426858 width=64 style='width:48pt'>6(2x3)</td>
  <td class=xl6326858 width=64 style='width:48pt'>8(2x4)</td>
  <td class=xl6526858 width=64 style='width:48pt'>10(2x5)</td>
  <td class=xl6626858 width=64 style='width:48pt'>12(2x6)</td>
  <td class=xl6326858 width=64 style='width:48pt'>14(2x7)</td>
  <td class=xl6326858 width=64 style='width:48pt'>16(2x8)</td>
 </tr>
 <tr height=18 style='height:13.8pt'>
  <td height=18 class=xl6326858 style='height:13.8pt'>第二次</td>
  <td class=xl6426858>6(3x2)</td>
  <td class=xl6326858>9(3x3)</td>
  <td class=xl6626858>12(3x4)</td>
  <td class=xl6726858>15(3x5)</td>
  <td class=xl6326858></td>
  <td class=xl6326858></td>
  <td class=xl6326858></td>
 </tr>
 <tr height=18 style='height:13.8pt'>
  <td height=18 class=xl6326858 style='height:13.8pt'>第三次</td>
  <td class=xl6526858>10(5x2)</td>
  <td class=xl6726858>15(5x3)</td>
  <td class=xl6326858></td>
  <td class=xl6326858></td>
  <td class=xl6326858></td>
  <td class=xl6326858></td>
  <td class=xl6326858></td>
 </tr>

效果如下所示:

第一次 4(2x2) 6(2x3) 8(2x4) 10(2x5) 12(2x6) 14(2x7) 16(2x8)
第二次 6(3x2) 9(3x3) 12(3x4) 15(3x5)
第三次 10(5x2) 15(5x3)

To be continued…

发布了13 篇原创文章 · 获赞 1 · 访问量 445

猜你喜欢

转载自blog.csdn.net/amino_acid0617/article/details/102642791