here. have some HTML help.

Aug 24, 2011 16:07

whenidance's guide to surviving the new rich text hot mess

This will probably be the only public entry I'll ever make here. WHEE! :D

Some people are having problems posting large blocks of text in the rich text editor. Since it doesn't seem like LJ is fixing it any time soon, throw rich text out the window and use HTML only. valentina_says asked me this weekend what I did in high school extracurricular wise, and teaching myself HTML when the computer nerds couldn't is the only thing that's even remotely helpful 10 years later.

Basically, if you open an HTML tag, you have to have a corresponding HTML tag to turn it off - telling it to stop being bold or underlined or whatever.

Here's commonly used stuff. When I'm writing in word, I just hand code all of my bold, italics, underlines, etc so it's all ready to go and I don't have to go back and do it.

Bold: TEXT
Italics: TEXT
Underline: TEXT
Strike: TEXT

I know Megan uses line breaks, gives you a line break like this.

To insert a link, the code is TEXT, replacing the URL with the address of where you want the link to go.

To insert an image, the code is
replacing the URL with the image code.

LJ cuts - and then all of the text inside your cut followed by . The code for a LJ username is whenidance.

If you're posting straight into the HTML from word, you don't have to worry about paragraph breaks. The HTML side keeps them. IDK what funky stuff the rich text is doing but you don't need
,
, or
codes unless you're trying to align text - if you want to center a block of text, I always use TEXT. To right align something, you can use the P tags -
TEXT
- that works with center aligning too, I'm just lazy and use the center tags since they're easier to type.

I also usually don't mess with font color and size - but the tags to do that are and then close yourself up with . The size is just corresponding to the numbers in word - you can also use the numbers 1-6 and the HTML will size accordingly (1 is the smallest, 6 the largest). The color, you can either throw in the word of a color or a HEX code - if you don't know what a HEX code is, don't worry about it!

There's probably something like this out there, but I was too lazy to find it. My recommendation is to never look at the rich text side again and come to the HTML dark side. It's confusing at first but SO MUCH easier once you get the hang of it. Like, any time I post anything, all I have to do is copy and paste because I've done the formatting all along. If anyone has any questions on anything, I'm definitely willing to attempt to help. :)
Next post
Up