When you post/edit an entry, there should be a button up the top that looks like some lines, followed by a little squigley, like a torn page. Highlight what you want to put under the cut, press that button, the write what you want it to say, kinda like a link. (which I also know the HTML for). The HTML for a cut is < lj - cut = "LABEL HERE"> TEXT HERE < / lj-cut> (Just remove the spaces) You can do that in HTML edit mode.
Other useful HTML: insert an image into a entry or comment: < img (space) src = "IMAGE LINK" > (in HTML edit or just normally in a comment)
link: < a (space) href = "LINK HERE" > LABEL HERE < / a >
link with pic < a (space) href = "LINK HERE" > "IMAGE LINK HERE" < / a >
types of text: Italics: < i > TEXT HERE < / i > Bold: < b > TEXT HERE < / b > Underline: < u > TEXT HERE < / u > Strike out: < strike > TEXT HERE < / strike >
Comments 4
Reply
Reply
Reply
Other useful HTML:
insert an image into a entry or comment: < img (space) src = "IMAGE LINK" > (in HTML edit or just normally in a comment)
link: < a (space) href = "LINK HERE" > LABEL HERE < / a >
link with pic < a (space) href = "LINK HERE" > "IMAGE LINK HERE" < / a >
types of text:
Italics: < i > TEXT HERE < / i >
Bold: < b > TEXT HERE < / b >
Underline: < u > TEXT HERE < / u >
Strike out: < strike > TEXT HERE < / strike >
And, before I forget:
( ... )
Reply
Leave a comment