The Straight Dope

Go Back   Straight Dope Message Board > Main > About This Message Board

Reply
 
Thread Tools Display Modes
  #1  
Old 09-11-1999, 08:03 PM
Louie Louie is offline
Guest
 
Join Date: Apr 1999
I apologize in advance if some of this stuff doesn't work.
I did this only in Notepad.

Here's a reference to do all the neat things you can do with HTML.
Just copy how the code is done and that's all.

Part I - The Basics

Bolding:

<b>words in bold</b>

words in bold

Italics:

<i>words in italics</i>

words in italics

Underline:

<u>words underlined</u>

words underlined

Strikeout:

<strike>words crossed off</strike>

<strike>words crossed off</strike>

Centering text:

&lt;p align="center"&gt;centered text&lt;/p&gt;

<p align="center">centered text</p>

Marquee (only works in Internet Explorer):

&lt;marquee&gt;scrolling words&lt;/marquee&gt;

<marquee>scrolling words</marquee>

Bouncing Marquee (only works in Internet Explorer):

&lt;marquee behavior="alternate"&gt;bouncing words&lt;/marquee&gt;

<marquee behavior="alternate">bouncing words</marquee>

Part II - Images and Hyperlinks

To display an image:

&lt;img src="web address of image goes here" alt="alt tag goes here"&gt;

So to display my "thumbs up" picture with the tag "cool", I would type down-

&lt;img src="http://members.aol.com/lou826/thumb.gif" alt="cool"&gt;

<img src="http:/members.aol.com/lou826/thumb.gif" alt="cool">

To make a hyperlink:

&lt;a href="web address goes here"&gt;words to click on&lt;/a&gt;

So if you wanted to link to The Onion, you would type down-

&lt;a href="http://www.theonion.com"&gt;click here to read The Onion&lt;/a&gt;

<a href="http://www.theonion.com">click here to read The Onion</a>

Part III - Fun with Fonts

To change font type:

&lt;font face="©"&gt;a bunch of words&lt;/font&gt;

Replace © with the name of the font you want to use.
So if you wanted to change the font to a typewriter style (Courier New),
you would type down-

&lt;font face="Courier New"&gt;a bunch of words&lt;/font&gt;

<font face="Courier New">a bunch of words</font>

To change font size:

&lt;font size=©&gt;words to make bigger or smaller&lt;/font&gt;

Replace © with size numbers 1 2 3 4 5 6 or 7.

<font size=1>size 1</font>
<font size=2>size 2</font>
<font size=3>size 3</font>
<font size=4>size 4</font>
<font size=5>size 5</font>
<font size=6>size 6</font>
<font size=7>size 7</font>

To change font color:

&lt;font color="©"&gt;words in color&lt;/font&gt;

Replace © with Red, Orange, Yellow, Green, Blue, or Purple

<font color="red">Red</font>
<font color="orange">Orange</font>
<font color="yellow">Yellow</font>
<font color="green">Green</font>
<font color="blue">Blue</font>
<font color="purple">Purple</font>


Part IV - Symbols!

These symbols can be found under the font names "Wingdings" and "Webdings".
To use them, use the "To change font type" trick shown above.

Key:
<font face="Courier New">`1234567890-=
~!@#$%^&*()_+
ABCDEFGHIJKLM
NOPQRSTUVWXYZ
[];',./\
{}:"&lt;&gt;?|</font>

Wingdings Symbols:

<font face="Wingdings" size=6>`1234567890-=
~!@#$%^&*()_+
ABCDEFGHIJKLM
NOPQRSTUVWXYZ
[];',./\
{}:"&lt;&gt;?|</font>

Webdings Symbols:

