Results 1 to 2 of 2

Thread: Code help

  1. #1
    Join Date
    Mar 2007
    Posts
    364
    Tokens
    0

    Default Code help

    k so the other day i asked for a code that moved the profile down and made space for a div at the top.

    This is what i got

    About me

    PHP Code:
    <div class="banner">
    <img src="http://IMAGEURL">
    </div>



    I'd like to meet:

    PHP Code:
    <style>table table {margin-top:150px;}

    div table table, table table table {margin-top:0;}
    .banner {width:800px; height:150px; position:absolute; top:150px; left:50%; margin-left:-400px; text-align:center;}</style>



    It works but what would i change to make the profile go even further down?

    Moved by opensourcehost (Forum Moderator) from Web Designing: Please post in the correct forum next time, thanks .
    Last edited by Mr.OSH; 07-07-2007 at 04:37 PM.
    Left
    xxx


  2. #2
    Join Date
    Jan 2007
    Posts
    825
    Tokens
    0

    Default

    HTML Code:
    .banner {width:800px; height:150px; position:absolute; top:300px; left:50%; margin-left:-400px; text-align:center;}</style>
    ; top:300px

    I think.......
    Last edited by Mashi; 07-07-2007 at 11:06 AM.
    That post was really sensible!

Posting Permissions

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