TinyPortal

Development => Support => Topic started by: CampCounselor on July 21, 2007, 05:46:33 PM

Title: Creating a Block in HTML Code
Post by: CampCounselor on July 21, 2007, 05:46:33 PM
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.