Posted by jenngra on 09/30/86 11:48
Nik Coughlin wrote:
> jenngra@gmail.com wrote:
> > Hi & Good evening - can someone please show me how to do this:
> >
> > <body id=page_one style=margin:100>
> > </body>
> > <script> ..... I want to reset the <body> margin from 100 to 50 ....
>
> document.getElementById( "page_one" ).style.margin = "50px";
May I ask one more question? In a scenerio like this:
<body id=page_one style=margin:100><object id=object_one
name=object_one data="test.htm" width="500"
height="500"></object></body>
How do I set the body margin from test.htm to 50? I thought your step
would work, but I am unsure how to call this. Thank you so much, Jenn
Navigation:
[Reply to this message]
|