Posted by frederick on 04/25/06 18:07
dorayme wrote:
> In the head of your doc between <head> and </head> put this:
>
> body {padding-right:10px}
>
> and write away...
That's nice. A shame that it won't actually do anything useful!
Perhaps you meant the following:
<style type="text/css">
body {padding-right:10px}
</style>
Not "best practice" either, but at least the browser'll do what was
intended!
--
AGw.
Navigation:
[Reply to this message]
|