Thread: Tables
View Single Post
  #1  
Old 10-28-2009, 11:31 AM
Hex_legend Hex_legend is offline
 
Join Date: May 2007
Posts: 750
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Tables

I am looking to do something like shown: http://www.net-model.com/Portfolios/...&cmd=&linking=

Look from "General Information" onwards (the tables)

Here's their code:

PHP Code:
<tr>
                            <
td id="contentBar" valign="top" width="100%">
                              <
span class="whtMediumBold">General Information</span>
                            </
td>
                          </
tr>
                          <
tr>
                            <
td id="contentWindow" valign="top" width="100%">

                              <
table width="100%" border="0" cellpadding="4" cellspacing="1">
                                <
tbody><tr>
                                  <
td>
                                    <!-- 
Start Statistics-->
                                    <
table width="100%" border="0" cellpadding="0" cellspacing="0">
                                      <
tbody><tr>
                                        <
td valign="top" width="50%" align="left">
                                          <
table width="100%" bgcolor="#000000" border="0" cellpadding="4" cellspacing="1">
                                            <
tbody><tr>

                                              <
td id="contentSubBar" colspan="2" valign="center" align="left"><span class="blkMediumBold">Statistics</span></td>
                                            </
tr>
                                            <
tr>
                                              <
td id="contentSubWindow" valign="center" width="175" align="left"><span class="blkMedium">Age</span></td>
                                              <
td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">24</span></td>
                                            </
tr>
                                            <
tr>

                                              <
td id="contentSubWindow" valign="center" width="175" align="left"><span class="blkMedium">Gender</span></td>
                                              <
td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">Female</span></td>
                                            </
tr>
                                            <
tr>
                                              <
td id="contentSubWindow" valign="center" width="175" align="left"><span class="blkMedium">Eye Color</span></td>
                                              <
td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">Blue</span></td>
                                            </
tr>

                                            <
tr>
                                              <
td id="contentSubWindow" valign="center" width="175" align="left"><span class="blkMedium">Hair Color</span></td>
                                              <
td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">Black and red</span></td>
                                            </
tr>
                                            <
tr>
                                              <
td id="contentSubWindow" valign="center" width="175" align="left"><span class="blkMedium">Height</span></td>
                                              <
