How do you format your HTML?
I used to use the traditional indent style. You know, the:
etc., but after seeing the following style recently I decided to adopt it. Here's some HTML from my homepage:PHP Code:<body>
<table>
<tr>
<td></td>
</tr>
</table>
</body>
What format do YOU use?PHP Code:<!-- BEGIN main content -->
<TABLE width="603" border="0" cellspacing="0" cellpadding="10">
<TR valign="top">
<TD colspan="4">
<DIV align="center"><BR>
<P><IMG src="/images/4netdesign.gif" width="242" height="149"></P>
<!-- BEGIN header paragraph outer table-->
<TABLE width="583" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD><IMG src="/images/dotacross.gif" width="583" height="1" alt="."></TD>
</TR>
<TR>
<TD>
<!-- BEGIN header paragraph inner table-->
<TABLE width="583" border="0" cellspacing="0" cellpadding="5">
<TR>
<TD><P><B>4NetDesign Internet Solutions</B> provides businesses with interactive, high-performance websites utilizing a myriad of creative and innovative tools.</P></TD>
</TR>
</TABLE>
<!-- END header paragraph inner table-->
</TD>
</TR>
<TR>
<TD><IMG src="/images/dotacross.gif" width="583" height="1" alt="."></TD>
</TR>
</TABLE>
<!-- END header paragraph outer table-->
<!-- BEGIN page content-->
<P>Our skilled designers assist in providing the professional identification you need to succeed while complimenting style with powerful back-end control structures. We take great pride in satisfying our clients with products they can promote and benefit from.</P>
<P>Explore our impressive <A href="/portfolio/">portfolio</A> or <A href="/contact/">contact us</A> via our online form.</P>
<!-- END page content-->
</DIV>
</TD>
</TR>
</TABLE>
<!-- END main content -->









// 

Bookmarks