Activity Stream
48,167 MEMBERS
6713 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 9 of 9
  1.     
    #1
    Banned
    Website's:
    WarezRelease.org ThatHosting.co

    Default CSS Expert

    some1 to come 2 my pc via teamviewer and fix my css.
    will pay via PP.
    Chris2k Reviewed by Chris2k on . CSS Expert some1 to come 2 my pc via teamviewer and fix my css. will pay via PP. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    scrls.co.uk
    can you give us some examples which are wrong ?

  4.     
    #3
    Member
    Website's:
    hotgirls365.com consoleden.com
    Contact ProtoWorker .

  5.     
    #4
    Banned
    Website's:
    WarezRelease.org ThatHosting.co
    hi

    it needs centering.
    the content area has gaps

    http://www.imgflex.com/images/shot.png

  6.     
    #5
    Member
    margin-left: ?? :/

  7.     
    #6
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    At the top of code, add this:

    PHP Code: 
    <style type="text/css">
    body {
    margin:0 auto;
    text-align:center;
    }
    </
    style
    Might work

  8.     
    #7
    Member
    Website's:
    FlowForums.com
    Hey PM me if you want me to help you. Should be easy enough.

  9.     
    #8
    Member
    Quote Originally Posted by soft2050 View Post
    At the top of code, add this:

    <style type="text/css">
    body {
    width:1000px; // for example
    margin:0 auto;
    text-align:center;
    }
    </style>
    Might work
    + the maximum width of the page otherwise it will not work correct

  10.     
    #9
    Member
    Website's:
    RahulParekh.in DevilGang.in WhatsInADesign.com
    Quote Originally Posted by uferdamm View Post
    + the maximum width of the page otherwise it will not work correct
    It still won't. What this code will do is give the entire body 1000px width and thus the black background won't show throughout the page.

    What he needs here is to use a div tag to wrap the content and then center the div.


    So here goes...


    HTML
    Code: 
    
    <body>
    <div id="wrapper"> <!--Your wrapper div. Begin after body ends-->
    
    <!--Site Content Here-->
    
    </div> <!--Wrapper div ends before body tag ends-->
    </body>
    CSS
    Code: 
    #wrapper
    {
    width:1000px; /*Or whatever your content width is*/
    margin:0 auto;
    }
    @OP If you still can't fix it, link me to your site.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Hiring] expert on C++
    By djflakf1 in forum Services
    Replies: 0
    Last Post: 14th Nov 2012, 08:26 AM
  2. Looking for PHP Expert
    By timboy18 in forum Web Development Area
    Replies: 7
    Last Post: 24th Jul 2012, 09:23 PM
  3. [Hiring] vBulletin Expert And vBulletin Custom Coding Expert.
    By BlueError in forum Completed Transactions
    Replies: 6
    Last Post: 13th Apr 2012, 04:53 PM
  4. [Hiring] DLE expert
    By ad33l in forum Completed Transactions
    Replies: 5
    Last Post: 8th Apr 2012, 08:21 PM
  5. PHP EXPERT
    By Supercoolz1 in forum Web Development Area
    Replies: 3
    Last Post: 14th Nov 2011, 08:38 PM

Tags for this Thread

BE SOCIAL