Hi,

I found an option that says reformat HTML which seems to do what i want
(indenting the code lines 1 space) except for one thing that looks like a glitch
to me. In some lines of code it doesnt break the line between <tr> and <td>, it
only gives a random number of tabs. Here an example:

[CODE]<TABLE width="100%"> 
 <TBODY>  
  <TR>   
   <TD align="center" colspan="2">     
    <TABLE class="house">      
     <TBODY>       
      <TR>        <TD> <--- here        
        <TABLE class="house">          
         <TBODY>           
          <TR>            
           <TD width="145px">             
            <IMG src="map.gif" alt="Map">            </TD><--- here             
  
           <TD rowspan="3" width="auto" align="center" colspan="3">       
[/CODE]     

where it should output it like this


[CODE]
<TABLE width="100%"> 
 <TBODY>  
  <TR>   
   <TD align="center" colspan="2">     
    <TABLE class="house">      
     <TBODY>       
      <TR> 
       <TD> <--- here        
        <TABLE class="house">          
         <TBODY>           
          <TR>            
           <TD width="145px">             
            <IMG src="map.gif" alt="Map">
           </TD><--- here                
           <TD rowspan="3" width="auto" align="center" colspan="3">        
[/CODE]     


Is it a glitch??

Thank you

-- 
<http://forum.pspad.com/read.php?2,56824,56824>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem