FAQ - Guides
- Welcome to Dreamwidth!
- The ethos and ideas behind Dreamwidth Studios: What makes us special?
- A guide to Dreamwidth for LiveJournal users
- How do I protect my privacy on Dreamwidth?
- What HTML tags can I use on Dreamwidth?
» Welcome to Dreamwidth!
Decorate Your Journal
Find Stuff to Read
Post!
Last Activity: August 30th, 2015 (kaberett)
» The ethos and ideas behind Dreamwidth Studios: What makes us special?
This guide introduces us and explains what we stand for.
General Information
Open Source
Open Operation
Open Expression
Getting Involved
Last Activity: August 30th, 2015 (kaberett)
» A guide to Dreamwidth for LiveJournal users
Creating an Account
OpenID
Subscribe/Access
Terminology
Tags and Markup
Site Icons
Navigation Strip
Importing
Style System
Crossposting
What's Missing?
Official Communities
Last Activity: August 30th, 2015 (kaberett)
» How do I protect my privacy on Dreamwidth?
Part 1 - How to be as private as possible
Part 2 - What "public" actually means
Part 3 - Protecting your account's security
Last Activity: August 30th, 2015 (kaberett)
» What HTML tags can I use on Dreamwidth?
There are a lot of HTML tags you can use in your Dreamwidth posts and comments. Here are the most commonly used tags and some examples to get you going.
Link: <a href...
This tag inserts a link to another web page. For example, to insert a link to https://dreamwidth.org
that will show up with the text "Dreamwidth
" use this syntax:
<a href="https://dreamwidth.org">Dreamwidth</a>
The link will display like this:
Dreamwidth
Bold: <b> or <strong>
These tags will bold the text within the tags. For example:
Ordinary text, <strong>strong text</strong>, <b>bold text</b>
Displays like this:
Ordinary text, strong text, bold text
Italic: <i> or <em>
These tags will italicise the text within the tags. For example:
Ordinary text, <em>emphasised text</em>, <i>italic text</i>
Displays like this:
Ordinary text, emphasised text, italic text
Quotes: <q> or <blockquote>
Use these to quote portions of other people's text. <q>
is for short quotes that display in your paragraph text, <blockquote>
is for longer quotes that display in a paragraph of their own. For example:
This paragraph includes a <q>short quote</q>, but <blockquote>longer quotes are displayed in their own paragraph block</blockquote>
Displays like this:
This paragraph includes ashort quote, butlonger quotes are displayed in their own paragraph block
Newline: <br>
Use the <br>
tag to indicate a new line starts at that point. Usually Dreamwidth is good about guessing this but if it guesses wrong, or if you select the "Don't autoformat" option for your comment or entry, then you can use this to indicate a new line. For example:
This is the first line<br>This is the second line
Displays like this:
This is the first line
This is the second line
Paragraphs: <p>
Use the <p>
and </p>
tags to enclose a paragraph of text. Usually Dreamwidth is good about guessing this but if it guesses wrong, or if you select "Don't autoformat" for your entry or comment, then you can use these tags to indicate the start and end of a paragraph. For example:
<p>Paragraph one.</p> <p>Paragraph two.</p>
Displays like this:
Paragraph one.
Paragraph two.
Other HTML
There are many other HTML tags you can use in your entries or comments, such as:
- Font styling tags: <big>, <del>, <font>, <s>/<strike>, <small>, <sup>, <sub>, <tt>, <u>
- Text type tags: <code>, <pre>, <dfn>, <kbd>, <marquee>, <pre>, <samp>, <var>, <xmp>
- Heading tags: <h1>, <h2>, <h3>, <h4>, <h5>, <h6>
- Table tags: <table>, <th>, <tr>, <td>, <tfoot>, <thead>, <tbody>, <caption>, <col>, <colgroup>
- Semantic markup tags: <div>, <span>, <abbr>, <acronym>, <address>, <cite>
Some of these tags may not display the way you're used to them displaying. This is because we use a "CSS reset" to strip formatting from many tags, in order to make the site display properly in all browsers. You can add the styling back to those tags using inline CSS.
There are also some Dreamwidth-specific markup tags you can use — for instance, to link to other users or to put some of your entry behind a "read more" cut.
Last Activity: August 30th, 2015 (kaberett)
Back to the full FAQ list. Return to the Search Page. Need more help? Go to the Support Area.