Work in progress — This wiki is an active migration / mirror of Homestar Runner Wiki and is not finished yet. Account registration and public editing are turned off until the migration is further along. For status updates, see the migration thread on the forums.

Help:Strong Bad Email: Difference between revisions

From HR Wiki Twice
Jump to navigationJump to search
imported>HRWikiMirrorBot
Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert)
imported>HRWikiMirrorBot
Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert)
 
Line 1: Line 1:
<!-- Wayback HTML body (hrwiki.org); RawHtml -->
<!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine -->
<html>
'''Here's how to create a Strong Bad Email blockquote:'''
<p><b>Here's how to create a Strong Bad Email blockquote:</b>
 
</p>
== Coding the Blockquote ==
<a id="Coding_the_Blockquote" name="Coding_the_Blockquote"></a><h2> <span class="mw-headline">Coding the Blockquote</span></h2>
 
<p>To create the blockquote, you'll need the <i>&lt;blockquote&gt;</i> tag. To make the blockquote look like a Strong Bad Email, you'll need the <i>class</i> attribute:
To create the blockquote, you'll need the ''<blockquote>'' tag. To make the blockquote look like a Strong Bad Email, you'll need the ''class'' attribute:
</p>
 
<pre>&lt;blockquote class="(Your SBemail style)"&gt;Your SBemail text&lt;/blockquote&gt;</pre>
<pre><blockquote class="(Your SBemail style)">Your SBemail text</blockquote></pre>
<p>You'll need to know the six different attributes values, the words that go where <i>(Your SBemail style)</i> is, to customize the blockquote:
 
</p>
You'll need to know the six different attributes values, the words that go where ''(Your SBemail style)'' is, to customize the blockquote:
<ul><li><b>tandy email</b> - Makes the blockquote font, build, and color similar to that of the <a href="/index.php?title=Tandy_400" title="Tandy 400">Tandy 400</a>.
 
</li><li><b>compy email</b> - Makes the blockquote font, build, and color similar to that of the <a href="/index.php?title=Compy_386" title="Compy 386">Compy 386</a>.
* '''tandy email''' - Makes the blockquote font, build, and color similar to that of the [[Tandy 400]].
</li><li><b>lappy email</b> - Makes the blockquote font, build, and color similar to that of the <a href="/index.php?title=Lappy_486" title="Lappy 486">Lappy 486</a> and <a href="/index.php?title=Lappier" title="Lappier">Lappier</a>.
* '''compy email''' - Makes the blockquote font, build, and color similar to that of the [[Compy 386]].
</li><li><b>short tandy email</b> - The same functions as <b>tandy email</b>, but with a fixed height.
* '''lappy email''' - Makes the blockquote font, build, and color similar to that of the [[Lappy 486]] and [[Lappier]].
</li><li><b>short compy email</b> - The same functions as <b>compy email</b>, but with a fixed height.
* '''short tandy email''' - The same functions as '''tandy email''', but with a fixed height.
</li><li><b>short lappy email</b> - The same functions as <b>lappy email</b>, but with a fixed height.
* '''short compy email''' - The same functions as '''compy email''', but with a fixed height.
</li><li> The Compé does not use a blockquote format, Instead, the text in question should be put in between {{compeemail}} and {{compeemailend}}.
* '''short lappy email''' - The same functions as '''lappy email''', but with a fixed height.
</li></ul>
* The Compé does not use a blockquote format, Instead, the text in question should be put in between {{compeemail}} and {{compeemailend}}.
<p><i>Note: Hence their names, the short versions of each blockquote should only be used for exceptionally short emails.</i>
 
</p><p>The blue subject bar above each Lappy 486 email can be rendered into your blockquote using the <i>&lt;div&gt;</i> tag inside the email:
''Note: Hence their names, the short versions of each blockquote should only be used for exceptionally short emails.''
</p>
 
The blue subject bar above each Lappy 486 email can be rendered into your blockquote using the ''<div>'' tag inside the email:
 
<pre>
<pre>
&lt;blockquote class="(Your SBemail style)"&gt;
<blockquote class="(Your SBemail style)">
&lt;div&gt;(Your subject text)&lt;/div&gt;
<div>(Your subject text)</div>
Your SBemail text
Your SBemail text
&lt;/blockquote&gt;
</blockquote>
</pre>
</pre>
<a id="Examples" name="Examples"></a><h2> <span class="mw-headline">Examples</span></h2>
<a id="Tandy_400" name="Tandy_400"></a><h3> <span class="mw-headline">Tandy 400</span></h3>
<table border="0" width="100%">
<tr>
<td width="50%">
<blockquote class="tandy email">Dear Strong Bad,<br/>
<br/>
Do you take your wrestling mask and boxing<br/>
gloves off before you go to bed?<br/>
<br/>
Sincerely,<br/>
Abdi LaRue<br/>
San Diego, CA</blockquote>
</td>
<td width="50%">
<pre>
&lt;blockquote class="tandy email"&gt;


