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

Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1.     
    #1
    Member
    Website's:
    DragonHost.org

    Default .tpl help

    Right guy's I have a new theme and I had to remove some boxes due to only have three plans. This has now caused my plan boxes to move to the left.

    Here is my code:

    PHP Code: 
    <div class="planBox02">
            <
    div class="planBox02Top">Professional</div>
            <
    div class="planBox02Price"><span class="textStyle03">$</span><span class="textStyle04">4</span><span class="textStyle03">.99</span><br />
              <
    div class="month02">/MONTH</div>
            </
    div>
            <
    div class="planBox02Content01">
              <
    div class="planBox02Content">
                <
    ul>
                  <
    li>8GB Disk Space Space<br />
                  </
    li>
                  <
    li>Un-metered Bandwidth<br />
                  </
    li>
                  <
    li>Unlimited Databases<br />
                  </
    li>
                  <
    li>Unlimited Email</li>
                </
    ul>
                <
    div class="clr"></div>
                <
    div class="anchorStyle"><a href="sharedhosting.php">&lt;&ltREAD MORE &gt;&gt;</a></div>
                <
    div class="clr"></div>
            <
    div class="orderNow02Btn"><a href="cart.php">Order Now</a></div>
              </
    div>
            </
    div>
          </
    div
    Could you tell me where to place center tags to make the boxes align in the center position.
    Jamie Holle Reviewed by Jamie Holle on . .tpl help Right guy's I have a new theme and I had to remove some boxes due to only have three plans. This has now caused my plan boxes to move to the left. Here is my code: <div class="planBox02"> <div class="planBox02Top">Professional</div> <div class="planBox02Price"><span class="textStyle03">$</span><span class="textStyle04">4</span><span class="textStyle03">.99</span><br /> <div class="month02">/MONTH</div> </div> <div class="planBox02Content01"> Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    EDIT: oh wait it's live....my bad .....
    This is the staff, you have been banned

  4.     
    #3
    Member
    Here you have his code (paste first link in Google Chrome):

    http://www.dragonhost.org/whmcs/temp.../css/style.css

    try to add <div align="center"> before :

    Code: 
    <div class="planWrapper">
    full code:

    Code: 
    <div align="center">
    
    <div class="planWrapper">
      <div class="wrapper">
        <div class="planCon">
          <div class="planBox">
            <div class="planBoxTop">Value</div>
            <div class="planBoxPrice"><span class="textStyle03">$</span><span class="textStyle04">2</span><span class="textStyle03">.99</span><br>
              <div class="month01">/MONTH</div>
            </div>
            <div class="planBoxContent">
              <ul>
                <li>2GB Disk Space<br>
                </li>
                <li>Un-metered Bandwidth<br>
                </li>
                <li>Unlimited Databases<br>
                </li>
                <li>Unlimited Email</li>
              </ul>
              <div class="clr"></div>
            <div class="anchorStyle"><a href="sharedhosting.php">&lt;&lt; READ MORE &gt;&gt;</a></div>
            <div class="clr"></div>
            <div class="orderNow02Btn"><a href="cart.php">Order Now</a></div>
            </div>
          </div>
          <div class="planBox02">
            <div class="planBox02Top">Professional</div>
            <div class="planBox02Price"><span class="textStyle03">$</span><span class="textStyle04">4</span><span class="textStyle03">.99</span><br>
              <div class="month02">/MONTH</div>
            </div>
            <div class="planBox02Content01">
              <div class="planBox02Content">
                <ul>
                  <li>8GB Disk Space Space<br>
                  </li>
                  <li>Un-metered Bandwidth<br>
                  </li>
                  <li>Unlimited Databases<br>
                  </li>
                  <li>Unlimited Email</li>
                </ul>
                <div class="clr"></div>
                <div class="anchorStyle"><a href="sharedhosting.php">&lt;&lt; READ MORE &gt;&gt;</a></div>
                <div class="clr"></div>
            <div class="orderNow02Btn"><a href="cart.php">Order Now</a></div>
              </div>
            </div>
          </div>
          <div class="planBox">
            <div class="planBoxTop">Business</div>
            <div class="planBoxPrice"><span class="textStyle03">$</span><span class="textStyle04">6</span><span class="textStyle03">.99</span><br>
              <div class="month01">/MONTH</div>
            </div>
            <div class="planBoxContent">
              <ul>
                <li>15GB Disk Space<br>
                </li>
                <li>Un-metered Bandwidth<br>
                </li>
                <li>Unlimited Databases<br>
                </li>
                <li>Unlimited Email</li>
              </ul>
              <div class="clr"></div>
              <div class="anchorStyle"><a href="sharedhosting.php">&lt;&lt; READ MORE &gt;&gt;</a></div>
              <div class="clr"></div>
            <div class="orderNow02Btn"><a href="cart.php">Order Now</a></div>
            </div>
          </div>
        </div>
      </div>
    </div>
    
    </div>
    => Selling ==> Top Level Domains ==>FileHosting.pro and CyberLocker.pro

  5.     
    #4
    Member
    Website's:
    Nerdy-Tutorials.com Mp3viddown.com Filmlab.eu
    Code: 
    <center><div class="planBox02"> 
            <div class="planBox02Top">Professional</div> 
            <div class="planBox02Price"><span class="textStyle03">$</span><span class="textStyle04">4</span><span class="textStyle03">.99</span><br /> 
              <div class="month02">/MONTH</div> 
            </div> 
            <div class="planBox02Content01"> 
              <div class="planBox02Content"> 
                <ul> 
                  <li>8GB Disk Space Space<br /> 
                  </li> 
                  <li>Un-metered Bandwidth<br /> 
                  </li> 
                  <li>Unlimited Databases<br /> 
                  </li> 
                  <li>Unlimited Email</li> 
                </ul> 
                <div class="clr"></div> 
                <div class="anchorStyle"><a href="sharedhosting.php">&lt;&lt; READ MORE &gt;&gt;</a></div> 
                <div class="clr"></div> 
            <div class="orderNow02Btn"><a href="cart.php">Order Now</a></div> 
              </div> 
            </div> 
          </div>  
    </center>
    Try that

  6.     
    #5
    Member
    Website's:
    DragonHost.org
    Ibby, that did not work unfortunately

  7.     
    #6
    Member
    Website's:
    Nerdy-Tutorials.com Mp3viddown.com Filmlab.eu
    if i get home in time from work, i'll see what i can do.. stupid I.E

  8.     
    #7
    Member
    Website's:
    DragonHost.org
    awh thank you ibby, much appreciated

  9.     
    #8
    Member
    Quote Originally Posted by Jamie Holle View Post
    Ibby, that did not work unfortunately
    Just do what I wrote to you in last post, it should work mate... ; ) btw you run a hosting "company" and you dont know how to do that, shame on you !
    => Selling ==> Top Level Domains ==>FileHosting.pro and CyberLocker.pro

  10.     
    #9
    Member
    Website's:
    DragonHost.org
    template editing has hardly anything to do with running a hosting company, most company's pay for edit's but I choose to do it my way and learn for future requirements.

  11.     
    #10
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    "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;

Page 1 of 2 12 LastLast

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