TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,966
  • Latest: safir45
Stats
  • Total Posts: 195,990
  • Total Topics: 21,323
  • Online today: 1,579
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 677
  • Total: 677

Creating a Block in HTML Code

Started by CampCounselor, July 21, 2007, 05:46:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

CampCounselor

http://blueridgefireandrescue.com/index.php

go there and you will see what is called Fire/EMT Calls

below is the code

<table width="10%" height="10%" border="1">
    <tbody>
        <tr>
            <td valign="top" height="26" colspan="3">
            <div align="center" class="style1">Fire &amp; EMT <br />
            Calls </div>
            </td>
        </tr>
        <tr>
            <td width="83" valign="top">Month</td>
            <td width="47" valign="top" height="23">
            <div align="center">Fire</div>
            </td>
            <td width="42" valign="top">
            <div align="center">EMT</div>
            </td>
        </tr>
        <tr>
            <td valign="top">June </td>
            <td valign="top" height="23">&nbsp;</td>
            <td valign="top">&nbsp;</td>
        </tr>
        <tr>
            <td valign="top">July</td>
            <td valign="top" height="23">&nbsp;</td>
            <td valign="top">&nbsp;</td>
        </tr>
        <tr>
            <td valign="top">August</td>
            <td valign="top" height="23">&nbsp;</td>
            <td valign="top">&nbsp;</td>
        </tr>
        <tr>
            <td valign="top">September</td>
            <td valign="top" height="23">&nbsp;</td>
            <td valign="top">&nbsp;</td>
        </tr>
        <tr>
            <td valign="top">October</td>
            <td valign="top" height="23">&nbsp;</td>
            <td valign="top">&nbsp;</td>
        </tr>
        <tr>
            <td valign="top">November</td>
            <td valign="top" height="23">&nbsp;</td>
            <td valign="top">&nbsp;</td>
        </tr>
        <tr>
            <td valign="top">December</td>
            <td valign="top" height="23">&nbsp;</td>
            <td valign="top">&nbsp;</td>
        </tr>
    </tbody>
</table>



EDITED: I found my error. I think. I changed it from bbc/htm to php and used an echo statement and it worked.

This website is proudly hosted on Crocweb Cloud Website Hosting.