On May 6, 2010, at 3:23 AM, Matt Martini wrote:

>               <table cellpadding="7" width="100%">
>                       <tr bgcolor="E5E5C5">
>                               <th width="1%">
>                                       <th width="1%">
>                                       </th>
>                                       <th>
>                                       </th>
>                                       <th width="5%">
>                                       </th>
>                                       <th width="5%">
>                                       </th>
>                                       <th width="5%">
>                                       </th>
>                               </tr>

Seems to be missing a closing </th> element here... Also, AFAIK, TH elements 
can't legally contain each other.

>                               <tr bgcolor="F5F595">
>                                       <td>
>                                               <td align="center" valign="top">

Same thing with TD elements: I don't think they can contain each other.

>                                                       <img 
> src="http://www.example.com/ChannelLogo/logo-.png"; alt="ABC"> 
>                                                       </td>
>                                                       <td align="left" 
> valign="top">
>                                                               <b> </b> 
>                                                               <br>
>                                                               </td>
>                                                               <td 
> align="center" valign="top" nowrap>
>                                                                       <br>
>                                                                       </td>
>                                                                       <td 
> align="center" valign="top" nowrap>
>                                                                               
> <br>
>                                                                               
> </td>
>                                                                               
> <td align="center" valign="top" nowrap>
>                                                                               
>         <a href="http://www.example.com/download/def.txt";> </a> 
>                                                                               
> </td>
>                                                                       </tr>
>                                                               </table>
>                                                               <a 
> href="index.html"> </a> 
>                                                               <p>
>                                                                       <font 
> size="-2"> </font> 
>                                                                       </body>
>                                                                       </html>

No closing P element (technically probably not required using a default DOCTYPE 
of 4.01).

Maybe if you modify the code to comply more closely with one of the HTML 
versions the formatter will work better? I used to see this same behavior 
(through all versions of BBEdit) but it was always due to my invalid code!

Ted Stresen-Reuter

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.

Reply via email to