Dear Strong Bad,&lt;br /&gt;
== Examples ==
&lt;br /&gt;
 
Do you take your wrestling mask and boxing&lt;br /&gt;
=== Tandy 400 ===
gloves off before you go to bed?&lt;br /&gt;
 
&lt;br /&gt;
{| class="wikitable" style="width:100%;"
Sincerely,&lt;br /&gt;
|-
Abdi LaRue&lt;br /&gt;
|
Dear Strong Bad,<br />
<br />
Do you take your wrestling mask and boxing<br />
gloves off before you go to bed?<br />
<br />
Sincerely,<br />
Abdi LaRue<br />
San Diego, CA
|
<blockquote class="tandy email">
 
Dear Strong Bad,<br />
<br />
Do you take your wrestling mask and boxing<br />
gloves off before you go to bed?<br />
<br />
Sincerely,<br />
Abdi LaRue<br />
San Diego, CA
San Diego, CA
&lt;/blockquote&gt;</pre>
</blockquote>
</td>
|}
</tr>
 
</table>
=== Compy 386 ===
<a id="Compy_386" name="Compy_386"></a><h3> <span class="mw-headline">Compy 386</span></h3>
 
<table border="0" width="100%">
{| class="wikitable" style="width:100%;"
<tr>
|-
<td width="50%">
|
<blockquote class="compy email">strong bad,<br/>
strong bad,<br />
<br/>
<br />
what would you do if you were <br/>
what would you do if you were <br />
invisable for one day????<br/>
invisable for one day????<br />
<br/>
<br />
sin studly17</blockquote>
sin studly17
</td>
|
<td width="50%">
<blockquote class="compy email">
<pre>
&lt;blockquote class="compy email"&gt;


strong bad,&lt;br /&gt;
strong bad,<br />
&lt;br /&gt;
<br />
what would you do if you were &lt;br /&gt;
what would you do if you were <br />
invisable for one day????&lt;br /&gt;
invisable for one day????<br />
&lt;br /&gt;
<br />
sin studly17
sin studly17
&lt;/blockquote&gt;</pre>
</blockquote>
</td>
|}
</tr>
 
</table>
=== Lappy 486 ===
<a id="Lappy_486" name="Lappy_486"></a><h3> <span class="mw-headline">Lappy 486</span></h3>
 
<table border="0" width="100%">
{| class="wikitable" style="width:100%;"
<tr>
|-
<td width="50%">
|
subject: made up animal
Dear Strong Bad,<br />
What would you like as if you were your own made up<br />
animal<br />
Sincerely,<br />
 
Spud Jr.
|
<blockquote class="lappy email">
<blockquote class="lappy email">
<div>subject: made up animal</div>
<div>subject: made up animal</div>
<p>Dear Strong Bad,<br/>
Dear Strong Bad,<br />
What would you like as if you were your own made up<br/>
What would you like as if you were your own made up<br />
animal<br/>
animal<br />
Sincerely,<br/>
Sincerely,<br />
</p>
Spud Jr.
Spud Jr.</blockquote>
</blockquote>
</td>
|}
<td width="50%">
<pre>
&lt;blockquote class="lappy email"&gt;


&lt;div&gt;subject: made up animal&lt;/div&gt;
=== Compé ===
Dear Strong Bad,&lt;br /&gt;
What would you like as if you were your own made up&lt;br /&gt;
animal&lt;br /&gt;
Sincerely,&lt;br /&gt;
Spud Jr.
&lt;/blockquote&gt;</pre>
</td>
</tr>
</table>
<a id="Comp.C3.A9" name="Comp.C3.A9"></a><h3> <span class="mw-headline">Compé</span></h3>
<table border="0" width="100%">
<tr>
<td width="50%">
<blockquote class="compe email">
<span style="display:block;padding-bottom:2px;border:0px;border-bottom:2px solid #999;">
<span style="display:block;padding-bottom:2px;border-bottom:2px solid #999;">
<span style="padding:4px;display:block;margin:0px;border:8px solid #999;color:white">


Dear Strong Bad,<br/>
{| class="wikitable" style="width:100%;"
Does Strong Badia ever host an independent film<br/>
|-
festival?<br/>
|
-=Evil Gif=-<br/>
Dear Strong Bad,<br />
Does Strong Badia ever host an independent film<br />
festival?<br />
-=Evil Gif=-<br />
Phoenix, Arizona
Phoenix, Arizona
</span>
|
</span>
</span>
</blockquote>
</td>
<td width="50%">
<pre>
{{compeemail}}
{{compeemail}}


Dear Strong Bad,&lt;br /&gt;
Dear Strong Bad,<br />
Does Strong Badia ever host an independent film&lt;br/&gt;
Does Strong Badia ever host an independent film<br/>
festival?&lt;br /&gt;
festival?<br />
-=Evil Gif=-&lt;br /&gt;
-=Evil Gif=-<br />
Phoenix, Arizona
Phoenix, Arizona
{{compeemailend}}</pre>
{{compeemailend}}
</td>
|}
</tr>
 
