2011年1月16日

电脑小技巧备忘

Html小技巧:
点击时用新窗口打开的命令target="_blank"
分隔线:<P>
<HR id=null>
</P>
首行空二格<div style="text-indent: 2em;">  </div>
添加含有".swf"的网址<embed src="http://www.dabaoku.com/flash/flash/5.swf" style="height: 460px; width: 640px;" type="application/x-shockwave-flash" wmode="transparent"></embed>
表格Table
效果图
<table border="1" style="width: 100%; height: 80px;"><tbody>
<tr valign="top"><td>第1行第1列</td><td>第1行第2列</td></tr>
<tr valign="top"><td>第2行第1列</td><td>第2行第2列</td></tr>
</tbody></table>
表格Table
22和32
纵向合并
效果图
<div>
<table border="1" bordercolor="#000000" cellpadding="3" cellspacing="0" style="border-collapse: collapse; width: 100%;" summary=""><tbody>
<tr valign="top">
<td><div>11</div></td>
<td><div>12</div></td>
</tr>
<tr valign="top">
<td><div>21</div></td>
<td rowspan="2"><div>22 Merge&nbsp;</div></td></tr>
<tr valign="top">
<td><div>31</div></td>
</tr>
</tbody></table>
</div>

表格Table
第一行
横向合并
效果图
<div>
<table border="2" bordercolor="#288822" cellpadding="3" cellspacing="2" style="width: 100%;"><tbody>
<tr valign="top"><td colspan="2"><div>
11 Merge</div>
</td></tr>
<tr valign="top"><td><div>
21</div>
</td><td><div>
12</div>
</td></tr>
<tr valign="top"><td><div>
31</div>
</td><td><div>
32</div>
</td></tr>
</tbody></table>
</div>
首行空二格:<div style="text-indent: 2em;"></div>
改首页:Template modifications require a Full Template Download first.
From the Navbar > Design > Edit Html.
Click the Download Full Template link and you will have a backup on your computer.

- Then, scroll down past the stylesheet and find:
</head>

- As the last thing before </head> insert a conditional.
 <b:if cond='data:blog.url == data:blog.homepageUrl'>
 <style>
 .status-msg-wrap {display:none}
 </style>
 </b:if>

- You should have this:

 <b:if cond='data:blog.url == data:blog.homepageUrl'>
 <style>
 .status-msg-wrap {display:none}
 </style>
 </b:if>
</head>

- Preview, Save, View Blog
嵌入音乐

附1“音乐硬盘

附2“搜搜音乐

附3“盗歌器

  1. <embed autostart="true" hidden="true" loop="true" src="背景音乐网址" type="audio/mpeg">
  2. <embed src="背景音乐网址" autostart="true" loop="-1" width="0" height="0" >
  3. <bgsound src="背景音乐路径" loop="-1">
  4. <embed autostart="false" controls="PlayButton" height="30" src="音乐网址" type="audio/x-pn-realaudio-plugin" width="300"></embed>
    实例:
  5. <embed autostart="false" controls="PlayButton" height="30" src="音乐网址" type="audio/mpeg" width="300"></embed>



  • 安装Video Studio X3时出现“无法启用Windows Image Acquisition(WIA): Windows Image Acquisition依赖于Remote Procedure Call服务。该服务为控制面板中的"扫描仪和照相机"功能提供支持。
    Start-run, services.msc
    1
    首先检查一下Remote Procedure Call服务已经启动,否则Windows Image Acquisition 服务无法启动
    2
    )在这里手动启动Windows Image Acquisition 服务
     
  • 遇到有些文件夹或文件删除不了,并出现提示“Cannot Delete .... : Access is Denied”To resolve this issue, you must turn off Simple File Sharing, and then take ownership of the folder:
1)      Turn off Simple File Sharing:
a.       Click Start, and then click My Computer.
b.      On the Tools menu, click Folder Options, and then click the View tab.
c.       Under Advanced Settings, click to clear the Use simple file sharing (Recommended) check box, and then click OK.
2)      Right-click the folder that you want to take ownership of, and then click Properties.
3)      Click the Security tab, and then click OK on the Security message, if one appears.
4)      Click Advanced, and then click the Owner tab.
5)      In the Name list, click your user name, Administrator if you are logged in as Administrator, or click the Administrators group.

If you want to take ownership of the contents of that folder, click to select the Replace owner on sub containers and objects check box.
6)      Click OK.
You may receive the following error message, where Folder is the name of the folder that you want to take ownership of:
a.       You do not have permission to read the contents of directory Folder. Do you want to replace the directory permissions with permissions granting you Full Control? All permissions will be replaced if you press Yes.
7)      Click Yes.
8)      Click OK, and then reapply the permissions and security settings that you want for the folder and the folder contents.

You can remove the time stamp but you will be removing it from all posts,

Click > Layout > Edit html > Tick the 'expand widget templates' box

Find this code :

<data:post.timestamp/>

And remove it then save.

If the text 'date' or 'posted' ect.. is before the code remove that also.

没有评论:

发表评论