Count Lines in Pages

Contents of Page: whatismygroup.html Number of Lines: 52 Last Modified: 3/8/2021 10:04:31 AM
0001: <html>
0002: 
0003: <head><script>
0004: function changeScreenSize(w,h)
0005: {window.resizeTo( w,h )}
0006: </script>
0007: 
0008: <title>Joe Toledo's March Madness Contest - Benefiting Charity</title>
0009: </head>
0010: 
0011: <body bgcolor="#ffffff" onload="changeScreenSize(700,500)">
0012: <div align="center"></div>
0013: 
0014: <table cellspacing="0" border="1" cellpadding="5" width="640" bordercolor="#FED87B">
0015:   <tr bgcolor="#FFFAF0">
0016:     <td VALIGN="TOP" width="84"><input type="button" value="Go Back" class="norm"
0017:     onClick="history.back()" style="float: left"></td>
0018:     <td VALIGN="TOP" width="459"><p align="center"><b><font face="Arial" color="#008000">&quot;My
0019:     Group&quot; Frequently Asked Questions</font></b></td>
0020:     <td VALIGN="TOP" width="59"><input type="button" value="Print" class="norm"
0021:     onClick="window.print()" style="float: right"></td>
0022:   </tr>
0023:   <tr bgcolor="#FFFAF0">
0024:     <td VALIGN="TOP" colspan="3"><font face="Arial" size="2"><b>What is &quot;My Group?&quot;<br>
0025:     </b>It is a feature that allows you to further enjoy the NCAA tournament by belonging to a
0026:     &quot;group&quot; containing your friends/family/co-workers that are participating in this
0027:     year's March Madness Contest.&nbsp;&nbsp; You can now easily keep track of how you are
0028:     doing against your buddies and get &quot;bragging rights.</font>&quot; <p><font
0029:     face="Arial" size="2"><b>How do I update who is in my group?<br>
0030:     </b>Just click on <strong><a href="editprofile.asp">Edit My Profile</a></strong> and enter
0031:     the name of your group in the &quot;Group&quot; field.&nbsp; Most people use their
0032:     initials, to keep it unique.&nbsp;&nbsp; This allows everyone that has your group name to
0033:     appear in the &quot;My Group Standings&quot; the <font color="#FF0000"><em><strong>next
0034:     time the standings are calculated</strong></em></font>.<br>
0035:     <br>
0036:     <b>I have not joined a group yet.&nbsp; Who are the people I see when I click on &quot;My
0037:     Group?&quot;&nbsp;</b><br>
0038:     Upon registration, everyone is assigned to a &quot;default&quot; group.&nbsp; This listing
0039:     shows everyone currently belonging to this &quot;default&quot; group.&nbsp; If you are a
0040:     returning participant, your group was carried over from last season.</font></p>
0041:     <p><font face="Arial" size="2"><b>Can I belong to multiple &quot;Groups&quot; at one time?<br>
0042:     </b>Yes, you can belong to up to 3 separate groups.&nbsp; One for friends, one for
0043:     co-workers, and another for family members for instance.</font></p>
0044:     <p><font face="Arial" size="2"><b>If I submit multiple entries, are all the entries going
0045:     to appear in the same group?<br>
0046:     </b>Yes.</td>
0047:   </tr>
0048: </table>
0049: 
0050: <p>&nbsp;</p>
0051: </body>
0052: </html>