I've got a page with 2 frames.
A link in 1 frame loads a page in the second :
Nothing fantastic there.Code:<a href="../scripts/repsearch.asp" Target="main">
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
property, and I've tried putting this in the Body tag of the page being loaded up, But .... it ain't working !Code:<Body LeftMargin="100px">
Has anyone done anything like this before that could help me ... PLEASE !!!!
Thanks all !![]()





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"
Reply With Quote