indenting line
-
how can i indent a specific line in my poem? the figures i “draw” in my concrete poems are destroyed when i upload them in my blog.
-
-
-
-
-
-
I hadn’t noticed that (and I don’t know the answer to it); deltafoxtrot will tell us if and how it can be done.
If it cannot, you can discard the pre tags and work your way line by line, putting /&/n/b/s/p/;/ / (minus the slashes) at the beginning of each line, as many times for as many spaces. -
Here’s an inline CSS solution that hopefully won’t mess with the font’s apperance. I don’t have the time to test it but you may want to give it a try.
<pre style="font: inherit;">Poem</pre> -
-
-
If you have the custom CSS upgrade, something like this will automatically indent the first line of each paragraph:
.entry-content p { text-indent: 2em; }
That’s for sandbox, the selector might be different for other themes.
-
Tellyworth, I hate to mess with one of the high and mighty WP.com Rank’n’File but I fear you’re missing the point.
Ferayag wants to preserve concrete poetry, e.g. something like this:
http://www.gardendigest.com/concrete/index.htmlTo have code sanitation stop stripping all the deliberately added whitespace, the concrete poetry has to be wrapped in pre codes anyway. The styling (or rather un-styling to fix the appearance of the typography) I added is almost as short as a class declaration for custom CSS.
For someone who never will post source code this custom CSS line will do
pre{font:inherit !important;}Again, no offense intended.
- The topic ‘indenting line’ is closed to new replies.