I've got a page with 2 frames.
A link in 1 frame loads a page in the second :
Code:
<a href="../scripts/repsearch.asp" Target="main">
Nothing fantastic there.

However, I noticed that this page is all scrunched up on the left hand side. What I need is to tell the page "okay, indent the whole page by xxx please"

The MSDN helpfile says about a
Code:
<Body LeftMargin="100px">
property, and I've tried putting this in the Body tag of the page being loaded up, But .... it ain't working !

Has anyone done anything like this before that could help me ... PLEASE !!!!

Thanks all !