html - backgroud-color just working for 1st cell -


...     <th style='background-color:#cccccc;font-weight:bold'><td></td><td>anschrift</td><td>nachname</td><td>vorname</td><td>plz</td><td>ort</td></th>     ... 

i wonder why first cell of th being formatted style attributes, ideas this? appreciated, regards ismir

edit: 1st empty cell intended

without seeing remainder of html, i'd start reformatting code follows:

<table>   <tr>     <th>table heading</th>     <th>table heading</th>     <th>table heading</th>   </tr>   <tr>     <td>anschrift</td>     <td>nachname</td>     <td>vorname</td>   </tr> </table> 

that may 1 of issues you're encountering, wrapping <tr>'s, <td>'s in table heading element.


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -