You are here: Foswiki>System Web>Category>UserDocumentationCategory>UsingHTML (2024-12-23, UnknownUser)Edit Attach
When, and how, to use HTML in topics.
You can use most HTML tags in topics without a problem. This is useful where you want to add some content that is formatted in a way that is not supported using wiki syntax, for example, you can write <strike>deleted text</strike>
to get
.
There are a few usability and technical considerations to keep in mind:
<literal>..</literal>
tags around blocks of HTML to avoid accidental interpretation of Wiki syntax within the HTML. Script tags may be filtered out, at the discretion of your Wiki administrator.
Recommendations when pasting HTML from other sources (using the plain-text editor):
<body>
and </body>
tags. <p />
paragraph tags on empty lines, which causes problems if done between HTML tags that do not allow paragraph tags, like for example between table tags. <...>
- of a HTML tag are on the same line, or the tag will be broken. When using a WYSIWYG editor, you can just copy-paste directly into the editor, and the content will be converted to wiki syntax automatically when you save.
Related Topics: TopicMarkupLanguage, UsingHTML, WYSIWYG
Edit | Attach | Print version | History: r1 | Backlinks | View wiki text | Edit wiki text | More topic actions
Topic revision: r1 - 2024-12-23, UnknownUser
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback