|
|
PLEASE NOTE: The Reality TV World Message Boards are filled with desperate
attention-seekers pretending to be one big happy PG/PG13-rated family. Don't
be fooled. Trying to get everyone to agree with you is like herding cats,
but intolerance for other viewpoints is NOT welcome and respect for other
posters IS required at all times. Jump in and play, and you'll soon find out
how easy it is to fit in, but save your drama for your mama. All members are
encouraged to read the
complete guidelines.
As entertainment critic Roger
Ebert once said, "If you disagree with something I write, tell me so, argue
with me, correct me--but don't tell me to shut up. That's not the American way."
|
|
"How do I put words in bold when I post?"
Subject |
Author |
Message Date |
ID |
Bold, Italic, Underline, and Strike... |
sleeeve |
04-22-02 |
1 |
RE: Bold, Italic, Underline, and St... |
SurvivorBlows |
04-22-02 |
2 |
RE: Bold, Italic, Underline, and St... |
Teddy_Bear |
05-01-02 |
3 |
RE: Bold, Italic, Underline, and St... |
sleeeve |
05-01-02 |
4 |
RE: Bold, Italic, Underline, and St... |
Teddy_Bear |
05-12-02 |
5 |
RE: Bold, Italic, Underline, and St... |
sleeeve |
05-12-02 |
6 |
RE: Bold, Italic, Underline, and St... |
JeffGator |
05-12-02 |
7 |
RE: Bold, Italic, Underline, and St... |
Kokoro |
06-04-02 |
9 |
RE: Bold, Italic, Underline, and St... |
Teddy_Bear |
06-04-02 |
8 |
RE: Bold, Italic, Underline, and St... |
Red Lady |
08-02-02 |
10 |
|
sleeeve 3456 desperate attention whore postings DAW Level: "Car Show Celebrity"
|
04-22-02, 03:08 AM (EST)
|
1. "Bold, Italic, Underline, and Strikethrough" |
LAST EDITED ON 04-22-02 AT 03:08 AM (EST)Jsut include these tags surrounding the text you want in bold, etc: [b]This text is in bold.[/b] [i]This text is in italic.[/i] [u]This text is underlined.[/u] [s]This text is crossed out.[/s] For more information, click on "reply" to any post, then click on the link that says "html reference".  You never know what might be up my sleeeve...
|
Remove |
Alert |
Edit |
Reply |
Reply With Quote | Top |
| |
 |
|
 |
Teddy_Bear 1675 desperate attention whore postings DAW Level: "Peanut Festival Grand Marshall"
|
05-01-02, 11:47 AM (EST)
|
3. "RE: Bold, Italic, Underline, and Strikethrough" |
Hi Sleeve, I've tried to implement your advice, including the information in the link provided by Webby; yet for whatever reason, It isn't totally working for me.I can get the formatting in bold, italic, etc., but I'm not able to highlight the parts of the text I want to. Although I haven't tried this yet; I'm guessing that you can get colour by using ? for example; I don't quite get the size part of it yet.
APPEDENDUM: The colour/font/size part isn't working either; I just tried to type in purple font using the the 2 square keys surrounding it, and they disapeared. Any further guidence you could provide on this subject, would be much appreciatied . Eventhough I've got the links and the uploading down pat; the HTML contiues to be a struggle for me. The chart, while extremely helpful and detailed, is very confusing to me. Maybe I'm just computer illiterate or, maybe it's because I'm DYSLEXIC, and there's no hope here {sigh}. Please help {begs}. Oh BTW, just what exactly is "CODE," and "Hyperlink?"  Act Now: Keep HOPE Alive !!!
Eleanor Roosevelt: No one can make you feel inferior without your consent.
|
Remove |
Alert |
Edit |
Reply |
Reply With Quote | Top |
| |
 |
sleeeve 3456 desperate attention whore postings DAW Level: "Car Show Celebrity"
|
05-01-02, 03:06 PM (EST)
|
4. "RE: Bold, Italic, Underline, and Strikethrough" |
Okay... let's see if I can start with the easy questions and work up to the harder ones.>just what exactly is "CODE," and "Hyperlink?" "CODE" represents any type of standard HTML markup language code used in creating webpages. If you do not know how to program in html (ie: you cannot create a webpage from scratch), then do not worry about this... there are a few cool things that you can do with html, (like making a car drive across the screen, or making font glow)... but you'll be unlikely to use any other html code that is not explicitly covered in the table. A "Hyperlink" is any text that you can click on, that takes you to a website. For example, this is a hyperlink: http://www.survivorblows.com I can get the formatting in bold, italic, etc., but I'm not able to highlight the parts of the text I want to. I'm not sure what you mean by this... if you mean that you are unable to get *only* certain parts of text in bold, then you need to include the [b] tag at the start of the text you want in bold, and the [/b] tag at the end of the text you want bold (same is true for italic, underline, etc) For example... if I write: This sentence contains some [b]bold[/b] text. It will display: This sentence contains some bold text. As for font color and size, if I write: This sentence contains some [font color="blue"]blue[/font] text. It will display: This sentence contains some blue text. If I write: This is a [font size="6"]large[/font] word. It will display: This is a large word. If I write: This is a [font color="blue" size="6"]large, blue[/font] word. It will display: This is a large, blue word. In place of "blue" you can use just about any other color (or hexadecimal representation of a color) that you can think of. Most colors are supported by your browser... but all you have to do is hit "preview" to see if your color worked. In place of "6", you can list any number 1 through 7 for size. 1 is very small (the size of the "last edited" message), while 7 is very large... You can also put "-1" (for example)... and it will make the font one size smaller than normal or "+2" (for example) to make it two sizes larger. This should cover the vast majority of html code that you will need to make posts. All the other stuff in the table is usually unnecessary.
 You never know what might be up my sleeeve...
