⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fck_editorarea.asp

📁 站长俱乐部新闻发布程序 采用全新代码设计,完全不同于国内所有程序 采用国际流行的左右栏风格,清爽简洁 适合于有国际业务的企业,个人网站,工作室,追求简单风格,内容少的网站使用 IE和Fi
💻 ASP
字号:
<%
response.write("a {color: #0000FF !important;}")
if Session("Color_Scheme")="Skin" then
	response.write("body {background-color: "& Session("Skin_Content_bg") &";}")
	response.write("body {font-family: "& Session("Skin_Content_Font_Type") &";}")
	response.write("body {color: "& Session("Skin_Content_Font_Color") &";}")
	response.write("body, td {font-size: "& Session("Skin_Content_Font_Size") &"px;}")
else
	response.write("body {background-color: "& Session("Content_bg") &";}")
	response.write("body {font-family: "& Session("Content_Font_Type") &";}")
	response.write("body {color: "& Session("Content_Font_Color") &";}")
	response.write("body, td {font-size: "& Session("Content_Font_Size") &"px;}")
end if
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -