Southlis
»
Forum
»
Asp.net
»
Table
»
Màu sắc cho table
Rank: Administration
Groups: Administrators
Joined: 12/24/2017(UTC) Posts: 2,573
|
table_ = " <table style=\"color: blue\">"; table_ += " <tr>"; table_ += " <th>Company</th>"; table_ += " <th>Contact</th>"; table_ += " <th>Country</th>"; table_ += " </tr>"; table_ += " <tr>"; table_ += " <td>Alfreds Futterkiste</td>"; table_ += " <td>Maria Anders</td>"; table_ += " <td>Germany</td>"; table_ += " </tr>"; table_ += " <tr>"; table_ += " <td>Centro comercial Moctezuma</td>"; table_ += " <td>Francisco Chang</td>"; table_ += " <td>Mexico</td>"; table_ += " </tr>"; table_ += " </table>";
|
|
|
|
Southlis
»
Forum
»
Asp.net
»
Table
»
Màu sắc cho table
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.