KillerMuffin
Seraphically Disinclined
- Joined
- Jul 29, 2000
- Posts
- 25,603
I was looking over some of the new poems in the past few days and noticed that some if it has some format to it beyond the straight "paragraph" form. Indents and the like.
I know that story people like italics and whatnot, I think poetry people would like them, too. There's nothing quite like a judiciously used space or italics to create ambiance.
So, for those who aren't in the know, here's the HTML to format your poetry for Laurel (to make sure it's done right)
Spaces:
To add spaces where there otherwise would be none, you have to use the no backspace code. & nbsp, without the space between & and n. It looks like this:   <-- if you can't see it (you can't) click Quote and scroll down. That prevents the browser from automatically removing extra spaces.
Italics:
Similar to vB code, yet HTMLish all the same! <I>whatever you want italicized</I> <I> opens the italics and </I> closes it. Spacing for italics codes is just like normal spacing. Make sure there's a space in there! Don't do it like this: word<I>italicized words</I>word. Like this: word <I>italicized words</I>
Boldface:
Like italics, only with <B> and </B>
Hope it helps someone!
I know that story people like italics and whatnot, I think poetry people would like them, too. There's nothing quite like a judiciously used space or italics to create ambiance.
So, for those who aren't in the know, here's the HTML to format your poetry for Laurel (to make sure it's done right)
Spaces:
To add spaces where there otherwise would be none, you have to use the no backspace code. & nbsp, without the space between & and n. It looks like this:   <-- if you can't see it (you can't) click Quote and scroll down. That prevents the browser from automatically removing extra spaces.
Italics:
Similar to vB code, yet HTMLish all the same! <I>whatever you want italicized</I> <I> opens the italics and </I> closes it. Spacing for italics codes is just like normal spacing. Make sure there's a space in there! Don't do it like this: word<I>italicized words</I>word. Like this: word <I>italicized words</I>
Boldface:
Like italics, only with <B> and </B>