Results 1 to 3 of 3

Thread: LeftMargin, what's it on about ?!?!

  1. #1

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Question LeftMargin, what's it on about ?!?!

    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 !

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  2. #2
    Lively Member
    Join Date
    Mar 2001
    Location
    Sweden
    Posts
    115
    Remove the px
    if that doesn't work, try putting it in the <FRAME>-tag too...

  3. #3
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602
    Inside your <FRAME> tag you can use:

    MARGINHEIGHT="" (Space at the top and bottom)
    MARGINWIDTH="" (Space at the left and right)

    These are set to pixel values.

    Chris
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width