New Message: Re: In progress: myWeblogOutliner Tool

Radio-Outline@userland.com Radio-Outline@userland.com
Fri, 07 Jun 2002 17:44:48 GMT


A new message was posted:

Address: http://radio.outliners.com/discuss/msgReader$95

By: Andy (andyed@surfmind.com)

Perhaps you would consider using CSS and div's instead of blockquote -- or at least acknowledge that some user's will want to make this modification.

CSS Margins can do the proper indentation and it avoids mis-use of the structural nature of blockquotes and makes customization easier.

So, the CSS might look like:

post {
 margin:8px;
 padding:4px;
}