Posted by Fred on 06/13/06 19:07
I just wanted to thank you again, Jonathan. Such a simple way to set the
right margin and you have explained it in such an easy-to-follow way that
even a beginner like me can do it!
Many thanks!
Fred
"Jonathan N. Little" <lws4art@centralva.net> wrote in message
news:87e27$4488130e$40cba7bf$7565@NAXS.COM...
> Fred wrote:
> > Thanks, Jukka!! Unfortunately, I am sub-newbie.... sub-sub-newbie to be
> > exact...... which translates to .... I don't know what the heck "note"
(in
> > <div class="note">...</div>) means.
> >
> > Can you give me an example? See how the text in this message is
1/8-inch
> > never touches the left or right margin? Exactly how do you code a page
to
> > give the same margin?
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
> "http://www.w3.org/TR/html4/strict.dtd">
> <html>
> <head>
> <title>Your Title</title>
>
> <style type="text/css">
> BODY { margin-right: 2em; }
> </style>
> </head>
> <body>
> <p>Now the whole document well have a right margin of about 2 'M'
> character widths adjust as desired</p>
> </body>
> </html>
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIO
> http://www.LittleWorksStudio.com
[Back to original message]
|