[thelist] Layout Problem - Help Please

Will Wallace willrwallace at earthlink.net
Wed Jan 14 14:59:31 CST 2004


Ron

Below I think this may be what you're looking for. I added column 
widths, empty paragraphs and colored each section to make it easier to 
see.

Will

<table>
   <tr>
     <td rowspan="2" style="width:50px;background-color:#0099FF;">
       <p>&nbsp;
       </p>

       <p>&nbsp;
       </p>

       <p>&nbsp;
       </p>
     </td>

     <td colspan="2" style="background-color:#00FF00;">
       <p>&nbsp;
       </p>

       <p>&nbsp;
       </p>
     </td>
   </tr>

   <tr>
     <td rowspan="2" style="width:50px;background-color:#FF9900;">
       <p>&nbsp;
       </p>
     </td>

     <td rowspan="3" style="width:50px;background-color:#FF0099;">
       <p>&nbsp;
       </p>
     </td>
   </tr>

   <tr>
     <td style="background-color:#660099;">
       <p>&nbsp;
       </p>

       <p>&nbsp;
       </p>
     </td>
   </tr>

   <tr>
     <td colspan="2" style="background-color:#999900;">
       <p>&nbsp;
       </p>

       <p>&nbsp;
       </p>
     </td>
   </tr>



On Jan 14, 2004, at 13:52, John C Bullas wrote:

> At 19:12 14/01/2004, you wrote
>> Greetings All,
>>
>> I have been struggling for 2 days with a layout I have to code. It 
>> needs blocks of content layed out like this:
>
> big table
>
> do excessive rows and columns so each row column break is represented 
> then merge cells as required
> the final result might be a bit flakey in terms of later modification 
> though
>
> BUT I CAN'T MAKE IT WORK EITHER!!!!!! (Dreamweaver 3)
>
> FB
>
>> ----------------------------------------------
>> |           |                                |
>> |           |                                |
>> |           |                                |
>> |           |        1                        |
>> |           |                                |
>> |           |                                |
>> |           |                                        |
>> |           |--------------------------------|
>> |           |           1    |                |
>> |-----------|               |                |
>> |        1   |               |                |
>> |           |               |                |
>> |-----------|---------------|                |
>> |                           |                |
>> |                           |                |
>> |                           |                |
>> ----------------------------------------------
>> I have been able to get everything except the lower left block in 
>> place and working in 3 different browsers.
>>
>> Any ideas on how to make this work, tables or tabless, greatly 
>> appreciated. Code is html, no php, asp or any such involved.
>>
>> Thanks,
>> Ron D.
>>
>>
>>
>> --
>> * * Please support the community that supports you.  * *
>> http://evolt.org/help_support_evolt/
>>
>> For unsubscribe and other options, including the Tip Harvester and 
>> archives of thelist go to: http://lists.evolt.org Workers of the Web, 
>> evolt !
>
>
>     *************** John C Bullas **************
>
>    weblog: http://freeroller.net/page/johnbullas/Weblog
>
> **** Eudora Mail 6.0.1.1 / McAfee Virus Scan 4.5.1 ****
>
> -- 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester and 
> archives of thelist go to: http://lists.evolt.org Workers of the Web, 
> evolt !



More information about the thelist mailing list