Posted by Fred on 06/13/06 18:44
Many thanks, Jonathan!! That's a great help to me.
Sorry, I missed your post and didn't thank you earlier.
"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]
|