Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
admin  
#1 Posted : Saturday, November 4, 2023 3:19:53 PM(UTC)
admin

Rank: Administration

Groups: Administrators
Joined: 12/24/2017(UTC)
Posts: 2,445

        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>";
Users browsing this topic
Guest (5)
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.