然后看他的是什么格式的 选择一个类型 再看他的广告图片的大小
一般是468*60 你可以用默认的大小 也就是他给你的图片的大小 也可以你给他限定一个大小
文字说明是当鼠标放到这个广告上去的时候会显示他的信息 地址就不用说了吧?
文件地址是指那个图片的地址 一般放在ads文件里 随便你啊
不过就是别和其他的代码重合就可以了
我建议你写guanggao_1  guanggao _2 这样排列下去 十二(1 )、如何禁止右键呢skin.asp
把以下这段代码放到< body 这个位置>
oncontextmenu="window.event.returnvalue=false"
有的asp是什么,你在152行插入到“%>和><a name='top'>”之间就行了。 %>这个位置><a name='top'> 十二(2)、改最下面的白色字体 修改\\images/joekoe.css 的end项 关闭论坛在线列表
把 config_forum.asp 第 203 行开始的:
 if online="open" or dt=1 then dts=1
 if online="close" then dts=0 改成:
 if online="close" or dt=1 then dts=0
 if online="open" then dts=1 十三、去掉底部的本站总访问量: 5582 人次 ┋ 最高峰 32 人在线 ┋ 当前有 4 是在SKIN。ASP里去掉就可以吗?对其他程式有没有影响呢?如果要改这些数据asp是什么,怎么改?我在数据库中好象没找到这些统计哦 去掉response.write counter_s就可以了 不影响其他的程序
十四、我在后台发表技术文章,浏览权限全部选中了,但是为什么未登陆游客不能浏览呢?
将相关栏目*_view.asp这个文件call web_head(2,0,2免费asp空间,0asp空间,0)免费asp空间,改成call web_head(0,0asp是什么,1asp是什么,0,0),现在可以用了。
十五、怎么样使首页的调查成为单选? main.asp中
如果你使用的是修改版的v60 或者新版v66的话
call vote_type(1asp源码,2asp代码asp空间,"","f7f7f7")
将改为
call vote_type(1,1,""asp.net教程asp空间,"f7f7f7")既可
呵呵~~~大家喜欢我再加点内容吧: 1,改变网站背景 在skin.asp中 注意查找这一句
--------------------------------------------------------------------------------------------------------------- <tr><td height=20 background='images/<%response.write web_var(web_configasp.net,5)%>/menu_bg.gif' valign=bottom> ---
------------------------------------------------------------------------------------------------------------ 它控制了导航栏的背景样式 其中background='images/<%response.write web_var(web_configasp.net教程,5)%>/menu_bg.gif' 是背景图案
如果你要取消这个图案并使用你的自定义颜色的话 需要删除这一句
并添加一句 bgcolor='#xxxxxx' 其中#xxxxxx'为颜色代码
2asp.net教程,关于网站引用外部图片的修改方法
网站内大部分被引用的图片asp文件asp代码,非要把图片上传到服务器才能显示出来asp教程,非常浪费资源。
解决方法是使用真实地址免费asp空间,将被引用处图片的SRC路径函数改成: url_true(web_var(web_upload,1),rs("pic"))
这样不管是本地上传的图片还是直接引用的外部URL,都可以正常显示。
注意必须同时将数据库中对应的pic字段值改大,建议改为100,否则要出错。 ------------------------------------------------------------------------
比如,首页“今日图片新闻”中图片的SRC路径修改方法 在config_other.asp中找到
<img src='"&web_var(web_uploadasp.net,1)&rs("pic")&"' border=0 title='"&code_html(rs("topic"),1asp是什么,0)&"' width="&web_var(web_num,7)&" height="&web_var(web_num,8)&"> 改为
<img src='"&url_true(web_var(web_uploadasp.net教
程,1)asp教程asp文件asp.net,rs("pic"))&"' border=0 title='"&code_html(rs("topic"),1asp源码,0)&"' width="&web_var(web_numasp文件,7)&" height="&web_var(web_numasp空间,8)&">
再将数据库中news表的pic字段值改为100就好了。 (66版本好象可以不改,自己试试吧)
3,jkv66的字体和表格控制解密 字体和表格的颜色主要相关文件: images/joekoe.css 表现,在各文件中,使用class=end即白色(#FFFFFF)、class=gray即灰色(#808080)等方式引用。
还应该控制部分表格线外框,如css中有blue属性。 表格的低色,在common.asp中控制。
并且,common.asp中,可便利修改大量基本设置。
论坛的表格线属性asp空间,在config.asp中用case 1等控制。 4,显示24小时内新帖子 修改config_forum.asp 查找
sub forum_view()
 select case int(istop)  case 1
 folder_type="istop"  case 2
 folder_type="istops"  case else
 if int(isgood)=1 then  folder_type="isgood"  else
 if int(islock)=1 then  folder_type="islock"
 elseif int(re_counter)>=10 then  folder_type="ishot"  end if  end if  end select
 view_url="forum_view.asp?forum_id="&forumnid&"&view_id="&id
 if int(re_counter)>0 then &
nbsptopic_head="<img loaded=no src='images/small/fk_plus.gif'&
nbspborder=0 id=followImg"&id&" style
=""cursor:hand; "" onc
lick=""load_tree("&forumnid&","&id&")"" title ='展开贴子列表'>"  else
 topic_head="<img src='images/small/fk_minus.gif' border=0 id=followImg"&id&">"
 end if
 response.write vbcrlf&"<tr align=center"&format_table(3asp源码,1)&">" & _
 vbcrlf&"<td bgcolor="&web_var(web_color,5)&"><img src='images/small/"&folder_type&".gif' border=0></td>" & _
 vbcrlf&"<td bgcolor="&web_var(web_color,5)&">"
 if action="manage" then  response.write
"<input type=checkbox name=del_id
value='"&id&"' class=bg_3>"  else
 response.write
"<img src='images/icon/"&icon&".gif' border=0>"  end if
 response.write "</td>" & _ &
nbspvbcrlf&"<td align=left>"&topic_head&"<a&
nbsphref='"&view_url&"' title='主题:"&code_html(topic, 1asp文件asp是什么,0)&"<br>发贴时间:"&tim&"<br>最后回复:"& re_username&"<br>回复时间:"&re_tim&"'>"&code_html (topicasp源码,0,22)&"</a> "&index_pagecute(view_url,re_counter+1,web_var(web_numasp文件,3),
"#cc3300")&"</td>" & _
 vbcrlf&"<td>"&format_user_view(username,1,"")&"</td>" & _ &
nbspvbcrlf&"<td><a href='"&view_url&"' target
=_blank><img src='images/small/new_win.gif' alt='打 开新窗口浏览此贴' border=0 width=13 height=11>< /a></td>" & _ 替换为
sub forum_view()
dim newpic:newpic=now()-tim if newpic<1 then
newpic="<img src=images/small/new.gif alt='24小时内的新主题' border=0> " else newpic
="<img src='images/small/new_win.gif' alt='打开新窗口浏览此贴 ' border=0 width=13 height=11>" end if
 select case int(istop)  case 1
 folder_type="istop"  case 2
 folder_type="istops"  case else
 if int(isgood)=1 then  folder_type="isgood"  else
 if int(islock)=1 then  folder_type="islock"
 elseif int(re_counter)>=10 then  folder_type="ishot"
 elseif int(isvote)=1 then  folder_type="isvote"  end if  end if  end select
 view_url="forum_view.asp?forum_id="&forumnid&"&view_id="&id
 if int(re_counter)>0 then &