Home
Q&A
How to Make Your Posts More Colorful

How to Make Your Posts More Colorful

68
votes

This thread is in response to all of the people who have asked how to add color to our posts.

This is not meant to be an exhaustive study of the use of HTML markup code but merely a brief tutorial to allow everyone to be able to use some of the more useful features in their posts. If you are interested in a more comprehensive understanding of HTML and CSS, I would recommend this website: W3Schools


To Add Color

1). Copy the following markup

<a style = "color:blue;">Text Goes Here</a>

2). Insert your desired text in the space that reads "text goes here"

3). If you want to use a different color, all of the primary colors will work in place of "blue."


Strikethrough

1). Insert either the "s" or "strike" opening and closing tags around the desired text

<s>This Text Will be Strikethrough</s>

or

<strike>This Text Will be Strikethrough</strike>


Font Size

1). Use the following code to make the font size a percentage of the original font

<a style = "font-size:200%;">Double Sized</a>


Much of this no longer works on SD in 2015.

24853 views
updated Sep 22, 2015
edited by DilKen
posted by Izanoni1
wonderful post, thanks Izan:) - 00494d19, Oct 26, 2009
Wow! What an awesome post! I'll make sure to link to it in the reference section. You're the best! - Paralee, Oct 27, 2009
I L-O-V-E this post! I've been feeling like a total digi-betic! - chicasabrosa, Mar 19, 2010
updated the strikethrough reference - Izanoni1, Jul 10, 2010
Great info!Thanks! - Jraider, May 17, 2011
For instruction on putting in a picture see these links http://www.spanishdict.com/answers/226052/lets-practice-putting-in-a-picture-vamos-a-practicar-a-poner-en-una-imagen - sanlee, Jan 6, 2015
http://www.spanishdict.com/answers/270032/how-to-post-an-picture-in-spanish-dict-for-dummies-como-poner-una-imagen-en-su-respuesta-para-dummies- - sanlee, Jan 6, 2015
Some of the html code is being stripped out by the Spanish Dict program that is used to process what we type in the answer box before it is shown as a post. Many of the tips in this article no longer work. - DilKen, May 28, 2015