修改模板背景图片源代码:
1*模板背景源代码:
<DIV align=left><IMG src="显示在面板里的图片" align=left></DIV>
2*整体模板源代码:
<STYLE type=text/css>
body
{background:url(页面背景图片url) repeat
scroll!important;}
.logo
{background:url(题图logo图片url) no
repeat no scroll!mportant;}
.banner
{background:url(题图大图url) no
repeat no scroll!mportant;}
.menu{
background:url("题图下面的菜单图片url") no-
repeat center;}
.feeds .up{
background:url("正文标题栏上翻时的图片url") no-
repeat center;}
.feeds .down{
background:url("正文标题栏下翻时的图片url") no-
repeat center;}
.feeds .function{background:url("正文摘要结尾处菜单的图片url") no-
repeat right;}
.links .up{
background:url("面板标题栏上翻时图片url");}
.links .down{
background:url(面板标题栏下翻时的图片url);}
.links .mid{
background:url(面板的背景图片url);}
.photo .mid{
background:url(形象照片处的背景图片url);}
.label .mid{
background:url(自定义面板的背景图片url);}
.calendar .mid{
background:url("日历面板背景"url);}
.callboard .up{
background:url("公告栏标题栏上翻时图片url");}
.callboard .down{
background:url("公告栏标题栏下翻时图片url");}
.callboard .mid{
background:url("公告栏背景图片url");}
.bodyBg{
background:url("正文背景图片url");}
.bodyBottom{
background:url("正文背景图片url");}
.gbook .up{
background:url('留言板标题栏上翻时的图片url') no-repeat;}
.gbook .down{
background:url('留言板标题栏下翻时的图片url') no-repeat;}
.feeds .page{
background:url("正文文章页数图片url") no-repeat center;}
</STYLE>
1*模板背景源代码:
<DIV align=left><IMG src="显示在面板里的图片" align=left></DIV>
2*整体模板源代码:
<STYLE type=text/css>
body
{background:url(页面背景图片url) repeat
scroll!important;}
.logo
{background:url(题图logo图片url) no
repeat no scroll!mportant;}
.banner
{background:url(题图大图url) no
repeat no scroll!mportant;}
.menu{
background:url("题图下面的菜单图片url") no-
repeat center;}
.feeds .up{
background:url("正文标题栏上翻时的图片url") no-
repeat center;}
.feeds .down{
background:url("正文标题栏下翻时的图片url") no-
repeat center;}
.feeds .function{background:url("正文摘要结尾处菜单的图片url") no-
repeat right;}
.links .up{
background:url("面板标题栏上翻时图片url");}
.links .down{
background:url(面板标题栏下翻时的图片url);}
.links .mid{
background:url(面板的背景图片url);}
.photo .mid{
background:url(形象照片处的背景图片url);}
.label .mid{
background:url(自定义面板的背景图片url);}
.calendar .mid{
background:url("日历面板背景"url);}
.callboard .up{
background:url("公告栏标题栏上翻时图片url");}
.callboard .down{
background:url("公告栏标题栏下翻时图片url");}
.callboard .mid{
background:url("公告栏背景图片url");}
.bodyBg{
background:url("正文背景图片url");}
.bodyBottom{
background:url("正文背景图片url");}
.gbook .up{
background:url('留言板标题栏上翻时的图片url') no-repeat;}
.gbook .down{
background:url('留言板标题栏下翻时的图片url') no-repeat;}
.feeds .page{
background:url("正文文章页数图片url") no-repeat center;}
</STYLE>