我想編輯我的Wordpress頁面的HTML代碼。確切地說,我想在我的Wordpress page中創建一個頁面,而不是帖子,在那裏我想公開我的簡歷並插入我的照片,其中will changes when I pass the mouse above of it。在Wordpress上編輯頁面代碼
我試圖搜索一些關於這個,我發現this。在這篇參考文獻中,作者談論了代碼修改,但並不是我個人的情況。
當我嘗試編輯Wordpress頁面中的代碼時,我無法使用一些代碼。例如:<a>
,<div>
...
我想用這樣的:
<div class="authorimage">
<a href="https://www.codesyntax.com/eu/bloga/author/lfernandez">
<img class="mainimage" src="https://www.codesyntax.com/lfernandez.jpg" alt="Luistxo Fernandez" title="Luistxo Fernandez">
<img class="hoverimage" src="https://www.codesyntax.com/lfernandezhover.jpg" alt="Luistxo Fernandez" title="Luistxo Fernandez">
</a>
</div>
但在公佈的頁面顯示信息如下:
<img class="mainimage" src="https://www.codesyntax.com/lfernandez.jpg" alt="Luistxo Fernandez" title="Luistxo Fernandez">
<img class="hoverimage" src="https://www.codesyntax.com/lfernandezhover.jpg" alt="Luistxo Fernandez" title="Luistxo Fernandez">
我需要使用此代碼我的目的。我能做些什麼來解決這個問題?
謝謝大家。
是的,我知道,但是當我創建了一個新的一頁,我嘗試插入HTML代碼,我不允許插入代碼像''。 –
請嘗試具體說明您要插入的內容以及您看到的錯誤消息。你有權發佈嗎? –