I would like to know the answer too. Anyone here know what is the right answer to your question. I'll do some research and get back to you if I got an good answer. You should email the people at iContact as they probably can help you..
Because if the style settings were done with a class... all the content of the whole web iContact site could be changed with the swift change of one line of code...
But the text will be rendered like one mass paragraph with styles disabled..
The indent can be hard coded in, and everything else (color, position, font size, background color, border, ect.) can be set with CSS...
No it wont as the breaks are still intact...
So, we can have lots of superfluous markup, to what advantage? Semantically speaking, it seems reasonable use.
<pre></pre>.
Here...
We will have to beg to differ then. I consider the <p>'s to be superfluous..
The advantage will be if the web master has a great deal of poems to publish online... and may want to change some basic layout at a later point... every file will not need changing. Only the CSS doc...
I am just trying to figure out what "em spaces" are???.
&#8195;.
Why are you using that??? just use &nbsp; instead..
I was considering using the em spaces because their size is such that each represents one level of indent, and because the indents, arguably a textual rather than a presentational element, would thus have the advantage of being *part of the text* rather than produced by stylesheets. My backup plan was already the good ol' span, which entimp suggested, and it looks like I'll probably be going with that (though I'll keep each stanza as a p, since it really is a "paragraph" of poetry.) That's pretty much the common way of doing it on PGDP anywayI just thought I'd be creative and try something potentially better. Thanks for all the suggestions. I'd still like to know why the em spaces were behaving so oddly, though...
Because then the book of poetry would be about half non-breaking space entities. Trust me, there are a lot of indented lines...
Half of non brekaing spaces or half of em spaces, I see no difference. you could always you blockquote too. and there is a css attribute that will endent. let me find it..
Http://www.w3.org/TR/REC-CSS2/text.h...dentation-prop..

