Question:
I need to add colour to my text (using html) help needed?
2009-02-09 02:30:29 UTC
The text is in black but I want it in red...what html do i need to use in this: : text text text text text text text text text text
thanks
Eight answers:
Some1
2009-02-09 02:33:25 UTC
text text text text text text text text text text
?
2009-02-09 15:47:39 UTC
I am new at hotmail, too. Last night I sent two msgs and got failure notices that no msg was selected even though the email said it was " a real Windows software site and to me.

However creating a pretty email is easy including a choice of fonts or one handwriting font in a choice of color and a second choice of I recomment a lighter background color to highlight your signature.

SO HERE'S HOW YOU DO IT. Instead of COMPOSE as on Yahoo, you click "NEW" and your typing space appears. Now I may not be perfect in memory but I moved from your question to look at my hotmail page before coming back to answer, so it will be close. I am going beyond just color.

ALL ACROSS THE TOP OF THE TYPING SPACE ARE SYMBOLS.

First is a check mark with ABC in it, that is just your spelling checker. Next is two "Fs" together and moving your cursor close yields a flag reading FONT and actually clicking the "Fs" yields a drop down with short phrase examples of your font choices. You just click on the font example you choose. Next is a box with a down arrow tip maybe reading font size or you have to bring the cursor close again. Click on it and a scroll off bigger and bigger numbers also getting bigger in size will come down. You click the size you want. Then there are a few vertical and horizontal line symbols. The cursor will tell what they are. One is INDENTand I think the others DECREASE INDENT, RIGHT JUSTIFY, LEFT JUSTIFY and CENTER. THE LAST SYMBOL IS A YELLOW SMILEY FACE WHICH I HAVEN'T TESTED BUT IT MUST BE LIKE YAHOO BUT I DON'T KNOW HOW MANY FACIAL EXPRESSIONS YOU GET TO CHOOSE FROM.

NOW TO THE QUESTION I'VE GOT YOU

SWEATING FOR ME TO ANSWER : COLOR !



ALONG WITH ALL THE SYMBOLS ACROSS THE TYPING SPACE I MENTIONED IS A FAIRLY LARGE LIGHT BLUE BOLD "A" WITH A VERY THICK / BOLD BRIGHT RED LINE UNDER IT. CLICK THE BLUE "A" AND DOWN POPS A TABLE OF LITTLE MULTICOLORED SQUARES. JUST CLICK THE COLORED SQUARE YOU WANT AND YOUR TEXT WILL BE IN THAT COLOR. IF YOU REMEMBER WHICH SQUARE YOU CLICKED YOU CAN EVEN STOP TYPING, CLICK THE "A" AGAIN TO MAKE A FEW WORDS STAND OUT IN DIFFERENT COLOR AND CLICK "A" AND THE REMEMBERED COLOR TO RETURN TO TYPING IN THE COLOR YOU FIRST CHOSE OR LIKE ME YOU CAN USE COLOR CHANGING AS SORT OF MARKING CHANGE OF THOUGHT OR A PARAGRAPH.



To end, don't forget that the B for bold, the slanted I for Italics and the underscore U are up at the top of the typing space, too



PS I don't think hotmail has the number of color choices that Yahoo has except in designing your signature. Yahoo has I think first a bigger initial array of colors bold and subtle PLUS something to click for MORE CHOICES, PLUS something to click for CUSTOM COLORS. HOWEVER, YOU SAID YOU WANT RED AND THAT HAPPENS TO BE THE COLOR THAT STANDS OUT CLEAREST ON HOTMAIL.
BlueIceWeb
2009-02-09 11:05:18 UTC
CSS is definitely the way forward, link to the css file from your html page and then you can change the style of text throughout a website by changing the css code once.



css code:



.sub-heading {



font-family: "Arial";

font-size: 0.8em;

color: #333333;

}



The above sets a style and colour for text.



html code:



text here





To link to the css from your html use:







Where css1.css is the name of your css file.
ray_diator
2009-02-09 02:41:26 UTC
Try using CSS as the answers so far are using deprecated ways of changing the font color.



Read all about it here:
Stephen T
2009-02-09 03:00:23 UTC
They are indeed depreciated try:



red text

steve_loir
2009-02-09 02:36:05 UTC
Like this:



red text
Deb
2009-02-09 02:34:21 UTC
susie
2016-05-23 13:12:24 UTC
.......


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...