Here is the code for the HTML template:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <TITLE>Sermons</TITLE> </HEAD> <!-- bgcolor is R-37 G-74 B-128--> <BODY BGCOLOR="#20407F" TEXT="#00FFFF" LINK="#00FF00" VLINK="#C0DCC0" +ALINK="#FF0000"> <TABLE WIDTH=100% HEIGHT=100% BORDER=0> <TR><TD height=5%>&nbsp;</TD></TR> <TR> <TD valign=top height=90%> <!--- enter text here --> <CENTER> <IMG SRC="../../images/sermon.gif" BORDER=0 WIDTH=372 HEIGHT=135> </CENTER><br><br> To listen to a sermon click the <IMG SRC="../../images/speaker.gif" BO +RDER=0 WIDTH=25 HEIGHT=26> next to the sermon you would like to hear. <br> <!--To save a sermon on your computer click the <IMG SRC="images/downl +oad.gif" BORDER=0 WIDTH=16 HEIGHT=16> next to the sermon you would li +ke to save.--> <br><br> In order to listen to the sermons you will need <A HREF="http://www.mi +crosoft.com/windows/windowsmedia/en/default.asp" target=_blank>Window +s Media 6 </a> or above installed. <br><br> <A HREF="/sermons.html">Back to the Main Sermons menu</A> <br><br> <A HREF="/sermons/live.asx"><FONT COLOR="#66FFFF">See us LIVE. Click H +ere.</A> <br><br> <CENTER> <TABLE BORDER=1 CELLSPACING=1> __x_details__ <TR> <TD>__desc__</TD> <TD><A HREF="/sermons/__filename__"><IMG SRC="../../images/speak +er.gif" BORDER=0 WIDTH=25 HEIGHT=26></A></TD> </TR> __x_details__ </TABLE> </center> <br><br> <br><br> <BR> <!-- Last modifed --> <script> var moddate moddate=document.lastModified document.write("This page was last modified: "+moddate) </script> <!--End Last Modified--> <BR> </FONT> </CENTER> </TD> </TR> </TABLE> </BODY> </HTML>

In reply to Re^3: HTML Template by raptorsoul
in thread HTML Template by raptorsoul

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.