📄 dyk_14.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Visual QuickMenu</title>
<link rel="stylesheet" type="text/css" href="help.css">
</head><body class="title" style="margin:20px;"><div style="padding-bottom:5px;font-size:13px;font-weight:bold;">Tip #14</div><div class="topdivider"></div><div class="content">
<div class="ctitle"><a name=b12>Using HTML Instead of Plain Text Descriptions</a></div>
<div class="icontent">
You can use most HTML markup within any menu item. Div's are not allowed, however you can instead use a span tag and set its display property to block...
<br>
<br>
<span style="display:block;">span content</span>
<br>
<br>
Using custom HTML is a great way to help certain menu items get noticed.
</div>
</div><div class="bottomdivider"></div><div class="copyright">Copyright (c) 2007, OpenCube Inc., All Rights Reserved.</div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -