中文(繁体)
<!-- http://www.downcodes.com/js --> <!-- bbs http://www.downcodes.com/bbs--> <!-- 完整的 HTML 程式碼 --> <head > <style type="text/css"> .verticaltext{ 字型:粗體13px Arial;位置:絕對;右:3px;頂部:20 像素;寬度:15 像素;寫入模式:tb-rl; } </style> </head> <body> <script type="text/javascript"> //輸入想要的直排文字: var myverticaltext='<div class="verticaltext">本頁版權所有?2004 -2040 <a href="http://www.downcodes.com">downcodes.com</a></div>' var bodycache=document.body if (bodycache && bodycache.currentStyle && bodycache.currentStyle.writingMode) document.write( myverticaltext) </script> </body> <br><br><br> <p><font color=red>//網址:http://www.downcodes.com</font>< /p>