</table>
=== Lappier ===
<a id="Lappier" name="Lappier"></a><h3> <span class="mw-headline">Lappier</span></h3>
 
<table border="0" width="100%">
{| class="wikitable" style="width:100%;"
<tr>
|-
<td width="50%">
|
Dear SB,<br />
Why doesn't Senor Cardgage have a video in the<br />
Characters section? Is he too cool to be on<br />
camera?<br />
Woefully yours,<br />
Kristian WithaK
|
<blockquote class="lappy email">
<blockquote class="lappy email">
Dear SB,<br/>
Dear SB,<br />
Why doesn't Senor Cardgage have a video in the<br/>
Why doesn't Senor Cardgage have a video in the<br />
Characters section? Is he too cool to be on<br/>
Characters section? Is he too cool to be on<br />
camera?<br/>
camera?<br />
Woefully yours,<br/>
Woefully yours,<br />
Kristian WithaK
Kristian WithaK
</blockquote>
</blockquote>
</td>
|}
<td width="50%">
[[Category:Help]]
<pre>
&lt;blockquote class="lappy email"&gt;
Dear SB,&lt;br /&gt;
Why doesn't Senor Cardgage have a video in the&lt;br /&gt;
Characters section? Is he too cool to be on&lt;br /&gt;
camera?&lt;br /&gt;
Woefully yours,&lt;br /&gt;
Kristian WithaK
&lt;/blockquote&gt;
</pre>
</td>
</tr>
</table>
 
 
 
<div class="visualClear"></div>
</html>



Latest revision as of 04:58, 5 August 2026

Here's how to create a Strong Bad Email blockquote:

Coding the Blockquote

To create the blockquote, you'll need the

tag. To make the blockquote look like a Strong Bad Email, you'll need the class attribute:

<blockquote class="(Your SBemail style)">Your SBemail text</blockquote>

You'll need to know the six different attributes values, the words that go where (Your SBemail style) is, to customize the blockquote:

  • tandy email - Makes the blockquote font, build, and color similar to that of the Tandy 400.
  • compy email - Makes the blockquote font, build, and color similar to that of the Compy 386.
  • lappy email - Makes the blockquote font, build, and color similar to that of the Lappy 486 and Lappier.
  • short tandy email - The same functions as tandy email, but with a fixed height.
  • short compy email - The same functions as compy email, but with a fixed height.
  • short lappy email - The same functions as lappy email, but with a fixed height.
  • The Compé does not use a blockquote format, Instead, the text in question should be put in between

Template for use in conjunction with {{compeemailend}} to automatically format Compé emails.

Format:

{{compeemail}}
Body of email<br />
on several lines.
{{compeemailend}}

Result:

>Body of email
>on several lines.

and 

Template for use in conjunction with {{compeemail}} to automatically format Compé emails.

Format:

{{compeemail}}
Body of email<br />
on several lines.
{{compeemailend}}

Result:

>Body of email
>on several lines.

.

Note: Hence their names, the short versions of each blockquote should only be used for exceptionally short emails.

The blue subject bar above each Lappy 486 email can be rendered into your blockquote using the

tag inside the email:
<blockquote class="(Your SBemail style)">
<div>(Your subject text)</div>
Your SBemail text
</blockquote>

Examples

Tandy 400

Dear Strong Bad,

Do you take your wrestling mask and boxing
gloves off before you go to bed?

Sincerely,
Abdi LaRue
San Diego, CA

Compy 386

strong bad,

what would you do if you were
invisable for one day????

sin studly17

Lappy 486

subject: made up animal Dear Strong Bad,
What would you like as if you were your own made up
animal
Sincerely,

Spud Jr.

Compé

Dear Strong Bad,
Does Strong Badia ever host an independent film
festival?
-=Evil Gif=-
Phoenix, Arizona

Template for use in conjunction with {{compeemailend}} to automatically format Compé emails.

Format:

{{compeemail}}
Body of email<br />
on several lines.
{{compeemailend}}

Result:

>Body of email
>on several lines.


Dear Strong Bad,
Does Strong Badia ever host an independent film
festival?
-=Evil Gif=-
Phoenix, Arizona

Template for use in conjunction with {{compeemail}} to automatically format Compé emails.

Format:

{{compeemail}}
Body of email<br />
on several lines.
{{compeemailend}}

Result:

>Body of email
>on several lines.

Lappier

Dear SB,
Why doesn't Senor Cardgage have a video in the
Characters section? Is he too cool to be on
camera?
Woefully yours,
Kristian WithaK