Myspace layout/code help.

Discussion in 'HTML & Website Design' started by ruffneck119, Jun 27, 2008.

  1. #1
    Hey I am trying to center align AND expand the width of my friends list on my myspace page.

    Can anyone help me out?

    I know how to make it bigger (and scrollable) and I know how to align it in the center but for the life of me I cannot do both!!

    Any help would rock!!

    -ruff
     
    ruffneck119, Jun 27, 2008 IP
  2. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #2
    Please post the code you have and I can adjust it
     
    itcn, Jun 27, 2008 IP
    ruffneck119 likes this.
  3. blktallos

    blktallos Active Member

    Messages:
    314
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #3
    If you want something to scroll you have to make it a div and you have to a specific height or width.
    Please Post a linik so we can go from there.


    :)
     
    blktallos, Jun 27, 2008 IP
  4. ruffneck119

    ruffneck119 Active Member

    Messages:
    1,082
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    80
    #4
    ITCN really helped me out thanks!!
     
    ruffneck119, Jun 27, 2008 IP
  5. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #5
    Thanks, happy to help!

    For anyone interested, this was the fix needed in the style sheet:

    .friendSpace table {width:190px!important;}
    .friendSpace table td {width:auto!important; }
     
    itcn, Jun 27, 2008 IP