如何上传dedecms程序和更换模版
{dede:channel type="son" typeid='8'}
<a href="[field:typeurl/]" [field:global name=autoindex runphp="yes"](@me==1) @me="class=on hover":@me="class=on";[/field:global]>[field:typename/]</a>
{/dede:channel}
上面代码加上我字体加粗的部分代码就可以实现了,不懂可以追问我
1对织梦55头条标题的样式的修改
找到根目录下的/templets/style/pagecss
通过DW或者记事本打开该样式,查找:index bignews onenews h2 a{
font-size:16px;
}--这是首页头条标题的文字属性设置
找到如上头条标题的样式,然后我们就可以对它进行修改了。
修改后:index bignews onenews h2 a{
font-size:16px; color:#ff0000;font-style:italic;
}
这样头条颜色就变成红色了,然后字体样式变成斜体,当然了,如果你要修改成其他颜色也是可以的。如图:
如何修改织梦55头条的样式
2,对织梦55首页头条框架背景的修改
找到根目录下的/templets/style/pagecss
在 \templets\style\pagecss 里找到:
index bignews onenews{
padding:8px 12px;
border-bottom:1px solid #EBEBEB;
修改为:
index bignews onenews{
padding:8px 12px;
background:url(/images/bignews_bggif) top center no-repeat;
border-bottom:1px solid #EBEBEB;
3、对织梦55首页头条的标题长度修改
打开 indexhtm
找到如下代码:
<!--头条-->
<div class="onenews">
{dede:arclist flag='h' limit='0,1'}
<h2><a href="[field:arcurl/]">[field:title/]</a></h2>
<p>[field:description/]<a href="[field:arcurl/]">[查看全文]</a></p>
{/dede:arclist}
</div>
<!-- /onenews -->
找到这行:{dede:arclist flag='h' limit='0,1'}
在里面加如: titlelen='你想要的数字' 如我想要显示20个汉字,即加如: titlelen='40'
即为:{dede:arclist titlelen='40' flag='h' limit='0,1'}
每2个字符等于1个汉字!
将织梦CMS程序通过FTP软件上传到你主机/空间中,安装 1我们下载下来通常是一个压缩包,将其解压,然后将upload文件夹中的文件上传到网站的根目录中。 2我们在浏览器中打开http://你的网址/install/indexphp ,开始进行安装。 可以参考: http://wwwdedecmscom/help/installation/2009/0929/1024html 按提示填入相关内容即可 将下载的模板上传到templates目录,后台配置中更改为相应文件夹名称 参考: http://wwwdedecmscom/help/templets/2009/0929/2html
希望采纳
{dede:channel type='top' row='8' currentstyle="<li><a href='~typelink~'>~typename~</a> </li>"}
<li><a href='[field:typelink/]'>[field:typename/]</a> </li>
{/dede:channel}
0条评论