0
我對drupal有點新,目前只是製作一個新的主題文件夾,但我遇到了一個問題。我編輯了我的page.tpl.php和.info文件以適合我的頁面。但是當我編輯頁面時,我沒有得到整個頁面,我想要的。很抱歉,如果我不是清楚,但並沒有什麼叫像這樣我的任何文件 -刪除html類drupal7 starter-theme
<html class="js" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:og="http://ogp.me/ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:dc="http://purl.org/dc/terms/" xmlns:content="http://purl.org/rss/1.0/modules/content/" dir="ltr" version="XHTML+RDFa 1.0" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"
我一直在尋找的頁面元素,發現這裏面就像是整個頁面,所以我自己的頁面沒有按周圍的邊框一路走到看起來不好的邊緣。我在這裏有2張圖片,所以你可以看到:http://imgur.com/NaZv71d,4jmDn5f#1
我想要的是我的根div擴展到邊緣,我不知道該怎麼做,因爲我無法在任何地方使用html-class!
謝謝大家!