1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {% extends "base.html" %}
- {% block content %}
- <td span="2" align="center" valign="top" bgcolor="white" width="560">
- <table width="558" border="0" cellspacing="8" cellpadding="0" height="516">
- <tr height="83">
- <td colspan="2" align="center" valign="top" width="543" height="83">
- <p><a href="/about/contact-us/">Contact Us</a> <font color="#339999">•</font> <a href="/about/advertise/">Advertise With Us</a> <font color="#339999">•</font> <a href="/about/who-we-are/">Who We Are</a> <font color="#339999">•</font> <a href="/about/our-local-focus/">Our Local Focus</a><br>
- <a href="/about/subscriptions/">Subscriptions</a> <font color="#339999">•</font> <a href="/about/deadlines/">Deadlines</a> <font color="#339999">•</font> <a href="/about/you-are-the-news/">You Are The News</a><br>
- <br>
- <img src="{{MEDIA_URL}}images/headers/deadlines542.gif" alt="Deadlines" height="32" width="542" border="0"></p>
- </td>
- </tr>
- <tr height="64">
- <td colspan="2" align="left" valign="top" width="542" height="64">
- <p>Preplanned events should always reach the editor's desk well before the last-minute deadline rush. Learn your newspaper's deadlines, and keep as far ahead of them as possible. It is always best to stop by or call the newspaper office after the last issue has been published, rather than just before deadlines.</p>
- </td>
- </tr>
- <tr height="40">
- <td align="center" valign="middle" width="267" height="40">
- <p><b>Compass news<br>
- </b>Friday, 4 p.m.</p>
- </td>
- <td align="center" valign="middle" width="267" height="40">
- <p><b>Coming Events<br>
- </b>Monday, 10 a.m.</p>
- </td>
- </tr>
- <tr height="40">
- <td align="center" valign="middle" width="267" height="40">
- <p><b>Classified ads<br>
- </b>Tuesday, 1 p.m.</p>
- </td>
- <td align="center" valign="middle" width="267" height="40">
- <p><b>Display ads<br>
- </b>Tuesday, 1 p.m.</p>
- </td>
- </tr>
- <tr height="40">
- <td align="center" valign="middle" width="267" height="40">
- <p><b>Letters to the editor<br>
- </b>Tuesday, 1 p.m.</p>
- </td>
- <td align="center" valign="middle" width="267" height="40">
- <p><b>Guest Columns<br>
- </b>Tuesday, 1 p.m.</p>
- </td>
- </tr>
- <tr height="48">
- <td align="center" valign="middle" width="267" height="48">
- <p><b>All news from the public<br>
- </b>Tuesday, 1 p.m.</p>
- </td>
- <td align="center" valign="middle" width="267" height="48">
- <p><b>Remembrances, Death Announcements & In Memoriam<br>
- </b>Wednesday, 8:30 a.m. </p>
- </td>
- </tr>
- <tr height="137">
- <td colspan="2" align="center" valign="middle" width="542" height="137"></td>
- </tr>
- </table>
- </td>
- {% endblock %}
|