Posted by Jonathan N. Little on 06/08/06 12:08
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
Navigation:
[Reply to this message]
|