目前成都創(chuàng)新互聯(lián)公司已為超過(guò)千家的企業(yè)提供了網(wǎng)站建設(shè)、域名、虛擬主機(jī)、網(wǎng)站托管維護(hù)、企業(yè)網(wǎng)站設(shè)計(jì)、晉安網(wǎng)站維護(hù)等服務(wù),公司將堅(jiān)持客戶導(dǎo)向、應(yīng)用為本的策略,正道將秉承"和諧、參與、激情"的文化,與客戶和合作伙伴齊心協(xié)力一起成長(zhǎng),共同發(fā)展。

1,如何調(diào)整織夢(mèng)欄目文章列表頁(yè)的位置
如果沒(méi)有動(dòng)CSS就是刪除了一些模板的一些代碼 找備份的模板文件 對(duì)比一下 這是最簡(jiǎn)單的。2,織夢(mèng)怎么更改主頁(yè)模板位置
登陸后臺(tái)點(diǎn)擊系統(tǒng)選項(xiàng)就可以找到了。3,織夢(mèng)怎樣在后臺(tái)修改頁(yè)頭圖片
織夢(mèng)是php的,哪來(lái)head.asp。明明是head.html嘛,在網(wǎng)頁(yè)上右鍵屬性看下那個(gè)圖片名稱,在head.htm文件中搜索,記住路徑找到圖片換掉。head.asp 你去找下這個(gè)文件的源碼,然后看首頁(yè)圖片的位置和文件名,修改相應(yīng)的文件便可。4,織夢(mèng)cms二次開(kāi)發(fā)過(guò)的首頁(yè)模板和其他模板 怎么修改的 可以找出
默認(rèn)首頁(yè)就是templets/default/index.htm如果后臺(tái)添加的是欄目類型是文章類型的話那么默認(rèn)文章列表頁(yè)是templets/default/list_article.htm默認(rèn)文章內(nèi)容頁(yè)是templets/default/article_article.htm如果后臺(tái)添加的是欄目類型是圖片類型的話那么默認(rèn)圖片列表頁(yè)是templets/default/list_image.htm默認(rèn)圖片內(nèi)容頁(yè)是templets/default/article_image.htm使用firefox的插件firebug,或者是chrome的開(kāi)發(fā)工具,很容易找到這兩個(gè)模塊的css,然后修改margin的值(通常是margin:0 auto)就可以與上面的menu對(duì)齊了。
5,織夢(mèng)CMS怎么修改主頁(yè)布局
登陸進(jìn)去,然后-內(nèi)容管理-專題管理.你自己看著修改吧 下面的是dede模板文件與之相對(duì)應(yīng)的頁(yè)面文件你沒(méi)有說(shuō)你要建個(gè)什么站 怎么知道你要改那些地方啊? dede功能模塊與路徑對(duì)應(yīng)表首頁(yè)模板 \templets\default\index.html 文章頻道首頁(yè) \templets\default\index_article.htm 文章列表頁(yè) \templets\default\list_article.htm 文章內(nèi)容頁(yè) \templets\default\article_article.htm 圖集頻道首頁(yè) \templets\default\index_image.htm 圖集列表頁(yè) \templets\default\list_image.htm 圖集內(nèi)容頁(yè) \templets\default\article_image.htm 圖集詳細(xì)頁(yè)面 \templets\plus\showphoto.htm 軟件頻道首頁(yè) \templets\default\index_soft.htm 軟件列表頁(yè) \templets\default\list_soft.htm 軟件內(nèi)容頁(yè) \templets\default\article_soft.htm 軟件最終下載頁(yè) \templets\plus\download_links_templet.htm 動(dòng)畫頻道首頁(yè) \templets\default\index_flash.htm 動(dòng)畫列表頁(yè) \templets\default\list_flash.htm 動(dòng)畫內(nèi)容頁(yè) \templets\default\article_flash.htm 產(chǎn)品頻道首頁(yè) \templets\default\index_product.htm 產(chǎn)品列表頁(yè) \templets\default\list_product.htm 產(chǎn)品內(nèi)容頁(yè) \templets\default\article_product.htm 分類信息頻道首頁(yè) \templets\default\index_info.htm 分類信息列表頁(yè) \templets\default\list_info.htm 分類信息內(nèi)容頁(yè) \templets\default\article_info.htm 分類信息搜索頁(yè) \templets\default\infosearch.htm 專題列表頁(yè) \templets\default\list_spec.htm 專題內(nèi)容頁(yè) \templets\default\article_spec.htm 圖書模塊圖書首頁(yè) \templets\default\books_index.htm 圖書列表頁(yè) \templets\default\books_list.htm 圖書搜索頁(yè) \templets\default\books_search.htm 圖書內(nèi)容頁(yè) \templets\default\books_book.htm 小說(shuō)章節(jié)內(nèi)容頁(yè) \templets\default\books_story.htm 漫畫章節(jié)內(nèi)容頁(yè) \templets\default\books_photo.htm vip章節(jié)內(nèi)容頁(yè) \templets\default\book_member_err.htm 問(wèn)答模塊問(wèn)答首頁(yè) \ask\template\default\dede.htm 問(wèn)答列表頁(yè) \ask\template\default\browser.htm 問(wèn)答內(nèi)容頁(yè) \ask\template\default\question.htm 問(wèn)答提問(wèn)頁(yè) \ask\template\default\post.htm 問(wèn)答內(nèi)容維護(hù)頁(yè) \ask\template\default\post.adopt.htm \ask\template\default\post.extra.htm \ask\template\default\post.upreward.htm 問(wèn)答搜索結(jié)果頁(yè) \ask\template\default\search.htm 問(wèn)答消息提示頁(yè) \ask\template\default\showmsg.htm 其他功能與插件tag列表頁(yè) \templets\default\taglist.htm tag內(nèi)容列表 \templets\default\tag.htm digg列表頁(yè) \templets\default\digg.htm 搜索結(jié)果頁(yè) \templets\default\search.htm 高級(jí)搜索頁(yè) \templets\plus\heightsearch.htm 評(píng)論頁(yè)模板 \templets\plus\feedback_templet.htm 評(píng)論驗(yàn)證碼確認(rèn)頁(yè) \templets\plus\feedback_confirm.htm 評(píng)論js內(nèi)容頁(yè) \templets\plus\feedback_templet_js.htm 站點(diǎn)地圖頁(yè) \templets\plus\sitemap.htm rss地圖頁(yè) \templets\plus\rssmap.htm rss內(nèi)容頁(yè) \templets\plus\rss.htm 投票頁(yè) \templets\plus\vote.htm 欄目js文件 \templets\plus\js.htm 推薦文檔信息頁(yè) \templets\plus\recommend.htm 友情連接提交頁(yè) \templets\plus\flink-add.htm 友情鏈接列表頁(yè) \templets\plus\flink-list.htm 留言板插件 \templets\plus\guestbook.htm
新聞標(biāo)題:織夢(mèng)如何修改頁(yè)頭位子,如何調(diào)整織夢(mèng)欄目文章列表頁(yè)的位置
文章路徑:http://chinadenli.net/article26/egpcjg.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供軟件開(kāi)發(fā)、電子商務(wù)、外貿(mào)網(wǎng)站建設(shè)、定制開(kāi)發(fā)、網(wǎng)站改版、建站公司
廣告
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源:
創(chuàng)新互聯(lián)