ASK A QUESTION Testing: Is html really dead?
testing font tag for size and color (red)
Testingsuperscript
Testingsubscript
Testing text indent...
and...
line...
breaks.
using paragraph tags
light red text using css
- red text not red text
- red italicized
- red bolded
red strikethrough- redsuperscript
- redred subscript
light green text using css
- green italicized
- green bolded
green strikethrough
The green text cannot be used in-line because the define style leaves a blank space before and after it.
For example, the following green textwas typed as a single line of text with the rest of the sentence; however, a space was left before and after the green text due to the defined formatting style.
The red text is not subject to this problem and can be useful to illustrate or highlight ungrammatical or incorrect text when correcting a post
light grey text using css
- grey text not grey text
- grey italicized
- grey bolded
grey strikethrough- greysuperscript
- greyred subscript
You can use css to...
- You can use css to... float text to the right
- You can use css to... make mind-numbingly light grey text
- You can use css to
write lines of code
Formatting appears limited to the predefined set. Paragraph, anchor and span tags function, and line spacing using break tags is possible; however, because in-line style formatting does not appear to work, many of the formatting options once available are no longer viable.
From the perspective of the web developers, the use of dedicated style sheets is a much more elegant solution to formatting for an entire site such as this one, and the absence of in-line formatting options is probably better for the overall visual presentation of the site. I don't believe that it would be that difficult, however, to introduce a text option (for example, a push button option in the format toolbar) that would allow users to format using different color texts. Such an option could probably be introduced with only a few extra lines of code. It would be helpful when offering corrections or explanations to have access to red text formatting, or at the very least, there ought to be a red "x" option so that incorrect or ungrammatical text can be differentiated from correct text.
7 Answers
So far....
The superscript tag (<sup>, </sup>) tags seem to work
The subscript tag (<sub>, </sub>) tags seem to work
The strikeout tag (<s>, </s>) tags seem to work
The bold text (<b>, </b>) tags seem to work
The emphasis tag (<em>, </em>) tags seem to work
CSS can be used to include red text
CSS can be used to include green text(with some limitations)
Heading
tags (<h2>, </h2>) seem to work
Linebreaks...
inside paragraph tags...
also appear to function
- The only one I knew was the strikeout, so any you post are a help for me. - Stadt Feb 4, 2012 flag
- Thanks for testing. Now we have an idea of what we can use (for the moment). - Goldie_Miel Feb 4, 2012 flag
- This looks like a lot until you figure that bold, emphasis, and headings are already in the markdown codes so we don't need html for that. - pesta Feb 4, 2012 flag
- basic tables (not pipes) seems to work too, but you can't create borders, etc. - qfreed Feb 4, 2012 flag
- I spent all night trying to get tables to work like that lol. - Gregory84 Feb 4, 2012 flag
nada chico, puffff, no sé por qué no nos dicen lo que puede o no funcionar, sería más facil.
Mira, de esto puede que se encargue Stuart, un chico muy agradable del "staff", ¿qué tal si le pones una carta? Tú te explicarás mejor....y sobre todo si te lo explica, tú te enteras, jejej
besos
light red text using css
- red text not red text
- red italicized
- red bolded
red strikethrough- redsuperscript
- redred subscript
light green text using css
- green italicized
- green bolded
green strikethrough
The green text cannot be used in-line because the define style leaves a blank space before and after it.
For example, the following green textwas typed as a single line of text with the rest of the sentence; however, a space was left before and after the green text due to the defined formatting style.
The red text is not subject to this problem and can be useful to illustrate or highlight ungrammatical or incorrect text when correcting a post
light grey text using css
- grey text not grey text
- grey italicized
- grey bolded
grey strikethrough- greysuperscript
- greyred subscript
You can use css to...
- You can use css to... float text to the right
- You can use css to... make mind-numbingly light grey text
- You can use css to
write lines of code
Unfortunately, in-line style does not appear to work. Formatting appears limited to the predefined set. I don't believe that it would be that difficult, however, to introduce a text option (for example, a push button option in the format toolbar) that would allow users to format using different color texts. It would be helpful when offering corrections or explanations to have access to red text formatting, or at the very least, there ought to be a red "x" option so that incorrect or ungrammatical text can be differentiated from correct text.
- Wow that's a nice idea Izan, thank you! - lovely_lovel Feb 4, 2012 flag
- Where is the "conj" class defined? If you didn't define it, we have no control over it, and it could change overnight into another color, or disappear altogether. - pesta Feb 4, 2012 flag
- That green check mark, red x has been suggested before and it is a nice idea. - qfreed Feb 4, 2012 flag
- @Pesta: You can find it by referencing the source code for the dictionary and the conjugation pages, respectively. As long as the formatting remains constant on these pages, the code will continue to work. However, you are right, should the site... - Izanoni1 Feb 5, 2012 flag
- ...managers choose to update the source code to modify the formatting, the output for these codes could very well change. - Izanoni1 Feb 5, 2012 flag
Test of available dropdown list formatting
- That's red! But now, the white on light grey is annoying. - cogumela Feb 5, 2012 flag
- I was just fooling around with the different formats that are available based on the style sheet used for this site. The color pallet is extremely limited, as it only encompasses a small set of colors and formatting predefined by the web creators - Izanoni1 Feb 5, 2012 flag
The strikethrough tags seems to work
Izan, does it work in questions too? It works for me in answers, but not in questions. I mean, in the entry of a thread.
It works!
Great!
---- please delete ------
- Feb 4, 2012
- | Edited by lovely_lovel Feb 4, 2012
- | link
- | history
- | flag

Comentarios
Add Comment