Access Keys:
Skip to content (Access Key - 0)
Home (Access Key - 1)
All spaces... (Access Key - 3)
Log in (Access Key - 5)
Sign up (Access Key - 6)
Toggle Sidebar

HTML Structure


HTML Structure

The following HTML markup represents a highly simplified version of the HTML output by pages when viewed with Theme Builder 3.x - if you're looking to go the extra mile with CSS customisation, this should help a lot:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html >

 <head>
 </head>

 <body class="atb-body context-$context mode-$mode" id="document">

  <table class="atb-shell">
   <tr>
    <td style="vertical-align:top;">
     <div class="atb-p1"><div class="atb-p2"><div class="atb-p3">

      <table class="layout atb-page">
       <tbody>

        <!-- headings region -->
        <tr>
         <td class="layout atb-upper">
          <div class="atb-u1"><div class="atb-u2">
           <table>
            <tr>
             <td id="header" class="layout atb-header">### header ###</td>
            </tr>
            <tr>
             <td id="menu" class="layout atb-menu">### menu ###</td>
            </tr>
            <tr>
             <td id="navigation" class="layout atb-navigation">### navigation ###</td>
            </tr>
           </table>
          </div></div>
         </td>
        </tr>
        <!-- end of headings region -->

        <!-- central region -->
        <tr>
         <td class="layout atb-lower">
          <div class="atb-l1"><div class="atb-l2">
           <table>
            <tr class="layout">

             <!-- left sidebar -->
             <td id="leftSidebar" class="layout atb-sidebar atb-leftSidebar">
              <div>### lsb ###</div>
             </td>
             <td id="leftSidebar-slider" class="layout atb-slider atb-leftslider noselect">
              <img class="layout atb-slider-img atb-leftslider-img">
             </td>
             <!-- end of left sidebar -->

             <!-- page title -->
             <td valign="top" id="title" class="atb-title">
              ### title ###
             </td>
             <!-- end of page title -->

             <!-- right sidebar -->
             <td id="rightSidebar-slider" class="layout atb-slider atb-rightslider noselect">
              <img class="layout atb-slider-img atb-rightslider-img">
             </td>
             <td id="rightSidebar" class="layout atb-sidebar atb-rightSidebar">
              <div>### rsb ###</div>
             </td>
             <!-- end of right sidebar -->

            </tr>
            <tr class="layout content-row">
             <td id="content" class="layout atb-content">

              <!-- Confluence output -->
              <div id="actionerrors" class="actionerrors"></div>
              <table>
               <tr>
                <td valign="top" class="pagebody">
                 <table style="clear: both">
                  <tr>
                   <td class="pagecontent" valign="top">
                    <div class="wiki-content">### content ###</div>
                    ### trackback rdf ###
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
              <!-- end of Confluence output -->

             </td>
            </tr>

            <!-- footnotes section -->
            <tr>
             <td id="footnote" class="layout atb-footnote">
              <div>### footnotes ###</div>
             </td>
            </tr>
            <!-- end of footnotes section -->

           </table>
          </div></div>
         </td>
        </tr>

        <tr>
         <td id="footer" class="layout atb-footer">
          <div>### footer ###</div>
         </td>
        </tr>
        <!-- end of central region -->

       </tbody>
      </table>

     </div></div></div>
    </td>
   </tr>
   <tr>
    <td id="poweredby" align="center" class="poweredby smalltext">### powered by ###</td>
   </tr>
  </table>
  <div id="breadcrumb.data" style="display:none">### breaadcrumb html ###</div>

 </body>
</html>

FAQs

Yarg! What's with all the table markup?

Toggle Sidebar

See Also

Incoming Links


Outgoing Links


Added by Guy Fraser on Nov 03, 2007 03:29, last edited by Guy Fraser on Jan 30, 2008 13:48

Adaptavist Theme Builder Powered by Atlassian Confluence