Rob,

Let's rework your example:

<div><p>abc</p></div>

You really ought forget about nesting tables, in fact you might want to read
up on using containers - divs - to create elements in the markup and CSS to
control their display.

Not what you want to hear, I know but take a long, determined look at
tableless design and you'll never look back. Trust me on this.

Cheers,

Mike Pepper
Accessible Web Developer
Internet SEO and Marketing Analyst
[EMAIL PROTECTED]
http://www.visidigm.com

Administrator
Guild of Accessible Web Designers
[EMAIL PROTECTED]
http://www.gawds.org





Rob wrote:

. Anyone know of a nice style guide (or guidelines)for
  writing xHTML/HTML.

. What I mean is, how code should be specifically formatted,
  indents, wraps, placement of comments, treatment of long lines,
  suggestion for nesting tables etc.

Example:
<table><tr>
<td>abc</td>
</tr>
</table>

is far LESS readable than:

<!-- START main table -->
<table>
  <tr>
    <td>
      abc
    </td>
  </tr>
</table>
<!-- END main table -->

Thanks

PS- I sure get a lot out of this list serve


Rob

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.0 - Release Date: 17/01/05

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to