首先CSS是样式,就像衣服一样,不能改变你的脸。
CSS可以定义链接的颜色,是否下划线这种,至于链接的形式,是HTML的事情,跟CSS不相关,管不到。
之所以选择CSS配合DIV最大的原因是语义化更明确,HTML代码更加容易读;还有就是TABLE代码,如果写得不好,对于网页在打开的时候加载会很慢,因为TABLE代码是整个TABLE一起加载的,如果写HTML的人不注意,套了很多TABLE,那显示的时候,会先是一片空白然后再突然全部出来。
而DIV就不一样,模块化的好处就是,他可以独立于其它的DIV进行显示,可以几个DIV里的东西同时进行加载,对速度上是一个很大的提高。
CSS与TABLE,DIV在一起用的时候,没有区别,TABLE能实现的DIV都能实现。DIV能实现的TABLE不一定能实现,比如层与层之间的重合情况。
你所说的模板,DIV与TABLE与它没有联系,模板是一个身体,衣服的款式就是DIV或者TABLE,哪个好就用哪个。
CSS最大的贡献是与HTML代码进行分离,让设计师可以不动任何一个页面当中的元素,只对CSS进行调整就可以实现页面显示的改头换面,这一点上,用TABLE的灵活性比起DIV来,就差得远了。
你对HTML的理解还不够深入,建议你去读一下《网站重构》
这本书:http://www.douban.com/subject/1230451
Dede功能模块与路径对应表首页模板 \templets\default\index.html
文章频道首页 \templets\default\index_article.htm
文章列表页 \templets\default\list_article.htm
文章内容页 \templets\default\article_article.htm
图集频道首页 \templets\default\index_image.htm
图集列表页 \templets\default\list_image.htm
图集内容页 \templets\default\article_image.htm
图集详细页面 \templets\plus\showphoto.htm
软件频道首页 \templets\default\index_soft.htm
软件列表页 \templets\default\list_soft.htm
软件内容页 \templets\default\article_soft.htm
软件最终下载页 \templets\plus\download_links_templet.htm
动画频道首页 \templets\default\index_flash.htm
动画列表页 \templets\default\list_flash.htm
动画内容页 \templets\default\article_flash.htm
产品频道首页 \templets\default\index_product.htm
产品列表页 \templets\default\list_product.htm
产品内容页 \templets\default\article_product.htm
分类信息频道首页 \templets\default\index_info.htm
分类信息列表页 \templets\default\list_info.htm
分类信息内容页 \templets\default\article_info.htm
分类信息搜索页 \templets\default\infosearch.htm
专题列表页 \templets\default\list_spec.htm
专题内容页 \templets\default\article_spec.htm a
图书模块
图书首页 \templets\default\books_index.htm
图书列表页 \templets\default\books_list.htm
图书搜索页 \templets\default\books_search.htm
图书内容页 \templets\default\books_book.htm
小说章节内容页 \templets\default\books_story.htm
漫画章节内容页 \templets\default\books_photo.htm
vip章节内容页 \templets\default\book_member_err.htm
问答模块
问答首页 \ask\template\default\dede.htm
问答列表页 \ask\template\default\browser.htm
问答内容页 \ask\template\default\question.htm
问答提问页 \ask\template\default\post.htm
问答内容维护页 \ask\template\default\post.adopt.htm
\ask\template\default\post.extra.htm
\ask\template\default\post.upreward.htm
问答搜索结果页 \ask\template\default\search.htm
问答消息提示页 \ask\template\default\showmsg.htm
其他功能与插件
TAG列表页 \templets\default\taglist.htm
TAG内容列表 \templets\default\tag.htm
DIGG列表页 \templets\default\digg.htm
搜索结果页 \templets\default\search.htm
高级搜索页 \templets\plus\heightsearch.htm
评论页模板 \templets\plus\feedback_templet.htm
评论验证码确认页 \templets\plus\feedback_confirm.htm
评论JS内容页 \templets\plus\feedback_templet_js.htm
站点地图页 \templets\plus\sitemap.htm
RSS地图页 \templets\plus\rssmap.htm
RSS内容页 \templets\plus\rss.htm
投票页 \templets\plus\vote.htm
栏目JS文件 \templets\plus\js.htm
推荐文档信息页 \templets\plus\recommend.htm
友情连接提交页 \templets\plus\flink-add.htm
友情链接列表页 \templets\plus\flink-list.htm
留言板插件 \templets\plus\guestbook.htm
首先你得会css+div啊!要不怎么套用,如果是套用主题div布局是不能变的,何况你还不会
去样式表中,把模板的图片换一下就行了
不过你所换的图片大小必须和被换调的一样
学学相关知识吧