Posted by Ralph Zajac on 09/28/76 11:16
Hi
> I know you said "without playing with a lot of css", but css is the way to
> go and there's not a lot to it.
>
> <p style="margin-left: 2em;">
>
> or even better:
> <p class="indent">
>
> then in your css file:
> p.indent {
> margin-left: 2em;
> }
>
Yes but I would have to add class="indent" to every paragraph. Using
blockquote I can do:
<blockquote>
<p>sdfsfsdf</p>
<p>sdfsfsdf</p>
<p>sdfsfsdf</p>
<p>sdfsfsdf</p>
<p>sdfsfsdf</p>
</blockquote>
Ralph
Navigation:
[Reply to this message]
|