|
|
|
#1
|
|||
|
|||
|
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: <p align="center">centered text</p> <p align="center">centered text</p> Marquee (only works in Internet Explorer): <marquee>scrolling words</marquee> <marquee>scrolling words</marquee> Bouncing Marquee (only works in Internet Explorer): <marquee behavior="alternate">bouncing words</marquee> <marquee behavior="alternate">bouncing words</marquee> Part II - Images and Hyperlinks To display an image: <img src="web address of image goes here" alt="alt tag goes here"> So to display my "thumbs up" picture with the tag "cool", I would type down- <img src="http://members.aol.com/lou826/thumb.gif" alt="cool"> <img src="http:/members.aol.com/lou826/thumb.gif" alt="cool"> To make a hyperlink: <a href="web address goes here">words to click on</a> So if you wanted to link to The Onion, you would type down- <a href="http://www.theonion.com">click here to read The Onion</a> <a href="http://www.theonion.com">click here to read The Onion</a> Part III - Fun with Fonts To change font type: <font face="©">a bunch of words</font> 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- <font face="Courier New">a bunch of words</font> <font face="Courier New">a bunch of words</font> To change font size: <font size=©>words to make bigger or smaller</font> 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: <font color="©">words in color</font> 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 [];',./\ {}:"<>?|</font> Wingdings Symbols: <font face="Wingdings" size=6>`1234567890-= ~!@#$%^&*()_+ ABCDEFGHIJKLM NOPQRSTUVWXYZ [];',./\ {}:"<>?|</font> Webdings Symbols: <font face="Webdings" size=6>`1234567890-= ~!@#$%^&*()_+ ABCDEFGHIJKLM NOPQRSTUVWXYZ [];',./\ {}:"<>?|</font> Hope this helps out.
|
| Advertisements | |
|
|
|
|
#2
|
|||
|
|||
|
Yes! It all worked, except for the http://members.aol.com/lou826/thumb.gif picture. Oh well. Hope I helped you all.
Louie |
|
#3
|
|||
|
|||
|
<marquee behavior="alternate">Does it work?</marquee>
|
|
#4
|
|||
|
|||
|
<font size=6>Hey Louie! Thanks!</font>
|
|
#5
|
|||
|
|||
|
<marquee behavior="alternate">This could be fun!</marquee>
------------------ 'They couldn't hit an Elephant from this dist...!' Last words of General John Sedgwick |
|
#6
|
|||
|
|||
|
<marquee behavior="alternate">I hate ping-pong!
</marquee>
|
|
#7
|
|||
|
|||
|
I have to try this
|
|
#8
|
|||
|
|||
|
underline?
|
|
#9
|
|||
|
|||
|
Greek Symbols?
<font face="Symbol">abgdezhq</font> |
|
#10
|
|||
|
|||
|
<marquee><font color="Blue">Cool!</font></marquee>
|
|
#11
|
|||
|
|||
|
<marquee behavior="alternate"> <font color=Red>Louie Rocks!</font>
</marquee> ------------------ Livin' on Tums, Vitamin E and Rogaine |
|
#12
|
|||
|
|||
|
Does it work in a sig?
------------------ <marquee behavior="alternate"> <font color=Green>J E T S JetsJetsJets!</font> </marquee> |
|
#13
|
|||
|
|||
|
What about just the color?
------------------ <font color=Green>J E T S JetsJetsJets!</font> |
|
#14
|
|||
|
|||
|
Manhattan, try removing the spaces between codes. Also remember to put "quotes" around the name of your font color.
|
|
#15
|
|||
|
|||
|
Like this?
<marquee behavior="alternate"><font color="Green">J E T S JetsJetsJets!</font></marquee> ------------------ Livin' on Tums, Vitamin E and Rogaine |
|
#16
|
|||
|
|||
|
And now lets try the sig.
------------------ <marquee behavior="alternate"><font color="Green">J E T S JetsJetsJets!</font></marquee> |
|
#17
|
|||
|
|||
|
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)? ------------------ <font color="Green">J E T S JetsJetsJets!</font> |
|
#18
|
|||
|
|||
|
I think the create-your-sig-screen specifically states that html and images are turned off for sigs.
Peace. |
|
#19
|
|||
|
|||
|
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!! |
|
#20
|
|||
|
|||
|
Quote:
![]() Thank you very much, Louie. Quote:
your humble TubaDiva/SDStaffDiv for the Straight Dope |
|
#21
|
|||
|
|||
|
<font color="red">This should be bolded red</font>
<strike>These words should be in strike-out.</strike> Lessee if this works, now. |
|
#22
|
|||
|
|||
|
Louie, you are a prince among men! Thanks for the tutorial!!!
3 cheers for Louie! |
|
#23
|
|||
|
|||
|
moriah sez:
Quote:
(manhattan skulks away, embarassed……) ------------------ Livin' on Tums, Vitamin E and Rogaine |
|
#24
|
|||
|
|||
|
<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. So, ubb coding had to be different than html. <blockquote> <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. There is a html code for the open angle bracket that begins with an ampersand ( <font color="#993366">&lt;</font> = <font color="#993366"><</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> ®</font></font>) that will export what you type as html code. 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. In <font color="#FF0000">Netscape <font size=-2>®</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> |
|
#25
|
|||
|
|||
|
Of course, it helps to remember to check the page breaks. **sigh**
|
|
#26
|
|||
|
|||
|
Anytime, TubaDiva. Finally, I do something good on this board.
![]() Strainger: Yes, I used additional HTML codes for < and >. To make a <, you type in (without the *'s): &*l*t*; And to make a >, 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> |
|
#27
|
|||
|
|||
|
So, I can post using the NS composer?
WOW! |
|
#28
|
|||
|
|||
|
<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? 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). Then 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). 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> |
|
#29
|
|||
|
|||
|
<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? 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). Then 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). 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> |
|
#30
|
|||
|
|||
|
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. |
|
#31
|
|||
|
|||
|
<font color="blue">Thanks</font> for the info, Louie!
|
|
#32
|
|||
|
|||
|
</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> |
|
#33
|
|||
|
|||
|
Thanks, Moriah!
|
|
#34
|
|||
|
|||
|
Does <font color="Blue">this</font> throw you off?
|
|
#35
|
|||
|
|||
|
Just trying some stuff.
<marquee>This oughta be moving.</marquee> |
|
#36
|
|||
|
|||
|
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 |
|
#37
|
|||
|
|||
|
Strainger,
You are cruel. But I've seen that one before as well as other practical html jokes at <font color="#3333FF">WebJokers.com</font>. Peace. |
|
#38
|
|||
|
|||
|
I'm still receiving compliments for the tutoral.
Thanks everyone.Still trying to keep this afloat. |
|
#39
|
|||
|
|||
|
<marquee behavior="alternate">
</marquee><marquee>Just screwin' around. </marquee>
|
|
#40
|
|||
|
|||
|
<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> |
|
#41
|
|||
|
|||
|
Uh, I mean...
<font face="Wingdings" size=7>B C</font> perfect |
|
#42
|
|||
|
|||
|
testing this out
<wanna see if this prints> |
|
#43
|
|||
|
|||
|
well, well, well....just found out that placing text in the "<>" symbols doesn't work...It just disapears
|
|
#44
|
|||
|
|||
|
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." |
|
#45
|
|||
|
|||
|
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:
|
|
#46
|
|||
|
|||
|
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? |
|
#47
|
|||
|
|||
|
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 |
|
#48
|
|||
|
|||
|
</marquee>
<font face="wingdings" size=7>I</font> High five |
|
#49
|
|||
|
|||
|
<font color="blue"><blink>STILL keeping it afloat.</blink></font>
|
|
#50
|
|||
|
|||
|
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 <a href="http://www.shsu.edu/~stdmed17/Home.html">My Homepage</a> <a href="http://www.shsu.edu/~stdmed17/RockyHome.html">The Rocky Horror Picture Show: Website for Virgins</a> |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|