mean dspt wrote:
> Hi,
> I run a wiki based site, and the engine doesn't wrap blocks of text
> inside <p>, but simply adds <br />. So it's quite difficult to style
> your paragraphs in content, as there's no "paragraphs" in the markup.
> Usuall way of styling with p{magin:VALUES;} etc. is not applicable. In
> long pages it creates "wall of text" effect, which is not nice at all.
> Usually it makes people to add double breakspaces, like <br/><br/>.
> more readable, but not very stylish.
> What can be done in this case?
> The first method I came up with is .content br {display:block;
> margin-bottom:VALUE;) rule. This works in FF2, but I'm not sure about
> other browsers. It doesn't work in IE6, as far as I tested it.
> Can you advise something?

I don't know what particular editor you're using, but I've faced a 
similar problem. Would it be at all possible to create an initial value, 
or default template, whereby there is something such as <p>[Enter your 
text here]</p>? In my instance, it worked fine - and understood that 
returns as entered by the user should close one p and open another.

Regards,
Barney
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to