|
Remove |
Alert |
Edit |
Reply |
Reply With Quote | Top |
| |
 |
sleeeve 3456 desperate attention whore postings DAW Level: "Car Show Celebrity"
|
05-12-02, 04:21 AM (EST)
|
6. "RE: Bold, Italic, Underline, and Strikethrough" |
>What is markup language? Markup language is any language which is not a true programming language, but instead instructs your computer on how to make something appear. For example, JavaScript is a common programming language used on the internet, which does lots of cool interactive things (the live chat program is written in JAVA). HTML (which stands for HyperText Markup Language), on the other hand, is a markup language... In other words, your computer recieves a text document, and then your computer interprets this file to determine how the webpage should be displayed (ie: what words are in color, which are bold, what is the background color, etc). >How do you make a car >drive across the screen, or >make a font glow? How come I thought someone would ask this question after I mentioned it... For all of the other "cool" things that can be done in HTML, my best advice is: when you see something that you wanna try, click "reply with quote", and you'll see the code that was used to create it. These specific HTML tasks (and many, many, many others) require a strong understanding of html in general in order to properly program. Remember, it's possible to write an entire webpage in html (including everything you see on this site, for example, although the backbone of the site is written in Perl), so there's a LOT to learn. If you're interested in learning html, there are a number of online tutorials that you can use to start to learn the fundamentals of the language. If you're just interested in posting cool graphics, etc, then your best bet is to have someone here that knows what they're doing write the code, then just copy their work (that's how just about everyone else on this site does it).  You never know what might be up my sleeeve...
|
Remove |
Alert |
Edit |
Reply |
Reply With Quote | Top |
| |
 |
JeffGator 1401 desperate attention whore postings DAW Level: "Beef Jerky Spokesperson"
|
05-12-02, 04:26 AM (EST)
|
7. "RE: Bold, Italic, Underline, and Strikethrough" |
Just wanted to try it out...
 "I may be a lot of things, but I ain't no Hershey Bar."
|
Remove |
Alert |
Edit |
Reply |
Reply With Quote | Top |
| |
 |
Teddy_Bear 1675 desperate attention whore postings DAW Level: "Peanut Festival Grand Marshall"
|
06-04-02, 03:28 PM (EST)
|
8. "RE: Bold, Italic, Underline, and Strikethrough" |
Test:It is not necessary to accept everything as true, one must only accept it as necessary.
 Eleanor Roosevelt: No one can make YOU feel inferior without YOUR consent!Test=Successful.
|
Remove |
Alert |
Edit |
Reply |
Reply With Quote | Top |
| |
 |
Red Lady 2010 desperate attention whore postings DAW Level: "Roller Coaster Inaugurator"
|
08-02-02, 02:33 AM (EST)
|
10. "RE: Bold, Italic, Underline, and Strikethrough" |
>Test:It is not necessary to >accept everything as true, one >must only accept it as >necessary. > >Eleanor Roosevelt: No one >can make YOU feel inferior >without YOUR consent!Test=Successful. Red Lady By jove, I think I've finally got it!
|
Remove |
Alert |
Edit |
Reply |
Reply With Quote | Top |
| |
|
p l a c e h o l d e r t e x t g o e s h e r e - p l a c e h o l d e r t e x t g o e s h e r e - p l a c e h o l d e r t e x t g o e s h e r e -
p l a c e h o l d e r t e x t g o e s h e r e - p l a c e h o l d e r t e x t g o e s h e r e - p l a c e h o l d e r t e x t g o e s h e r e -
p l a c e h o l d e r t e x t g o e s h e r e - p l a c e h o l d e r t e x t g o e s h e r e - p l a c e h o l d e r t e x t g o e s h e r e -
p l a c e h o l d e r t e x t g o e s h e r e - p l a c e h o l d e r t e x t g o e s h e r e - p l a c e h o l d e r t e x t g o e s h e r e -
|
|