TWiki
>
TWiki Web
>
UsingHTML
(revision 1) (raw view)
Edit
Attach
---++ Using HTML %STARTINCLUDE% You can use just about any HTML tag without a problem. You can add HTML if there is no TWiki equivalent, for example, write =<strike>deleted text</strike>= to get <strike>deleted text</strike>. %X% There are a few usability and technical considerations to keep in mind: * On collaboration pages, it's better *not* to use HTML, but to use [[#TWikiShorthand][TWiki shorthand]] instead - this keeps the text uncluttered and easy to edit. * If you use HTML use [[http://www.w3.org/TR/xhtml1/][XHTML 1.0 Transitional]] syntax. * %X% Script tags may be filtered out, at the discretion of your TWiki administrator. Recommendations when pasting HTML from other sources: * Copy only text between =<body>= and =</body>= tags. * Remove all empty lines. TWiki inserts =<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. * Remove leading spaces. TWiki might interpret some text as lists. * Do not span a tag over more than one line. TWiki requires that the opening and closing angle brackets - ==<...>== - of an HTML tag are on the same line, or the tag will be broken. * In your HTML editing program, save without hard line breaks on text wrap. %T% TWiki converts shorthand notation to HTML for display. To copy a fully marked-up page, simply view the source in your browser and save the contents. If you need to save HTML frequently, you may want to check out TWiki:Plugins/PublishAddOn. %STOPINCLUDE%
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r5
|
r4
<
r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r1 - 2006-03-08
-
TWikiContributor
TWiki
Log In
or
Register
TWiki Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
User Reference
ATasteOfTWiki
TextFormattingRules
TWikiVariables
FormattedSearch
QuerySearch
TWikiDocGraphics
TWikiSkinBrowser
InstalledPlugins
Admin Maintenance
Reference Manual
AdminToolsCategory
InterWikis
ManagingWebs
TWikiSiteTools
TWikiPreferences
WebPreferences
Categories
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Webs
LAPPD
Sandbox
TWiki
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback
Note:
Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.UsingHTML
.