dyk_14.html
来自「Visual QuickMenu 6.5汉化版---JS导航栏特效生成器」· HTML 代码 · 共 26 行
HTML
26 行
<!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 + =
减小字号Ctrl + -
显示快捷键?