原帖由 reeding 于 2005-10-19 20:25 发表
这是css
css 里面不能用<br>这类html代码的,直接打回车就可以了.
下面的代码 1、2 分别保存为css.htm 和 header.htm 后覆盖你原来的就可以了。
代码 1:
- <head>
- <style type="text/css">
- a.index {color: #FFFFFF;}
- a.index:hover {color: #FFFFFF; text-decoration: underline; border: 0px;}
- a:link { text-decoration: none; color: {LINK} }
- a:hover { text-decoration: underline }
- body { scrollbar-base-color: {ALTBG1}; scrollbar-arrow-color: {BORDERCOLOR}; font-size: {FONTSIZE}; {BGCODE} }
- table { font-family: {FONT}; color: {TABLETEXT}; font-size: {FONTSIZE} }
- textarea,input,object { font-family: {FONT}; font-size: {FONTSIZE}; color: {TABLETEXT}; font-weight: normal; background-color: {ALTBG1} }
- select { font-family: {SMFONT}; font-size: {SMFONTSIZE}; color: {TABLETEXT}; font-weight: normal; background-color: {ALTBG1} }
- .nav { font-family: {FONT}; font-size: {FONTSIZE}; font-weight: {BOLD} }
- .header { font-family: {FONT}; font-size: {FONTSIZE}; color: {HEADERTEXT}; font-weight: {BOLD}; {HEADERBGCODE} }
- .category { font-family: {SMFONT}; font-size: {FONTSIZE}; color: {CATTEXT}; {CATBGCODE} }
- .multi { font-family: {SMFONT}; font-size: {SMFONTSIZE}; color: {LINK}; }
- .smalltxt { font-family: {SMFONT}; font-size: {SMFONTSIZE} }
- .mediumtxt { font-family: {FONT}; font-size: {FONTSIZE}; color: {TEXT} }
- .bold { font-weight: {BOLD} }
- blockquote { margin-left:20px; margin-right:20px; border:{BORDERCOLOR} dashed 1px; padding:5px; background-color:{ALTBG2}}
- .code { margin-left:20px; margin-right:20px; padding:5px; background-color:{ALTBG2}}
- .tableborder { background: #D3E9FF; border: {BORDERWIDTH}px solid {BORDERCOLOR} }</style>
- </head>
复制代码
代码 2:
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
- <meta http-equiv="MSThemeCompatible" content="Yes" />
- <meta name="keywords" content="Discuz!,Board,Crossday Studio,PHP,MySQL,FORUM" />
- <meta name="generator" content="Microsoft FrontPage 4.0" />
- <meta name="description" content="$bbname - Powered by Discuz! Board $version" />
- <meta name="MSSmartTagsPreventParsing" content="TRUE" />
- <title>$bbname$navtitle - powered by Discuz!</title>
- </head>
- <body leftmargin="0" rightmargin="0" topmargin="0">
- $url_redirect
- <p>
- {template css}
- <script type="text/javascript" src="include/common.js"></script>
- <table width="{MAINTABLEWIDTH}" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <table width="100%" border="1" bordercolor="#879EBC" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border-collapse: collapse">
- <tr>
- <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
-
- <td nowrap><a href="index.php">{BOARDLOGO}</a></td>
- <td width="100%" align="center" background="{IMGDIR}/topbg_right.gif"> </td>
- </tr>
- </table>
-
- <table width="100%" height="28" border="0" cellpadding="4" cellspacing="0">
- <tr>
- <td align="right" background="{IMGDIR}/topbg.gif"><span class="bold" color="#FFFFFF">»</span>
- <!--{if $discuz_uid}-->
- <span class="bold" color="#FFFFFF">$discuz_userss: </span><a href="logging.php?action=logout" class=index>{lang
- logout}</a>
- <!--{if $maxpmnum != 0}-->
- | <a href="pm.php" target="_blank" class=index>{lang pm}</a>
- <!--{/if}-->
- | <a href="memcp.php" class=index>{lang memcp}</a>
- <!--{if $adminid>0 }-->
- | <a href="admincp.php" target="_blank" class=index>{lang admincp}</a>
- <!--{/if}-->
- <!--{else}-->
- <span class="bold">{lang guest}: </span><a href="register.php" class=index>{lang
- register}</a> | <a href="logging.php?action=login" class=index>{lang login}</a>
- <!--{/if}-->
- <!--{if $memliststatus}-->
- | <a href="member.php?action=list" class=index>{lang memberlist}</a>
- <!--{/if}-->
- <!--{if $allowsearch}-->
- | <a href="search.php" class=index>{lang search}</a>
- <!--{/if}-->
- <!--{if $allowviewstats}-->
- | <a href="stats.php" class=index>{lang statistics}</a>
- <!--{/if}-->
- $pluglink | <a href="faq.php" class=index>{lang faq}</a></td>
- </tr>
- </table><br>
复制代码
[ 本帖最后由 whitegerry 于 2005-10-19 20:36 编辑 ] |