Posted by Beauregard T. Shagnasty on 09/28/64 11:16
Ralph Zajac wrote:
> 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:
No ya wouldn't.
> <!-- <blockquote> -->
<div class="indent">
> <p>sdfsfsdf</p>
> <p>sdfsfsdf</p>
> <p>sdfsfsdf</p>
> <p>sdfsfsdf</p>
> <p>sdfsfsdf</p>
</div>
> <!-- </blockquote> -->
Blockquote is semantically incorrect for "indenting" - it's for quoting.
--
-bts
-This space intentionally left blank.
Navigation:
[Reply to this message]
|