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

Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1.     
    #11
    Member
    Website's:
    DragonHost.org
    Drink or die your code did not work either.

  2.   Sponsored Links

  3.     
    #12
    Member
    Website's:
    DragonHost.org
    Quote Originally Posted by jayfella View Post
    "center" has been decipricated for a while on many properties, including the actual entity. Instead use the following in CSS:

    Code: 
    margin: auto;
    
    or
    
    margin: auto 0;
    Yes figured out where it has to be changed at, everything just needs to be changed in the css, messed about a big changing "left" to "center" on box worked but the rest just went all over the place, can anyone assist me with this ?

  4.     
    #13
    Member
    Website's:
    Nerdy-Tutorials.com Mp3viddown.com Filmlab.eu
    google CSS Center .. sorry still @ work

  5.     
    #14
    Member
    Website's:
    DragonHost.org
    I have checked but I think it might need editing within both files homepage.tpl and style.css

  6.     
    #15
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    In order for "margin: auto;" to work correctly, it needs a relative width to work with. I tested the following code on your site and it works:

    Code: 
    .planCon {
        margin: auto;
        width: 567px;
    
    
    }

  7.     
    #16
    Member
    Website's:
    Nerdy-Tutorials.com Mp3viddown.com Filmlab.eu
    homepage.tpl add <center> .css not too sure :/

  8.     
    #17
    Member
    Website's:
    DragonHost.org
    Quote Originally Posted by jayfella View Post
    In order for "margin: auto;" to work correctly, it needs a relative width to work with. I tested the following code on your site and it works:

    Code: 
    .planCon {
        margin: auto;
        width: 567px;
    
    
    }
    You want me to place that into my css ?

  9.     
    #18
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    no, search for ".planCon" in your CSS file and modify it.

  10.     
    #19
    Member
    Website's:
    DragonHost.org
    You sir are my legend of the month!

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

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

Tags for this Thread

BE SOCIAL