td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">5'5</span></td>

                                            </tr>
                                            <tr>
                                              <td id="contentSubWindow" valign="center" width="175" align="left"><span class="blkMedium">Weight</span></td>
                                              <td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">120</span></td>
                                            </tr>
                                            <tr>
                                              <td id="contentSubWindow" valign="center" width="175" align="left"><span class="blkMedium">Chest</span></td>

                                              <td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">34"DD</span></td>
                                            </tr>
                                            <tr>
                                              <td id="contentSubWindow" valign="center" width="175" align="left"><span class="blkMedium">Waist</span></td>
                                              <td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">26"</span></td>
                                            </tr>
                                            
                                            <tr>

                                              <td id="contentSubWindow" valign="center" width="175" align="left"><span class="blkMedium">Hips</span></td>
                                              <td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">37"</span></td>
                                            </tr>
                                            <tr>
                                              <td id="contentSubWindow" valign="center" width="175" align="left"><span class="blkMedium">Dress Size</span></td>
                                              <td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">10</span></td>
                                            </tr>

                                            
                                            <tr>
                                              <td id="contentSubWindow" valign="center" width="175" align="left"><span class="blkMedium">Shoe Size</span></td>
                                              <td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">UK 5.5</span></td>
                                            </tr>
                                          </tbody></table>
                                        </td>
                                        <td valign="top" align="right">
                                          <span class="blkMediumBold">&nbsp;</span>

                                        </td>
                                        <td valign="top" width="50%" align="right">
                                          <table width="100%" bgcolor="#000000" border="0" cellpadding="4" cellspacing="1">
                                            <tbody><tr>
                                              <td id="contentSubBar" colspan="2" valign="center" align="left"><span class="blkMediumBold">Location / Experience</span></td>
                                            </tr>
                                            
                                            <tr>
                                              <td id="contentSubWindow" valign="center" width="175" align="left"><span class="blkMedium">Location</span></td>

                                              <td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">london, Greater London</span></td>
                                            </tr>
                                            
                                            <tr>
                                              <td id="contentSubWindow" valign="center" width="175" align="left"><span class="blkMedium">Country</span></td>
                                              <td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">United Kingdom</span></td>
                                            </tr>
                                            <tr>

                                              <td id="contentSubWindow" valign="center" width="175" align="left"><span class="blkMedium">Will Travel</span></td>
                                              <td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">Yes</span></td>
                                            </tr>
                                            <tr>
                                              <td id="contentSubWindow" valign="center" width="175" align="left"><span class="blkMedium">Experience</span></td>
                                              <td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">Advanced</span></td>
                                            </tr>

                                            <tr>
                                              <td id="contentSubWindow" valign="top" width="175" align="left"><span class="blkMedium">Will Work For</span></td>
                                              <td id="contentSubWindow" valign="center" align="left"><span class="blkMedium">
                                                <img alt="" src="../images/Box-DarkOrchid-True.jpg" width="12" height="12">&nbsp;Pay<br>
                                                <img alt="" src="../images/Box-DarkOrchid-False.jpg" width="12" height="12">&nbsp;Photos<br>
                                                <img alt="" src="../images/Box-DarkOrchid-False.jpg" width="12" height="12">&nbsp;Negotiable</span>
                                              </td>

                                            </tr>
                                          </tbody></table>
                                          <br>
                                          <table width="100%" bgcolor="#000000" border="0" cellpadding="4" cellspacing="1">
                                            <tbody><tr>
                                              <td id="contentSubWindow" valign="top" width="175" align="left"><span class="blkMedium">Member Since</span></td>
                                              <td id="contentSubWindow" valign="top" align="left" nowrap="nowrap"><span class="blkMedium">02-02-2005 07:16am</span></td>
                                            </tr>

                                            <tr>
                                              <td id="contentSubWindow" valign="top" width="175" align="left"><span class="blkMedium">Last Active</span></td>
                                              <td id="contentSubWindow" valign="top" align="left" nowrap="nowrap"><span class="blkMedium">10-28-2009 06:59am</span></td>
                                            </tr>
                                            
                                          </tbody></table>
                                          <!-- IM Information -->
                                          <br>
                                          <table width="100%" bgcolor="#000000" border="0" cellpadding="4" cellspacing="1">

                                            <tbody><tr>
                                              <td id="contentSubWindow" valign="center" align="left">
                                                <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                                  
                                                  <tbody><tr>
                                                    <td align="center"><span class="blkMedium">You must be logged in to see IM information.</span></td>
                                                  </tr>
                                                  
                                                </tbody></table>
                                              </td>

                                            </tr>
                                          </tbody></table>
                                                  
                                        </td>
                                      </tr>
                                    </tbody></table>
                                    <!-- End Statistics -->
                                    <br>
                                    <!-- Start Modeling Assingments of Interest -->
                                    <table width="100%" bgcolor="#000000" border="0" cellpadding="4" cellspacing="1">

                                      <tbody><tr>
                                        <td id="contentSubBar" colspan="3" valign="center" align="left"><span class="blkMediumBold">Assignments of Interest</span></td>
                                      </tr>
                                      <tr>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-False.jpg" width="12" height="12">&nbsp;Runway</span></td>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-True.jpg" width="12" height="12">&nbsp;Tradeshow</span></td>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-True.jpg" width="12" height="12">&nbsp;Spokesmodel</span></td>

                                      </tr>
                                      <tr>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-True.jpg" width="12" height="12">&nbsp;Bodyparts</span></td>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-True.jpg" width="12" height="12">&nbsp;Print (Catalog)</span></td>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-True.jpg" width="12" height="12">&nbsp;Print (Editorial)</span></td>
                                      </tr>
                                      <tr>

                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-True.jpg" width="12" height="12">&nbsp;Print (Advertising)</span></td>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-True.jpg" width="12" height="12">&nbsp;Print (Fitness)</span></td>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-True.jpg" width="12" height="12">&nbsp;Print (Swimwear)</span></td>
                                      </tr>
                                      <tr>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-True.jpg" width="12" height="12">&nbsp;Swimwear</span></td>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-True.jpg" width="12" height="12">&nbsp;Fitness</span></td>

                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-True.jpg" width="12" height="12">&nbsp;Lingerie</span></td>
                                      </tr>
                                      <tr>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-True.jpg" width="12" height="12">&nbsp;Sheer / See-Thru</span></td>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-False.jpg" width="12" height="12">&nbsp;Semi-Nudes</span></td>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-False.jpg" width="12" height="12">&nbsp;Artistic / Figure Nudes</span></td>
                                      </tr>

                                      <tr>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-False.jpg" width="12" height="12">&nbsp;"Playboy" Style Nudes</span></td>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-False.jpg" width="12" height="12">&nbsp;Erotic</span></td>
                                        <td id="contentSubWindow" width="33%"><span class="blkMedium"><img alt="" src="../images/Box-DarkOrchid-True.jpg" width="12" height="12">&nbsp;Fetish</span></td>
                                      </tr>
                                    </tbody></table>
                                    <!-- End Glamour Assingments of Interest -->

                                    <br>
                                    <!-- Start Detailed Description -->
                                    
                                    <table width="100%" bgcolor="#000000" border="0" cellpadding="4" cellspacing="1">
                                      <tbody><tr>
                                        <td id="contentSubBar" valign="center" align="left"><span class="blkMediumBold">Models Notes</span></td>
                                      </tr>
                                      <tr>
                                        <td id="contentSubWindow">
About Me
</td>

                                      </tr>
                                    </tbody></table>
                                    <!-- End Detailed Description -->
                                  </td>
                                </tr>
                              </tbody></table>
                            </td>
                          </tr>
                          
                          <!-- End Agency Information -->

                        </tbody></table>
                        <!-- End Tab = 1 -->
                        <!-- Start Tab = 2 -->
                        
                      </td>
                    </tr>
                  </tbody></table>
                </td>
              </tr>
            </tbody></table>

          </td>
        </tr>
      </tbody></table>
      <!-- End Tabbing -->
      <!-- Start Homepage Link -->
      <br>
      <table width="100%" bgcolor="#000000" border="0" cellpadding="4" cellspacing="1">
        <tbody><tr>
          <td id="contentWindow">

            <table width="100%" border="0" cellpadding="0" cellspacing="0">
              <tbody><tr>
                Homepage link
                </td>
                
              </tr>

            </tbody></table>
          </td>
        </tr>
      </tbody></table>
      <!-- End Homepage Link -->
    </td> 
How would I do this with vBulletin Tables?
Can anyone please provide the code?
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01436 seconds
  • Memory Usage 2,060KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete