Posted by Beauregard T. Shagnasty on 05/10/06 22:27
dorayme wrote:
> In the head of your doc between <head> and </head> put this:
>
> body {padding-right:10px}
No, put this:
<style type="text/css">
body {padding-right:10px;}
</style>
...or maybe even better, to keep it away from all sides:
<style type="text/css">
body {margin: 2em;}
</style>
Can't tell without seeing the page.
--
-bts
-Warning: I brake for lawn deer
[Back to original message]
|