Jer
2005-03-25 17:57:44 |
Colored text in problems?
<p style=\"color:red\">A red word
I don't know much html or what form of it this site uses.
How could I make a line say:
black red black
where each word is in the correct color?
Thanks |
Philip
2005-04-05 19:23:04 |
Re: Colored text in problems?
<font color=\"black\">black<font> <font color=\"red\">red<font> <font color=\"black\">black<font> |
Tristan
2005-04-05 22:36:28 |
Try blue
blue
You can make blue font by using "a" tags, leaving out the href="url" that you would normally include in a link. However, it might annoy people that the font looks like a link but isn't. |
Jer
2005-04-06 17:05:44 |
Re: Colored text in problems?
Philip, I tried pasting your line into the problem text window, but the preview then showed the same thing except with // everywhere instead of /. I removed the /'s entirely but they still came back in the preview pane.
Tristan, I'm sorry but you totally lost me. But blue and black would be ok colors to use for my problem. |
Philip
2005-04-06 20:37:00 |
Test
<a color=\"blue\">blue |
Philip
2005-04-06 20:37:08 |
Re: Colored text in problems?
sigh |
Tristan
2005-04-06 23:33:14 |
Re: Colored text in problems?
To make blue, I typed out the following:
<a>blue</a>
This is definitely not the traditional way of making colors in html code. I'm actually using the same tag that is used to make links. To make links, you would normally use the tags <a href="type url here"> and </a>. If you leave out the url part, you are left with just blue font. |
Tristan
2005-04-06 23:36:41 |
Re: Colored text in problems?
That didn't turn out as expected. The ampersand-lt should actually be a <. That's just the code used to make less-than signs without creating an html tag. |
Tristan
2005-04-06 23:38:55 |
Re: Colored text in problems?
It didn't work again... it should show a less-than sign, in case you haven't already figured out again. I don't know why it only works sometimes. |
Dustin
2005-04-07 00:43:40 |
Re: Colored text in problems?
blue? |
Jer
2005-04-07 12:07:29 |
Re: Colored text in problems?
blackblueblack |
Jer
2005-04-07 12:10:22 |
Re: Colored text in problems?
hey, it works. Not very much contrast, but it works.
abcde<a/>fghijklmnopqrstuvwxyz |
Tristan
2005-04-24 18:08:40 |
Color test
<B style=\"COLOR: black; BACKGROUND-COLOR: #a0ffff\">Background color |
Tristan
2005-04-24 18:11:40 |
Re: Colored text in problems?
In the comments today, I couldn't help but notice that John Ryskamp made a comment with several words with colored highlights. Surprised that a color tag worked, I looked at the source code. I guess it must not work in the forums though. |
Erik O.
2005-05-11 18:59:01 |
Re: Colored text in problems?
does vB code word in here? [color=red]red[/color]? |
Erik O.
2005-05-11 18:59:14 |
Re: Colored text in problems?
nope
|
Erik O.
2005-05-11 18:59:36 |
Re: Colored text in problems?
:)
|
Larry
2005-07-17 18:10:28 |
Re: Colored text in problems?
Test 1:
Try to make <B style=\"COLOR: black; BACKGROUND-COLOR: #a0ffff\">blue background ...
Test 2:
Try to make <B style=\"COLOR: #ff0000; BACKGROUND-COLOR: #afeeee\">red text with turquoise bkgd ... |
Larry
2005-07-17 18:13:31 |
Re: Colored text in problems?
Try again. The final slash B was missing
Test 1:
Try to make <B style=\\"COLOR: black; BACKGROUND-COLOR: #a0ffff\">blue background .. |
brianjn
2005-07-18 00:57:22 |
Re: Colored text in problems?
The word 'style' is employed in Cascading Style Sheets, and if I recall correctly, either has to be called as separate file, or needs to written in the < head > < /head > section of the HTML page which would mean that 'style' is unavailable to us. |