WYSIWYG
Posted by: Ratipharos
Date: 2009-06-30 10:21:16
Glitch City Laboratories closed on 1 September 2020 (announcement). This is an archived copy of a thread from Glitch City Laboratories Forums.
You can join Glitch City Research Institute to ask questions or discuss current developments.
You may also download the archive of this forum in .tar.gz, .sql.gz, or .sqlite.gz formats.
This site has a lot of freeware editors for WYSIWYG
:P
Anyone know of a good Freeware WYSIWYG?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "">http://www.w3.org/TR/html4/strict.dtd">;
<html>
<head>
<title>Page title here</title>
</head>
<body>
<!-- Page content here -->
</body>
</html>
<p>This is a paragraph. I <em>really</em> like to emphasize
text. <strong>Warning:</strong> Be sure your tags are properly nested!</p>
<p><del>Currently waiting for the Prime Minister?s comments on this
situation.</del> <ins datetime="1994-11-05T13:15:30Z">A reader has informed
us that the Prime Minister canceled his speech last night.</ins></p>
<h1>Page Title</h1>
<h2>Name of Article</h1>
<p>Content of the article goes here. Content of the article goes here. Content of the article goes here.</p>
<ul>
<li>This is an unordered list.</li>
<li>Bullets are typically used to denote unordered list items.</li>
<li>Numerals or letters tend to show up in ordered lists.</li>
</ul>
<ol>
<li>Wait for a solar eclipse.</li>
<li>Go outside.</li>
<li>Look at the sun.</li>
<li>Congratulations! You are now blind!</li>
</ol>
<p>I recently learned that <a href="blatant">http://mltreq.alwaysdata.net/">blatant advertisement</a> is easy on the Internet.</p>
<p>I like to emote sometimes <img src="http://forums.glitchcity.info/Smileys/default/smiley.gif"; alt=":)"></p>
<table>
<thead> <!-- This is the header information for the table -->
<tr> <!-- tr makes a row -->
<th scope="col">Heading 1</th>
<th scope="col">Heading 2</th>
<th scope="col">Heading 3</th>
</tr>
</thead>
<tbody> <!-- This is the content of the table -->
<tr>
<td>Tabular data</td>
<td>More tabular data</td>
<td>Even more!</td>
</tr>
<tr>
<td>Tabular data</td>
<td>More tabular data</td>
<td>Even more!</td>
</tr>
<tr>
<td>Tabular data</td>
<td>More tabular data</td>
<td>Even more!</td>
</tr>
</tbody>
</table>
<blockquote cite="">http://www.loc.gov/exhibits/gadd/images/Gettysburg-2.jpg">;
<p>Four score and seven years ago our fathers brought forth on this continent a
new nation, conceived in Liberty, and dedicated to the proposition that all men are
created equal.</p>
<p>Now we are engaged in a great civil war, testing whether that nation, or any
nation so conceived and so dedicated, can long endure. We are met on a great battlefield
of that war. We have come to dedicate a portion of that field, as a final resting place for
those who here gave their lives that that nation might live. It is altogether fitting and
proper that we should do this.</p>
<p>But, in a larger sense, we can not dedicate?we can not consecrate?we can not
hallow?this ground. The brave men, living and dead, who struggled here, have
consecrated it, far above our poor power to add or detract. The world will little note,
nor long remember what we say here, but it can never forget what they did here. It
is for us the living, rather, to be dedicated here to the unfinished work which they
who fought here have thus far so nobly advanced. It is rather for us to be here
dedicated to the great task remaining before us?that from these honored dead we
take increased devotion to that cause for which they gave the last full measure of
devotion; that we here highly resolve that these dead shall not have died in vain;
that this nation, under God, shall have a new birth of freedom; and that government
of the people, by the people, for the people, shall not perish from the earth.</p>
</blockquote>
<p>Bill thinks that Sally isn?t pretty. <q>Her face looks like a horse,</q> he said.</p>
My site has very good code.
My site has very good code.
Your Battle Tower in-jokes page is missing the <html></html> tags. :P
<link rel="stylesheet" type="text/css" href="path/to/style.css">
p
{
font-weight: bolder; /* Makes all links bold */
}
p a
{
text-decoration: overline; /* Adds an overline to all links in <p> */
}
em,strong
{
text-transform: uppercase; /* Makes all <em> and <strong> uppercase */
}
.article
{
color: #FF0000; /* All elements with class="article" are now red */
}
#title
{
color: #0000FF; /* The element with id="title" is now blue */
}
<a href="When">http://www.example.com/greetings.html#information">When you click this link, the page will scroll down to the element with id="information"</a>