<font face="Webdings" size=6>`1234567890-=
~!@#$%^&*()_+
ABCDEFGHIJKLM
NOPQRSTUVWXYZ
[];',./\
{}:"&lt;&gt;?|</font>

Hope this helps out.
Reply With Quote
Advertisements  
  #2  
Old 09-11-1999, 08:07 PM
Louie Louie is offline
Guest
 
Join Date: Apr 1999
Yes! It all worked, except for the http://members.aol.com/lou826/thumb.gif picture. Oh well. Hope I helped you all.

Louie
Reply With Quote
  #3  
Old 09-11-1999, 08:44 PM
Ringo Ringo is offline
Charter Member
 
Join Date: Apr 1999
Location: Houston, TX, USA
Posts: 11,257
<marquee behavior="alternate">Does it work?</marquee>
Reply With Quote
  #4  
Old 09-11-1999, 08:47 PM
Ringo Ringo is offline
Charter Member
 
Join Date: Apr 1999
Location: Houston, TX, USA
Posts: 11,257
<font size=6>Hey Louie! Thanks!</font>
Reply With Quote
  #5  
Old 09-11-1999, 08:54 PM
Kamino Neko Kamino Neko is offline
Guest
 
Join Date: Apr 1999
<marquee behavior="alternate">This could be fun!</marquee>



------------------
'They couldn't hit an Elephant from this dist...!'

Last words of General John Sedgwick
Reply With Quote
  #6  
Old 09-12-1999, 08:17 PM
rowrrbazzle rowrrbazzle is offline
Guest
 
Join Date: Jul 1999
<marquee behavior="alternate">I hate ping-pong! </marquee>
Reply With Quote
  #7  
Old 09-13-1999, 04:41 PM
Sassy Sassy is offline
Charter Member
 
Join Date: Jun 1999
Location: Where little cable cars..
Posts: 1,230
I have to try this
Reply With Quote
  #8  
Old 09-13-1999, 05:33 PM
Strainger Strainger is offline
Guest
 
Join Date: Apr 1999
underline?
Reply With Quote
  #9  
Old 09-13-1999, 05:35 PM
Strainger Strainger is offline
Guest
 
Join Date: Apr 1999
Greek Symbols?

<font face="Symbol">abgdezhq</font>
Reply With Quote
  #10  
Old 09-13-1999, 05:37 PM
Strainger Strainger is offline
Guest
 
Join Date: Apr 1999
<marquee><font color="Blue">Cool!</font></marquee>
Reply With Quote
  #11  
Old 09-13-1999, 05:40 PM
manhattan manhattan is offline
Charter Member
Charter Member
 
Join Date: Aug 1999
Posts: 9,127
<marquee behavior="alternate"> <font color=Red>Louie Rocks!</font>
</marquee>


------------------
Livin' on Tums, Vitamin E and Rogaine
Reply With Quote
  #12  
Old 09-13-1999, 05:42 PM
manhattan manhattan is offline
Charter Member
Charter Member
 
Join Date: Aug 1999
Posts: 9,127
Does it work in a sig?

------------------
&lt;marquee behavior="alternate"&gt; &lt;font color=Green&gt;J E T S JetsJetsJets!&lt;/font&gt;
&lt;/marquee&gt;
Reply With Quote
  #13  
Old 09-13-1999, 05:44 PM
manhattan manhattan is offline
Charter Member
Charter Member
 
Join Date: Aug 1999
Posts: 9,127
What about just the color?

------------------
&lt;font color=Green&gt;J E T S JetsJetsJets!&lt;/font&gt;
Reply With Quote
  #14  
Old 09-13-1999, 06:09 PM
Strainger Strainger is offline
Guest
 
Join Date: Apr 1999
Manhattan, try removing the spaces between codes. Also remember to put "quotes" around the name of your font color.
Reply With Quote
  #15  
Old 09-13-1999, 06:12 PM
manhattan manhattan is offline
Charter Member
Charter Member
 
Join Date: Aug 1999
Posts: 9,127
Like this?

<marquee behavior="alternate"><font color="Green">J E T S JetsJetsJets!</font></marquee>

------------------
Livin' on Tums, Vitamin E and Rogaine
Reply With Quote
  #16  
Old 09-13-1999, 06:13 PM
manhattan manhattan is offline
Charter Member
Charter Member
 
Join Date: Aug 1999
Posts: 9,127
And now lets try the sig.

------------------
&lt;marquee behavior="alternate"&gt;&lt;font color="Green"&gt;J E T S JetsJetsJets!&lt;/font&gt;&lt;/marquee&gt;
Reply With Quote
  #17  
Old 09-13-1999, 06:16 PM
manhattan manhattan is offline
Charter Member
Charter Member
 
Join Date: Aug 1999
Posts: 9,127
OK, no scrolling for me. How 'bout the color?

BTW, TubaDiva: Louie created a remarkable tutorial here. Can it be moved to the FAQ. In the alternative, can you delete all the "I'm gonna try this" posts (including mine)?

------------------
&lt;font color="Green"&gt;J E T S JetsJetsJets!&lt;/font&gt;
Reply With Quote
  #18  
Old 09-13-1999, 08:41 PM
moriah moriah is online now
Member
 
Join Date: Jun 1999
Location: NJ, USA ♂
Posts: 3,776
I think the create-your-sig-screen specifically states that html and images are turned off for sigs.

Peace.
Reply With Quote
  #19  
Old 09-13-1999, 11:52 PM
Strainger Strainger is offline
Guest
 
Join Date: Apr 1999
What I'm wondering is why UBB created its own code for bold and italics when it's not a whole lot different from the HTML code. To relieve us from having to use the shift key so much, maybe?

I'm also wondering how Louie was able to list the syntax for the HTML commands without the code being executed. Additional HTML code?

BTW, thanks very much for the tutorial, Louie!!
Reply With Quote
  #20  
Old 09-14-1999, 12:45 AM
TubaDiva TubaDiva is offline
Mother's Little Helper
Administrator
 
Join Date: Mar 1999
Location: In the land of OO-bla-dee
Posts: 9,424
Quote:
BTW, TubaDiva: Louie created a remarkable tutorial here. Can it be moved to the FAQ. In the alternative, can you delete all the "I'm gonna try this" posts (including mine)?
I think this is a keeper.

Thank you very much, Louie.

Quote:
What I'm wondering is why UBB created its own code for bold and italics when it's not a whole lot different from the HTML code. To relieve us from having to use the shift key so much, maybe?
Some boards have html coding turned off; we allow both html and UBB.

your humble TubaDiva/SDStaffDiv
for the Straight Dope
Reply With Quote
  #21  
Old 09-14-1999, 06:16 AM
Guest
 
<font color="red">This should be bolded red</font>

<strike>These words should be in strike-out.</strike>

Lessee if this works, now.
Reply With Quote
  #22  
Old 09-14-1999, 03:09 PM
BunnyGirl BunnyGirl is offline
Guest
 
Join Date: May 1999
Louie, you are a prince among men! Thanks for the tutorial!!!

3 cheers for Louie!
Reply With Quote
  #23  
Old 09-14-1999, 03:19 PM
manhattan manhattan is offline
Charter Member
Charter Member
 
Join Date: Aug 1999
Posts: 9,127
moriah sez:
Quote:
I think the create-your-sig-screen specifically states that html and images are turned off for sigs.
Oh, sure, if you’re one of those people who read that kind of stuff.

(manhattan skulks away, embarassed……)


------------------
Livin' on Tums, Vitamin E and Rogaine
Reply With Quote
  #24  
Old 09-15-1999, 12:50 AM
moriah moriah is online now
Member
 
Join Date: Jun 1999
Location: NJ, USA ♂
Posts: 3,776
<body>
<font color="#009900">Strainger</font> posted:
<dl>
<dl><tt>What I'm wondering is why UBB created its own code for bold and
italics when it's not a whole lot different from the HTML code. To relieve
us from having to use the shift key so much, maybe?</tt></dl>
</dl>
As mentioned, it's possible for the admins to turn off html and make us
use just ubb coding.&nbsp; So, ubb coding had to be different than html.
<blockquote>&nbsp;

<tt>I'm also wondering how Louie was able to list the syntax for the
HTML commands without the code being executed. Additional HTML code?</tt></blockquote>
Basically, yes.&nbsp; There is a html code for the open angle bracket that
begins with an ampersand ( <font color="#993366">&amp;lt;</font> = <font color="#993366">&lt;</font>
) for when you want brackets to show instead of having them be interpreted
as code.


It is easier, though, to type and format in a <font size=-1>WYSIWYG</font>
editor (such as <font color="#FF0000">Netscape's Composer<font size=-2>
&reg;</font></font>) that will export what you type as html code.&nbsp;
Then you just cut and past the code into the reply box on the board.


Also, if you want to see the coding that Louie did, use your browser's
view
code
command.&nbsp; In <font color="#FF0000">Netscape <font size=-2>&reg;</font></font>
it is View / Page Source.


<font color="#FF0000">-</font><font color="#FF0700">m</font><font color="#FF0F00">o</font><font color="#FF1600">r</font><font color="#FF1E00">i</font><font color="#FF2600">a</font><font color="#FF2D00">h</font>
</body>
Reply With Quote
  #25  
Old 09-15-1999, 12:52 AM
moriah moriah is online now
Member
 
Join Date: Jun 1999
Location: NJ, USA ♂
Posts: 3,776
Of course, it helps to remember to check the page breaks. **sigh**
Reply With Quote
  #26  
Old 09-15-1999, 12:56 AM
Louie Louie is offline
Guest
 
Join Date: Apr 1999
Anytime, TubaDiva. Finally, I do something good on this board.

Strainger:

Yes, I used additional HTML codes for &lt; and &gt;. To make a &lt;, you type in (without the *'s):

&*l*t*;

And to make a &gt;, you type (without the *'s):

&*g*t*;

Straight Dope: now in <font color="red">C</font><font color="orange">O</font><font color="yellow">L</font><font color="green">O</font><font color="blue">R</font>
Reply With Quote
  #27  
Old 09-15-1999, 01:05 AM
E1skeptic E1skeptic is offline
Guest
 
Join Date: Jun 1999
So, I can post using the NS composer?

WOW!
Reply With Quote
  #28  
Old 09-15-1999, 08:09 PM
moriah moriah is online now
Member
 
Join Date: Jun 1999
Location: NJ, USA ♂
Posts: 3,776
<body>
Using NS Composer is a bit tricky because you need to cut and paste the code into the ubb, and for some strange reason, NS won't let you copy the code when you pull it up in the code views.


So, what do you do?&nbsp; After using the spelling checker, save your highly formatted Composer page (I usually save it to a dummy file, <tt>foo.htm</tt> that I keep reusing).&nbsp; Then&nbsp; use Edit / HTML Source
to see the html-coded page in a word processor (use <tt>notepad.exe</tt>
found in your <tt>Windows</tt> directory).&nbsp; Then you can highlight
and copy and paste the text into the ubb (<font size=-1>CTRL-C /
ALT-TAB / ALT-TABE / CTRL-V</font>).


P<font size=-1>EACE</font>
</body>
Reply With Quote
  #29  
Old 09-15-1999, 08:13 PM
moriah moriah is online now
Member
 
Join Date: Jun 1999
Location: NJ, USA ♂
Posts: 3,776
<body>
Using NS Composer is a bit tricky because you need to cut and
paste the code into the ubb, and for some strange reason, NS
won't let you copy the code when you pull it up in the code views.


So, what do you do?&nbsp; After using the spelling checker, save your
highly formatted Composer page (I usually save it to a dummy file,
<tt>foo.htm</tt>
that I keep reusing).&nbsp; Then&nbsp; use Edit / HTML Source
to see the html-coded page in a word processor (use
<tt>notepad.exe</tt>
found in your <tt>Windows</tt> directory).&nbsp; Then you can highlight
and copy and paste the text into the ubb (<font size=-1>CTRL-C /
ALT-TAB / CTRL-V</font>).


P<font size=-1>EACE</font>
</body>
Reply With Quote
  #30  
Old 09-15-1999, 08:16 PM
moriah moriah is online now
Member
 
Join Date: Jun 1999
Location: NJ, USA ♂
Posts: 3,776
Yeah, I know I posted that twice. Was trying to find a way to get rid of those damned invisible carriage returns in the UBB.

Peace.
Reply With Quote
  #31  
Old 09-16-1999, 12:28 AM
Jewel Jewel is offline
Guest
 
Join Date: Sep 1999
<font color="blue">Thanks</font> for the info, Louie!
Reply With Quote
  #32  
Old 09-16-1999, 02:52 AM
E1skeptic E1skeptic is offline
Guest
 
Join Date: Jun 1999
</head>
<body>
Let's <font face="Arial Black"><font color="#3333FF">see </font></font><font face="Comic Sans MS"><font color="#CC0000">if
this </font></font><font face="Copperplate Gothic Light"><font color="#009900"><font size=+1>works</font></font></font>
</body>
</html>
Reply With Quote
  #33  
Old 09-16-1999, 02:54 AM
E1skeptic E1skeptic is offline
Guest
 
Join Date: Jun 1999
Thanks, Moriah!

Reply With Quote
  #34  
Old 09-16-1999, 02:24 PM
Strainger Strainger is offline
Guest
 
Join Date: Apr 1999
Does <font color="Blue">this</font> throw you off?
Reply With Quote
  #35  
Old 09-17-1999, 12:27 AM
GregAtlanta GregAtlanta is offline
Guest
 
Join Date: May 1999
Just trying some stuff.

<marquee>This oughta be moving.</marquee>
Reply With Quote
  #36  
Old 09-17-1999, 12:58 AM
Louie Louie is offline
Guest
 
Join Date: Apr 1999
Don't mind me, just keeping this tutoral afloat.

<marquee behavior="slide"> </marquee>




------------------
"The more beautiful the rose, the more thorns it hides underneath." - Louie
Reply With Quote
  #37  
Old 09-17-1999, 03:42 AM
moriah moriah is online now
Member
 
Join Date: Jun 1999
Location: NJ, USA ♂
Posts: 3,776
Strainger,


You are cruel.&nbsp; But I've seen that one before as well as other practical html jokes at <font color="#3333FF">WebJokers.com</font>.


Peace.
Reply With Quote
  #38  
Old 09-18-1999, 01:19 AM
Louie Louie is offline
Guest
 
Join Date: Apr 1999
I'm still receiving compliments for the tutoral. Thanks everyone.

Still trying to keep this afloat.
Reply With Quote
  #39  
Old 09-18-1999, 01:29 AM
Kamino Neko Kamino Neko is offline
Guest
 
Join Date: Apr 1999
<marquee behavior="alternate"> </marquee>

<marquee>Just screwin' around. </marquee>
Reply With Quote
  #40  
Old 09-18-1999, 01:57 AM
Louie Louie is offline
Guest
 
Join Date: Apr 1999
<IMG SRC="http://pluto.beseen.com/hit.counter?account=thebiglou@hotmail.com-&font=RedOnBlack&base=0" BORDER=0>

<font face="Webdings" size=7>B</font>
Reply With Quote
  #41  
Old 09-18-1999, 01:58 AM
Louie Louie is offline
Guest
 
Join Date: Apr 1999
Uh, I mean...

<font face="Wingdings" size=7>B

C</font> perfect
Reply With Quote
  #42  
Old 09-18-1999, 03:32 PM
Sealemon88 Sealemon88 is offline
Guest
 
Join Date: Sep 1999
testing this out

<wanna see if this prints>
Reply With Quote
  #43  
Old 09-18-1999, 03:34 PM
Sealemon88 Sealemon88 is offline
Guest
 
Join Date: Sep 1999
well, well, well....just found out that placing text in the "<>" symbols doesn't work...It just disapears
Reply With Quote
  #44  
Old 09-18-1999, 04:28 PM
Guest
 
let's see--

This is not in bold
This should have italics
But it probably doesn't.
<strike> This is crossed out. </strike>

<p align="center"> Is this centered? </p>

<marquee> This is not moving. </marquee>

<marquee behavior="alternate"> Or bouncing </marquee>

The best Monty Python site I've ever seen.

<font face="Westminster"> This font is Westminster... You may not have it. </font>

<font size=7> BYZANTINE!! </font>

<font color="Blue"> That is what I wanted to do in the "Brithael V Byzantine thread. </font>

<sarc> I am confident in my HTML skills. </sarc>



------------------
"Of course we could make school more challenging Lisa. But then the stupider children would be in here complaining... furrowing their brows in a futile attempt to comprehend the situation."
Reply With Quote
  #45  
Old 09-18-1999, 04:36 PM
Guest
 
One error in the whole damn thing and it's the one that makes me look arrogant. I meant:

[sarc] I am confident in my HTML skills. [/sarc]

indicating sarcasm.

PS Did this quote?

Quote:
Thanks for the info, Louie!
Jewel said it, and I share the sentiment.
Reply With Quote
  #46  
Old 09-18-1999, 04:42 PM
Guest
 
I keeep posting, but this is fun, and besides, this thread must stay at the top for my fellow clueless newbies.

What does nesting the HTML do?

Italics and bold?
Reply With Quote
  #47  
Old 09-19-1999, 02:11 AM
Louie Louie is offline
Guest
 
Join Date: Apr 1999
I'm going to try to make a separate web page with the tutoral on it.

<marquee>Still keeping this afloat, thanks to the BigSmily!<img src="http://www.straightdope.com/ubb/smile.gif" height="200" width="200">

------------------
"The more beautiful the rose, the more thorns it hides underneath." - Louie
Reply With Quote
  #48  
Old 09-19-1999, 02:14 AM
Louie Louie is offline
Guest
 
Join Date: Apr 1999
</marquee>

<font face="wingdings" size=7>I</font> High five
Reply With Quote
  #49  
Old 09-22-1999, 01:51 AM
Louie Louie is offline
Guest
 
Join Date: Apr 1999
<font color="blue"><blink>STILL keeping it afloat.</blink></font>
Reply With Quote
  #50  
Old 09-22-1999, 04:08 PM
Cessandra Cessandra is offline
Guest
 
Join Date: Apr 1999
Thought I'd bring this topic to the top while checking to see if my sig is right.

------------------
I was educated long after the discontinuation of flogging, and I have no problems with spelling or grammar.
This is because I'm not a moron.
-- Stolen from AuraSeer

&lt;a href="http://www.shsu.edu/~stdmed17/Home.html"&gt;My Homepage&lt;/a&gt;
&lt;a href="http://www.shsu.edu/~stdmed17/RockyHome.html"&gt;The Rocky Horror Picture Show: Website for Virgins&lt;/a&gt;
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 11:38 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Send questions for Cecil Adams to: cecil@chicagoreader.com

Send comments about this website to: webmaster@straightdope.com

Terms of Use / Privacy Policy

Advertise on the Straight Dope!
(Your direct line to thousands of the smartest, hippest people on the planet, plus a few total dipsticks.)

Publishers - interested in subscribing to the Straight Dope?
Write to: sdsubscriptions@chicagoreader.com.

Copyright © 2013 Sun-Times Media, LLC.