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
Imported from hrwiki.org via Wayback Machine (HTML→wikitext)
 
imported>HRWikiMirrorBot
Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert)
 
Line 1: Line 1:
<!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine; HTML converted to wikitext. Formatting may be imperfect. -->
<!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine -->
'''Here's how to create a Strong Bad Email blockquote:'''
'''Here's how to create a Strong Bad Email blockquote:'''


<span id="coding-the-blockquote"></span>
== Coding the Blockquote ==
== <span class="mw-headline">Coding the Blockquote</span> ==


To create the blockquote, you'll need the ''&lt;blockquote&gt;'' tag. To make the blockquote look like a Strong Bad Email, you'll need the ''class'' 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:
 
<pre><blockquote class="(Your SBemail style)">Your SBemail text</blockquote></pre>


<pre>&lt;blockquote class=&quot;(Your SBemail style)&quot;&gt;Your SBemail text&lt;/blockquote&gt;</pre>
You'll need to know the six different attributes values, the words that go where ''(Your SBemail style)'' is, to customize the blockquote:
You'll need to know the six different attributes values, the words that go where ''(Your SBemail style)'' is, to customize the blockquote:


Line 20: Line 20:
''Note: Hence their names, the short versions of each blockquote should only be used for exceptionally short emails.''
''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 ''&lt;div&gt;'' tag inside the email:
The blue subject bar above each Lappy 486 email can be rendered into your blockquote using the ''<div>'' tag inside the email:


<pre>&lt;blockquote class=&quot;(Your SBemail style)&quot;&gt;
<pre>
&lt;div&gt;(Your subject text)&lt;/div&gt;
<blockquote class="(Your SBemail style)">
<div>(Your subject text)</div>
Your SBemail text
Your SBemail text
&lt;/blockquote&gt;</pre>
</blockquote>
<span id="examples"></span>
</pre>
== <span class="mw-headline">Examples</span> ==
 
== Examples ==


<span id="tandy-400"></span>
=== Tandy 400 ===
=== <span class="mw-headline">Tandy 400</span> ===


{| class="wikitable" border="0" width="100%"
{| class="wikitable" style="width:100%;"
|-
|-
| width="50%"| <blockquote>Dear Strong Bad,<br />
|
Dear Strong Bad,<br />
<br />
<br />
Do you take your wrestling mask and boxing<br />
Do you take your wrestling mask and boxing<br />
Line 41: Line 43:
Sincerely,<br />
Sincerely,<br />
Abdi LaRue<br />
Abdi LaRue<br />
San Diego, CA</blockquote>
San Diego, CA
| width="50%"| <pre>&lt;blockquote class=&quot;tandy email&quot;&gt;
|
<blockquote class="tandy email">


Dear Strong Bad,&lt;br /&gt;
Dear Strong Bad,<br />
&lt;br /&gt;
<br />
Do you take your wrestling mask and boxing&lt;br /&gt;
Do you take your wrestling mask and boxing<br />
gloves off before you go to bed?&lt;br /&gt;
gloves off before you go to bed?<br />
&lt;br /&gt;
<br />
Sincerely,&lt;br /&gt;
Sincerely,<br />
Abdi LaRue&lt;br /&gt;
Abdi LaRue<br />
San Diego, CA
San Diego, CA
&lt;/blockquote&gt;</pre>
</blockquote>
|}
|}


<span id="compy-386"></span>
=== Compy 386 ===
=== <span class="mw-headline">Compy 386</span> ===


{| class="wikitable" border="0" width="100%"
{| class="wikitable" style="width:100%;"
|-
|-
| width="50%"| <blockquote>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
| width="50%"| <pre>&lt;blockquote class=&quot;compy email&quot;&gt;
|
<blockquote class="compy email">


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>
|}
|}


<span id="lappy-486"></span>
=== Lappy 486 ===
=== <span class="mw-headline">Lappy 486</span> ===


{| class="wikitable" border="0" width="100%"
{| class="wikitable" style="width:100%;"
|-
|-
| width="50%"| <blockquote><div>
|
 
subject: made up animal
subject: made up animal
</div>
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 />
Line 93: Line 93:


Spud Jr.
Spud Jr.
</blockquote>
|
| width="50%"| <pre>&lt;blockquote class=&quot;lappy email&quot;&gt;
<blockquote class="lappy email">


&lt;div&gt;subject: made up animal&lt;/div&gt;
<div>subject: made up animal</div>
Dear Strong Bad,&lt;br /&gt;
Dear Strong Bad,<br />
What would you like as if you were your own made up&lt;br /&gt;
What would you like as if you were your own made up<br />
animal&lt;br /&gt;
animal<br />
Sincerely,&lt;br /&gt;
Sincerely,<br />
Spud Jr.
Spud Jr.
&lt;/blockquote&gt;</pre>
</blockquote>
|}
|}


<span id="compé"></span>
=== Compé ===
=== <span class="mw-headline">Compé</span> ===


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


<span id="lappier"></span>
=== Lappier ===
=== <span class="mw-headline">Lappier</span> ===


{| class="wikitable" border="0" width="100%"
{| class="wikitable" style="width:100%;"
|-
|-
| width="50%"| <blockquote>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</blockquote>
| width="50%"| <pre>&lt;blockquote class=&quot;lappy email&quot;&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
Kristian WithaK
&lt;/blockquote&gt;</pre>
|
<blockquote class="lappy email">
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>
|}
|}
 
[[Category:Help]]
<div id="catlinks" class="catlinks">
 
<div id="mw-normal-catlinks">
 
[/wiki/Special:Categories Category]: <span dir="ltr">[[Category:Help|Help]]</span>
 
</div>
 
</div>



Latest revision as of 14:24, 14 July 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:Compeemail and Template:Compeemailend.

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:Compeemail

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

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