Home
Q&A
Formatting Posts

Formatting Posts

5
votes

Everyone,

As I am sure that everyone has noticed recently, when you try to format text, using the common -a style- tags or the -p style- tags, the text appears to be a link (ie - it's underlined).

I am not sure why this has suddenly started happening, but I have contacted Christopher, and he has graciously gave an alternative to this style of formatting, and it should let us still format text, and avoid the underline effect.

Typing

allows us to format the text to verdana, green (You have to put the code inside ...

or....

Simply typing

font size="5" color=blue (again, inside )

allows us to increase the font size and change the color.

Anyway, it seems to work pretty well.

Oh yeah, don't forget to always close your code with the code /font (of course, inside )

If you want to read more about it, you can visit this website:

HMTL Font tags

¡Buena suerte!

2276 views
updated Jul 15, 2017
edited by 001a2987
posted by 001a2987
has given, omg, mi amor no saldrás de ese rincón nunca, jeje - 00494d19, Aug 8, 2011

11 Answers

3
votes

testing 7/15/17

Here is blue text in a paragraph tag with a sprinkle of RED included through the use of a span tag.

updated Jul 15, 2017
edited by DilKen
posted by Christopher
Thank you Christopher!! - 001a2987, Aug 8, 2011
3
votes

testing 7/15/2017 - a different way:

maybe it works without the underline!

OK so this works, but here l actually used a background in white so it appears like a normal written text! grin

in all the fonts and colors!

and you can even include a background color

updated Jul 15, 2017
edited by DilKen
posted by 00b6f46c
Well, I guess you figured out a way around it... :) - 001a2987, Aug 7, 2011
Excelente, Lovely. Thanks for this! - SonrisaDelSol, Aug 7, 2011
You're welcome :) - 00b6f46c, Aug 7, 2011
It's working because she is using the p-tag and not the a-tag. - webdunce, Aug 8, 2011
2
votes

testing

Huh? Let me test it, too.

The code for the above is...

< a>Huh? Let me test it, too.< /a>

(Except for the spaces between the < and the "a" and such.)

updated Jul 15, 2017
edited by DilKen
posted by webdunce
I have always had the problem with underlining text in anchor tags. I have always corrected it by adding the text-decoration:none property. - webdunce, Aug 8, 2011
The anchor tags are the < a > tags. The paragraph tags the < p > tags should not have the underlining problem. - webdunce, Aug 8, 2011
2
votes

testing

Yes, Chris, I have noticed that! I don't mind, though it would be nice to learn another way.

Old way, testing, testing!

updated Jul 15, 2017
edited by DilKen
posted by SonrisaDelSol
1
vote

God, I wish I understood any of the things that have been said here. I guess HTML is not my thing.

updated Aug 8, 2011
posted by StephenTrevor
Desafortunadamente, estoy de acuerdo contigo! - MLucie, Aug 8, 2011
Yo tambien! Gracias a Dios por negro y blanco! - Jubilado, Aug 8, 2011
1
vote

The reason this happens with the a-style tags is the < a > tags are used for links and the website has styled all links to appear as blue text that underline on hover. Therefore, you must override this default behavior by specifying that it NOT underline (text-decoration:none) and you must set the color to whatever color you want with color:{color name}.

Any of the color names found at this wiki article may be used.

These codes (CSS properties, really) must be put within the style attribute as shown in my other post.

updated Aug 8, 2011
posted by webdunce
1
vote

Actually, it may not work....when I was typing it, it all seemed perfect, after I posted, it deleted everything inside the < signs... :(

I will IM Chris again, and see if he can look into it...

Sorry everyone...

updated Aug 7, 2011
edited by 001a2987
posted by 001a2987
yes same happened with me :( - 00b6f46c, Aug 7, 2011
1
vote

a test!

oh well it doesn't work for me ... l must be doing something wrong!

updated Aug 7, 2011
edited by 00b6f46c
posted by 00b6f46c
No, something happened...it's not working.... :( - 001a2987, Aug 7, 2011
0
votes

There is no higher honor than to be able to congratulate Amber (rac1) for reaching 200K!

testing 7/15/17

updated Jul 15, 2017
edited by DilKen
posted by Sassette
0
votes

Huh? Let me test it, too. HOw did you get it not to show as red hmmmm, misterios de la vida

updated Jul 15, 2017
edited by DilKen
posted by 00494d19
color:red; - webdunce, Aug 8, 2011
I had an error in the one you copied, though. It should be font-family:georgia instead of font:georgia. - webdunce, Aug 8, 2011
Wait, you D O N ' T want it to show as red? Then color:green or color:orange or whatever. - webdunce, Aug 8, 2011
Any of the color names found at this wiki article may be used: http://en.wikipedia.org/wiki/Web_colors - webdunce, Aug 8, 2011
0
votes

This changing the way text displays is nice for making small links (like the ones under your avatar) more legible, but now I find it harder to recognize links from formatted text. There should be a way to discriminate between link labels and other html formatted text when applying mouseover properties.

updated Aug 7, 2011
edited by 0074b507
posted by 0074b507