I'm trying hard to enter some HTML text in a post. And I do not know how to do this.
The next line i want in a post:
... type some text between <p> and </p> tags with the class name...
When I'm typing this in WYSIWYG, CKEeditor treats the tags as normal tags, and the 'and' word gets between the p-tags.
When I type this in the source editor, the <p> are treated like real html tags.
When I'm using the < and > in source editor, when switching to the WYSIWYG editor, CKEditor change the < to < etc.
When I use the <pre> and/or <code> is does also not work.
What should i do to get this right? Is is possible to tell CKEditor to leave the Source code alone, and not change the source automatically?
The next line i want in a post:
... type some text between <p> and </p> tags with the class name...
When I'm typing this in WYSIWYG, CKEeditor treats the tags as normal tags, and the 'and' word gets between the p-tags.
When I type this in the source editor, the <p> are treated like real html tags.
When I'm using the < and > in source editor, when switching to the WYSIWYG editor, CKEditor change the < to < etc.
When I use the <pre> and/or <code> is does also not work.
What should i do to get this right? Is is possible to tell CKEditor to leave the Source code alone, and not change the source automatically?
Re: How to enter html in code.
Re: How to enter html in code.
Hi Buddy
Try this HTML code <a href="http://www.yourdomain.com">Your Keywords</a>
Goodluck