Index: openacs-4/packages/acs-core-docs/www/tutorial-css-layout.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/tutorial-css-layout.html,v diff -u -N -r1.15 -r1.15.2.1 --- openacs-4/packages/acs-core-docs/www/tutorial-css-layout.html 25 Apr 2018 08:38:28 -0000 1.15 +++ openacs-4/packages/acs-core-docs/www/tutorial-css-layout.html 2 Mar 2019 19:30:06 -0000 1.15.2.1 @@ -1,11 +1,5 @@ -Laying out a page with CSS instead of tables

Laying out a page with CSS instead of tables

- -

.LRN home page with table-based layout

- -
-

A sample of the HTML code (full source)

-
<table border="0" width="100%">
+Laying out a page with CSS instead of tables

Laying out a page with CSS instead of tables

.LRN home page with table-based layout

A sample of the HTML code (full source)

<table border="0" width="100%">
   <tr>
     <td valign="top" width="50%">
       <table class="element" border="0" cellpadding="0" cellspacing="0" width="100%">
@@ -27,22 +21,12 @@
                   <table border="0" bgcolor="white" cellpadding="0" cellspacing="0" width="100%">
                     <tr>
                       <td class=element-text>
-                        MBA 101
-
-

.LRN Home with CSS-based layout

- -
-

A sample of the HTML code (full source)

-
<div class="left">
+                        MBA 101

.LRN Home with CSS-based layout

A sample of the HTML code (full source)

<div class="left">
   <div class="portlet-wrap-shadow">
     <div class="portlet-wrap-bl">
       <div class="portlet-wrap-tr">
         <div class="portlet">
           <h2>Groups</h2>
           <ul>
             <li>
-              <a href="#">Class MBA 101</a>
-

If the CSS is removed from the file, it looks somewhat different:

-
-
-
+ <a href="#">Class MBA 101</a>

If the CSS is removed from the file, it looks somewhat different: