2014-01-08 177 views
0

嘿大家都在試圖添加我的標題標籤,但每次我試圖把它放在公司名稱格式|主要關鍵字和輔助關鍵字我得到解析錯誤是''錯誤解析XML,第516行,第29列:元素類型「ShareFreeTemplates」後面必須跟有屬性規範,「>」或「/>」,這裏是我的html代碼標題標籤html編輯

<b:include data='blog' name='all-head-content'/> 

<!--::::::::::: Block2: Output Index Title,keywords,decription and Post Title,description --> 
<!-- Post/Archive Page --> 
<b:if cond='data:blog.pageType != &quot;index&quot;'> 
    <title><data:blog.pageName/></title> 

<!-- Index Page --> 
<b:else/> 
    <title><ShareFreeTemplates|Free After Effects Templates And-Tutorials /></title> 
    <meta content='after effects free templates, templates, after effects project files, free download' name='keywords'/> 

</b:if> 

如果有人可以編輯標題標籤給我沒有錯誤我希望它像那樣免費After Effects模板和項目文件| ShareFreeTemplates'和thx的問候

回答

1

這就是標題標籤在標準HTML編碼中的工作原理。

<title> insert words here </title>是使用的標籤。然後你插入這兩個標籤之間的字像這樣

<title>ShareFreeTemplates|Free After Effects Templates And-Tutorials </title> 

你不需要封裝你的標題在另一對標籤。

<title><ShareFreeTemplates|Free After Effects Templates And-Tutorials /></title> 
     ^               ^^ 
     //remove the characters where the arrows are pointing at 
+0

當我把他們趕走,我得到錯誤400和封裝文字的顏色是綠色的,現在它變成了黑色 – user3161992

+0

@ user3161992我相信你的錯誤就在於其他地方的好友。至於標題標籤,這正是他們的工作方式。也檢查線516和之前的行:)錯誤必須放在那裏 – Pavan

+0

噢問題是與博客預覽:D它給了我錯誤400即使與新鮮的模板..我檢查,它改變了...... thx很多兄弟 – user3161992