Vinzenz Mai: HTML-Datentabelle mit PHP Online füllen

Beitrag lesen

Hallo,

<thead>
    <tr>
      <td width="16"><strong>ID</strong></td>

  

> Das sollte wohl heißen:  
  

> > ~~~html
  

> >   <thead>  
> >     <tr>  
> >       <th width="16"><strong>ID</strong></th>  
> 

vielleicht noch eher:

  
    <thead>  
        <tr>  
            <th>id</th>  

Freundliche Grüße

Vinzenz