Results 1 to 8 of 8

Thread: HELP!!!

  1. #1
    Join Date
    Oct 2006
    Location
    BUXTON
    Posts
    2,191
    Tokens
    0

    Latest Awards:

    Default HELP!!!

    Well the botom of my forum like is in a table ,,, and i centerd it but it wont go to midd..
    Its doing this

    This is the code

    PHP Code:
    <td align="center">
    <
    table width="830" height="201" border="0" cellpadding="0" cellspacing="0">
      <
    tr>
        <
    td background="http://www.habboboards.com/forumimages/bot.PNG"><br />
    <
    div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
    <
    br />

    $spacer_close
    <!-- /content area table -->

    <
    form action="$vboptions[forumhome].php" method="get">
        
    <
    table cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="$stylevar[outertablewidth]class="page" align="center">
    <
    tr>
        <if 
    condition="$show['quickchooser']">
            <
    td class="tfoot">&nbsp;</td>
        </if>
        <if 
    condition="$show['languagechooser']">
            <
    td class="tfoot">&nbsp;</td>
        </if>
        <
    td class="tfoot" align="$stylevar[right]width="100%">
            <
    div class="smallfont">
                <
    strong>
                    <if 
    condition="$show['contactus']"><a href="$vboptions[contactuslink]rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if>
                    <if 
    condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
                    <if 
    condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
                    <if 
    condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
                    <if 
    condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
                    <if 
    condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
                    <
    a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
                </
    strong>
            </
    div>
        </
    td>
    </
    tr>
    </
    table>

    <
    br />

    <
    div align="center">
        <
    div class="smallfont" align="center">
        <!-- Do 
    not remove this copyright notice -->
        
    $vbphrase[powered_by_vbulletin]
        <!-- Do 
    not remove this copyright notice -->
        </
    div>
        
        <
    div class="smallfont" align="center">
        <!-- Do 
    not remove $cronimage or your scheduled tasks will cease to function -->
        
    $cronimage
        
    <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
        
        
    $vboptions[copyrighttext]
        </
    div>
    </
    div>

    </
    form>

    <if 
    condition="$show['dst_correction']">
    <!-- 
    auto DST correction code -->
    <
    form action="profile.php?do=dst" method="post" name="dstform">
        <
    input type="hidden" name="s" value="$session[sessionhash]/>
        <
    input type="hidden" name="do" value="dst" />
    </
    form>
    <
    script type="text/javascript">
    <!--
        var 
    tzOffset $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
        var 
    utcOffset = new Date().getTimezoneOffset() / 60;
        if (
    Math.abs(tzOffset utcOffset) == 1)
        {    
    // Dst offset is 1 so its changed
            
    document.forms.dstform.submit();
        }
    //-->
    </script>
    <!-- / 
    auto DST correction code -->

    </if>
    <
    script type="text/javascript">
    <!--
        
    // Main vBulletin Javascript Initialization
        
    vBulletin_init();
    //-->
    </script></td>
      </
    tr>
    </
    table
    +rep any help!

  2. #2
    Join Date
    Mar 2007
    Location
    Kent
    Posts
    11,415
    Tokens
    787

    Latest Awards:

    Default

    Not another ripped style wannabeish layout again.

    i love it.

  3. #3
    Join Date
    Apr 2006
    Location
    UK
    Posts
    4,830
    Tokens
    0

    Latest Awards:

    Default

    HTML Code:
    <td class="tfoot" align="$stylevar[center]" width="100%">
            <div class="smallfont">
                <strong>
                    <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if>
                    <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
                    <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
                    <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
                    <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
                    <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
                    <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
                </strong>
    Try that.

    Need a domain but dont have paypal... not to worry. You can purchase a domain via text or home phone at XeoDomains.mobi.

    (X Moderator)
    AKA Cheekykarl

  4. #4
    Join Date
    Oct 2006
    Location
    BUXTON
    Posts
    2,191
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Cheekykarl View Post
    HTML Code:
    <td class="tfoot" align="$stylevar[center]" width="100%">
            <div class="smallfont">
                <strong>
                    <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if>
                    <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
                    <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
                    <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
                    <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
                    <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
                    <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
                </strong>
    Try that.
    Thx but iv done it hehe +repp

  5. #5
    Join Date
    Oct 2006
    Location
    BUXTON
    Posts
    2,191
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Hollywood View Post
    Not another ripped style wannabeish layout again.

    i love it.
    Sorry couldnt Edit.. Hollywood how much are your skins?

  6. #6
    Join Date
    Jan 2007
    Posts
    7,652
    Tokens
    0

    Latest Awards:

    Default

    Why on earth have you scribbled everything out?

    Thats what i was wondering, HollyWood give me a skin!
    Last edited by @xP; 07-10-2007 at 08:53 AM.

  7. #7
    Join Date
    Mar 2007
    Location
    Kent
    Posts
    11,415
    Tokens
    787

    Latest Awards:

    Default

    Quote Originally Posted by Jamieb View Post
    Sorry couldnt Edit.. Hollywood how much are your skins?
    Depends on what needs to be done

    Quote Originally Posted by @xP View Post
    Why on earth have you scribbled everything out?

    Thats what i was wondering, HollyWood give me a skin!
    See above

  8. #8
    Join Date
    Oct 2006
    Location
    BUXTON
    Posts
    2,191
    Tokens
    0

    Latest Awards:

    Default

    Pmed you

Posting Permissions

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