[HTML] Add New Box...

Joined
Dec 4, 2007
Messages
1,935
Reaction score
96
I have this on my website:

Mike - [HTML] Add New Box... - RaGEZONE Forums


I want this on my website:

Mike - [HTML] Add New Box... - RaGEZONE Forums


Can someone help me add that box there? Here's the codes inside that file.

Code:
<br />

<!-- breadcrumb, login, pm info -->
<table align="right" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" style="background: #c9e9c9 url(images/zoovix/misc/link_background_green.gif) repeat-x top left;width:250px;">
<tr>


<if condition="$show['member']">
    <td class="alt2" nowrap="nowrap" style="background: #c9e9c9 url(images/zoovix/misc/link_background_green.gif) repeat-x top left;width:250px;">
    <div class="smallfont">
        <strong><phrase 1="$bbuserinfo[musername]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong> (<a href="usercp.php">edit</a> - <a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">logout</a>)<br />
        <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>

        <if condition="$show['notifications']">
            <div><span id="notifications"><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></span></div>
            <if condition="$show['popups']">
                <script type="text/javascript"> vBmenu.register("notifications"); </script>
            <else />
                <script type="text/javascript" src="clientscript/vbulletin_notifications_nopopups.js?v=$vboptions[simpleversion]"></script>
                <script type="text/javascript"> vBulletin.register_control("vB_Notifications_NoPopups", "notifications");  </script>
            </if>
        <else /><if condition="$show['pmstats']">
            <div><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></div>
        </if></if>

        <if condition="$show['pmwarning']"><div><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></div></if>
    </div>
    </td>
</tr>
<else />


























    <tr><td class="alt2" style="background: #c9e9c9 url(images/zoovix/misc/link_background_green.gif) repeat-x top left;width:250px;"><div class="smallfont">
        <b>Welcome</b>, Guest. (<a href="clogin.php">login</a> - <a href="register.php">register</a>)<br />Please login or register for all of the regular member forum features.

</div></tr></td>
</if>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->




<br />
<table>
<tr>
<td>
 
</td>
</tr>
<br /><br />
</table>




<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"  style="background: #DCDCDC url(images/zoovix/misc/link_background.gif) repeat-x top left;">

<tr>
<td align="center" width="25%"><img src="images/zoovix/misc/hfolder.png"> 
<a href="http://community.zoovix.com/forumdisplay.php?f=46"><b>AJAX Development </b></a></td>

<td align="center" width="25%"><img src="images/zoovix/misc/hfolder.png"> 
<a href="http://community.zoovix.com/forumdisplay.php?f=74"><b>ASP Development</b></a></td>

<td align="center" width="25%"><img src="images/zoovix/misc/hfolder.png"> 
<a href="http://community.zoovix.com/forumdisplay.php?f=70"><b>CSS Development </b></a></td>

<td align="center" width="25%"><img src="images/zoovix/misc/hfolder.png"> 
<a href="http://community.zoovix.com/forumdisplay.php?f=84"><b>Flash Development </b></a></td>
</tr>

<tr>
<td align="center" width="25%"><img src="images/zoovix/misc/hfolder.png"> 
<a href="http://community.zoovix.com/forumdisplay.php?f=38"><b>HTML Development</b></a></td>

<td align="center" width="25%"><img src="images/zoovix/misc/hfolder.png"> 
<a href="http://community.zoovix.com/forumdisplay.php?f=42"><b>JS Development   </b></a></td>

<td align="center" width="25%"><img src="images/zoovix/misc/hfolder.png"> 
<a href="http://community.zoovix.com/forumdisplay.php?f=34"><b>PHP Development</b></a></td>

<td align="center" width="25%"><img src="images/zoovix/misc/hfolder.png"> 
<a href="http://community.zoovix.com/forumdisplay.php?f=50"><b>Other Development</b></a></td>
</tr>


</table>
<br />

I want the background for that box to be 'images/zoovix/misc/link_background_yellow.gif'.

Can someone please do this for me quickly? For demo text in it, just write "Put text here".

I am willing to pay even.
 
Try using float
Code:
<div>
<!-- other div on the left -->
</div>
<div style="float:right;">
<!-- breadcrumb, login, pm info -->
<table align="right" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" style="background: #c9e9c9 url(images/zoovix/misc/link_background_green.gif) repeat-x top left;width:250px;">
<tr>


<if condition="$show['member']">
    <td class="alt2" nowrap="nowrap" style="background: #c9e9c9 url(images/zoovix/misc/link_background_green.gif) repeat-x top left;width:250px;">
    <div class="smallfont">
        <strong><phrase 1="$bbuserinfo[musername]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong> (<a href="usercp.php">edit</a> - <a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">logout</a>)<br />
        <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>

        <if condition="$show['notifications']">
            <div><span id="notifications"><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></span></div>
            <if condition="$show['popups']">
                <script type="text/javascript"> vBmenu.register("notifications"); </script>
            <else />
                <script type="text/javascript" src="clientscript/vbulletin_notifications_nopopups.js?v=$vboptions[simpleversion]"></script>
                <script type="text/javascript"> vBulletin.register_control("vB_Notifications_NoPopups", "notifications");  </script>
            </if>
        <else /><if condition="$show['pmstats']">
            <div><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></div>
        </if></if>

        <if condition="$show['pmwarning']"><div><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></div></if>
    </div>
    </td>
</tr>
<else />


























    <tr><td class="alt2" style="background: #c9e9c9 url(images/zoovix/misc/link_background_green.gif) repeat-x top left;width:250px;"><div class="smallfont">
        <b>Welcome</b>, Guest. (<a href="clogin.php">login</a> - <a href="register.php">register</a>)<br />Please login or register for all of the regular member forum features.

</div></tr></td>
</if>
</tr>
</table>
</div>
 
Tryed with CSS and Float Function?
Like
body{
width:100%;
}
#textbar{
float:left;
width:60%;
}
#loginform{
float:left;
width:30%;
}

something like that^^ google have many shit like that:P
 
Back