>>  Site Map >>  Forums >>  General 7x

Forum module - topics in forum:



General 7x - Discussions reagarding any other PHP-Nuke Problems. 7x



Workaround for messed up html

Hi Guys,

I'm using IPBNuke which uses php nuke 7.6 with invision.

The current version used the 3.2 patch which meant any html in the content looked like this.

http://play.westonpoolleague.co.uk/modules.php?name=Content&pa=showpage&pid=1

I tried using
Code: :
<?php

if (!isset($mainfile)) { include("mainfile.php"); }
include("header.php");
?>

and
Code: :
<?php
include("footer.php");
?>

as a hopeful workaround but that looks like this

http://play.westonpoolleague.co.uk/leaguerules.php

Unfortunately that's where my knowledge ends. I know the people at IPBNuke are working on another version, but I gambled on it being done by now (no complaints there because like me and on here, they do this for free).

I'm now stuck between a rock and a hard place after upgrading Invision.

I know you guys are the experts, so was wondering if you could suggest a temporary fix as I'm paying for my own impatience.

Hope that's clear enough because at half five in the morning, I'm not 100% awake.

Thanks






Quote: :

The current version used the 3.2 patch which meant any html in the content looked like this.

http://play.westonpoolleague.co.uk/modules.php?name=Content&pa=showpage&pid=1


Without seeing the code you used I cant see what the problem is... That page looks OK to me - apart from a couple of blank white bands - but hey - aint seen the code.... Confused

Quote: :

http://play.westonpoolleague.co.uk/leaguerules.php


Again - Cant see a problem with that at all.... a table of rules.... only thing there is the text size inside some of the table cells... but again - aint seen your code....






It's the white lines which shouldn't be there.

Code for first page is
Code: :
<table width="100%" border="1">
  <tr>
    <td><b>10.1</b></td>
    <td><b>Ten player trophies will be awarded
      to players of the winning and runner-up teams in each division.  These
      trophies may be kept. </b></td>
  </tr>
  <tr>
    <td><b>10.2</b></td>
    <td><b>The league will award team trophies
      to the winning and runner-up team in each division, to be kept   
      for one year only.  These trophies will remain the property of the
      Weston Super Mare Pool League at all times, and must be surrendered on request
      by the league. All perpetual trophies are to be kept at pub where team played</b></td>
  </tr>
  <tr>
    <td><b>10.3</b></td>
    <td><b>An 8 ball break player award is
      awarded to the player clearing all his / her own colours plus the black
      legally from the break off shot only. Without using the two-visit rule.
      Capts. Must endorse card to count for trophy.</b></td>
  </tr>
  <tr>
    <td><b>10.4</b></td>
    <td><b>Any team in possession of a league
      trophy will take proper care of it and will bear the cost of  replacing
      or repairing it should it become lost or damaged. </b></td>
  </tr>
</table>


And the second page is
Code: :
<?php

// includes the mainfile functions and the header junk
if (!isset($mainfile)) { include("mainfile.php"); }
include("header.php");
?>
<html>
<table width="95%" border="1" align="center">
  <tr bgcolor="#EEF4FC">
    <td><table width="100%" border="1" align="center" cellpadding="5">
      <tr>
        <td width="8%"><b><font size="4">1</font></b></td>
        <td width="92%"><b><font face="Times New Roman, Times, serif" size=4>TEAMS
              AND PLAYING FORMAT</font></b></td>
      </tr>
      <tr>
        <td width="8%"><b><font size="4">2</font></b></td>
        <td width="92%"><font face="Times New Roman, Times, serif"><b><font size=4><b>ARRANGEMENT
                  FOR AND COMMENCEMENT OF MATCHES</b></font></b></font></td>
      </tr>
      <tr>
        <td width="8%"><b><font size="4">3</font></b></td>
        <td width="92%"><font face="Times New Roman, Times, serif"><b><font size=4><b>QUALIFICATION
                  OF PLAYERS</b></font></b></font></td>
      </tr>
      <tr>
        <td width="8%"><b><font size="4">4</font></b></td>
        <td width="92%"><font face="Times New Roman, Times, serif"><b><font size=4><b>REFEREES
                  AND DISPUTES</b></font></b></font></td>
      </tr>
      <tr>
        <td width="8%"><b><font size="4">5</font></b></td>
        <td width="92%"><b><font face="Times New Roman, Times, serif" size=4><b>REPORTING
                OF RESULTS</b></font></b></td>
      </tr>
      <tr>
        <td><b><font size="4">6</font></b></td>
        <td width="92%"><b><font face="Times New Roman, Times, serif" size=4><b>SHORT
                TEAMS</b></font></b></td>
      </tr>
      <tr>
        <td width="8%"><b><font size="4">7</font></b></td>
        <td width="92%"><b><font face="Times New Roman, Times, serif" size=4><b>VENUES
                AND CHANGES OF VENUE</b></font></b></td>
      </tr>
      <tr>
        <td width="8%"><b><font size="4">8</font></b></td>
        <td width="92%"><font face="Times New Roman, Times, serif"><b><font size=4><b>AVAILABILITY
                  OF LEAGUE RULES </b> </font></b></font></td>
      </tr>
      <tr>
        <td width="8%"><b><font size="4">9</font></b></td>
        <td width="92%"><b><font face="Times New Roman, Times, serif" size=4><b>DETERMINATION
                OF CHAMPIONSHIP, PROMOTION AND RELEGATION</b></font></b></td>
      </tr>
      <tr>
        <td width="8%"><b><font size="4">10</font></b></td>
        <td width="92%"><b><font face="Times New Roman, Times, serif" size=4><b>TROPHIES
                TO BE AWARDED</b></font></b></td>
      </tr>
      <tr>
        <td width="8%"><b><font size="4">11</font></b></td>
        <td width="92%"><font face="Times New Roman, Times, serif"><b><font size=4><b>CLUBS
                  WITHDRAWING OR FAILING TO FULFILL FIXTURES </b></font></b></font></td>
      </tr>
      <tr>
        <td width="8%"><b><font size="4">12</font></b></td>
        <td width="92%"><font face="Times New Roman, Times, serif"><b><font size=4><b>COACHING</b> </font></b></font></td>
      </tr>
      <tr>
        <td width="8%"><b><font size="4">13</font></b></td>
        <td width="92%"><b><font face="Times New Roman, Times, serif" size=4><b>MEETINGS</b></font></b></td>
      </tr>
    </table>
      <table width="100%" border="1">
        <tr>
          <td bgcolor="#B1CFED"><b><font face="Times New Roman" size="4">1.1&nbsp;</font></b></td>
          <td><b><font face="Times New Roman" size="3">Playing rules are the
                world eight ball pool federation rules, and a copy must be displayed
                in the vicinity of the pool table. Matches will be played on
                a format of thirteen singles for world rules.&nbsp; Two points
                will be awarded for each match won. </font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><b><font face="Times New Roman" size="4">1.2&nbsp; &nbsp;</font></b></td>
          <td><b><font face="Times New Roman" size=3>Players can play up to two
                frames per match if required, but no player is allowed to play
                twice within the first 6 frames. (e.g. a player can play no.
                1 &amp; 7 or 6 &amp; 7 or 12
            &amp; 13 etc. But cannot play 1 &amp; 6 or 5 &amp; 6 etc.&nbsp; If
            a team has insufficient players to complete the first six frames
            then the remaining frames up to and including no. 6 are claimed,
            prior to the players being allowed to play again. If after this the
            match is still not fulfilled then the remaining legs may be claimed.
            (Teams are not required to wait for five minutes prior to claiming
            the remaining frames once the game has commenced)</font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><b><font size="4">1.3</font></b></td>
          <td><b>Should a team captain state that they wish use the time rule,
              it must be applied. If a team refuses to use the time rule on the
              other teams’
            request at the start of the match they forfeit the break for the
            rest of the match. If neither team makes such a request, it will
            be assumed that the captains choose not to play the time rule from
            the start of the match, the rule cannot then be invoked at any other
            time during the match, unless both captains agree. Except in finals
            of any team cup competition where the minute rule will apply</b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><b><font size="4">1.4</font></b></td>
          <td><b><font face="Times New Roman" size=3>As a team cannot win a match
                with less than four players, a minimum of four players is required
                to constitute a team. </font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><b><font size="4">1.5</font></b></td>
          <td><b><font face="Times New Roman" size=3>Fees as agreed at a.g.m.
                - all monies to be paid up front at registration meeting.</font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><strong>1.6</strong></td>
          <td><strong>The use of Red/Pink chalk has been banned, the colour of
              chalk used must now conform to the 'standard' green or blue. Penalty
              for using other coloured chalk will be a standard foul (2 visits)
              for each use. The referee's decision will be final.</strong></td>
        </tr>
      </table>
      <table width="103%" border="1">
        <tr>
          <td><b><font size="4">2.1</font></b></td>
          <td><b><font face="Times New Roman" size=3>All matches are to commence
                by 8 pm on Tuesdays and 7.30 pm on Sundays unless otherwise instructed
                or previously agreed.</font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">2.2</font></b></td>
          <td><b>Postponed matches: - 48 hrs notice must be given. If matches
              need to be postponed then this must be done using the <a href="http://www.westonpoolleague.co.uk/postponed.php">postponed
              match request form</a> through the secretary or webmaster, who
              will judge the reason to be valid or not. If the postponing of
              the match is agreed, the postponing team will contact their opponants,
              to re-arrange the fixture (within 14 days of the original date).
              Failure to do any of the aformentioned, will result in the team
              originally postponing forfeiting. Result must be in 1 week before
              next round for cup matches. </b></td>
        </tr>
        <tr>
          <td><b><font size="4">2.3</font></b></td>
          <td><b><font face="Times New Roman" size=3>All matches to be valid
                must be completed before the last scheduled league match date
                on the current fixture list. </font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">2.4</font></b></td>
          <td><b><font face="Times New Roman" size=3>Teams will be ready to commence
                within 5 minutes of the start time otherwise the team at fault
                will forfeit the first frame. </font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">2.5</font></b></td>
          <td><b><font face="Times New Roman" size=3>The first frame having been
                defaulted, the second frame will be forfeit if the match has
                not been started 10 minutes after the start time and forfeit
                a frame for every 5 minutes thereafter</font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">2.6</font></b></td>
          <td><b><font face="Times New Roman" size=3>Any team not arriving by
                30 minutes after the start time will forfeit the match.</font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">2.7</font></b></td>
          <td><b><font face="Times New Roman" size=3>Unfinished league matches
                on Tuesdays </font><font face="Times New Roman" size=3><b>must</b></font><font face="Times New Roman" size=3> be
                completed on the Thursday night immediately following. Only players
                who were in the venue at the time the game was stopped are eligible
                to play on the Thursday. Matches can continue after normal pub
                time so long as all parties agree (i.e. Landlords / Ladies &amp; Capts.)&nbsp; If
                a team cannot fulfil the game on the Thursday then the opposing
                team will claim any remaining legs or points.</font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">2.8</font></b></td>
          <td><b><font face="Times New Roman" size=3>The player to break in each
                frame shall be decided by the toss of a coin. (accept doubles
                and singles matches where the first frame will be decided by
                the toss of a coin then alternate breaks)</font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">2.9</font></b></td>
          <td><b><font face="Times New Roman" size=3>It shall be the responsibility
                of the home team to cover table fees.</font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">2.10</font></b></td>
          <td><b><font face="Times New Roman" size=3>It is up to individual landlords
                / ladies as to whether food is supplied at cup matches or not.</font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">2.11</font></b></td>
          <td><b><font face="Times New Roman" size=3>Doubles: - once a member
                of the team addresses the table they are not allowed to consult
                with anyone until the visit is complete. Breach of rule will
                incur firstly a warning and then on second occasion a foul consisting
                of two visits. On third occasion the frame will be awarded to
                opponents. Any time used for discussion by partners will be included
                within the 1 minute allowed to play the shot.</font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">2.12</font></b></td>
          <td><b><font face="Times New Roman" size=3>Individual &amp; doubles
                k.o: - players involved in these competitions must report to
                the m.c prior to commencement time stated on draw sheets (i.e.
                7.30 pm Sundays 8 pm Tuesdays) failure to report will result
                in disqualification. Note for doubles, both members of team must
                report (1 is not sufficient) </font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">2.13</font></b></td>
          <td><b><font face="Times New Roman" size=3>It is up to landlords /
                ladies whether persons that are barred from their premises are
                allowed to play in a match or not, the committee will not attempt
                to alter this decision.</font></b></td>
        </tr>
      </table>
      <table width="100%" border="1">
        <tr>
          <td width="5%" bgcolor="#B1CFED"><b><font size="4">3.1</font></b></td>
          <td width="95%"><b><font face="Times New Roman" size=3>Registration
                of new players will not normally be allowed after the mid season
                point (i.e. following league game nine). Transfers can only take
                place prior to league game six. All signings must be completed
                at least 24 hrs prior to the match by adding to the players list.
                Failure to follow these instructions will result in general rule
                no. 3.2 being applied if the player in question plays in any
                match.</font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><b><font size="4">3.2</font></b></td>
          <td><b><font face="Times New Roman" size=3>Penalty for playing an unregistered
                player - all points from the match awarded to opposing team,
                plus, any legs involving the unregistered player plus a further
                two points deducted from offending team.</font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><b><font size="4">3.3</font></b></td>
          <td><b><font face="Times New Roman" size=3>Players must be over the
                age of 14 yrs in order to play in the league, but teams with
                players under 18 should check with landlords / ladies prior to
                travelling to a venue as some landlords or venues may adopt different
                standards for their own reasons or licensing limitations. - If
                a landlord / lady refuses entry to a player under 18 the league
                will / can not over rule the decision</font></b></td>
        </tr>
      </table>
      <table width="100%" border="1">
        <tr>
          <td width="5%"><b><font size="4">4.1</font></b></td>
          <td width="95%"><b><font face="Times New Roman" size=3>Each team will
                supply a referee (home team to be 1<sup>st</sup> ref, away team
                to be 2<sup>nd</sup> ref i.e. timekeeper).</font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">4.2</font></b></td>
          <td><b><font face="Times New Roman" size=3>In the event of a dispute
                the referee shall consult the playing rules before making a decision.
                If agreement cannot be reached, the referee's original decision
                shall stand and the frame shall continue.&nbsp; The two team
                captains shall make a report in writing to the secretary.&nbsp; On
                receipt of such a report, the league committee shall rule on
                the correct course of action. </font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">4.3</font></b></td>
          <td><b><font face="Times New Roman" size=3>Any disputes about individual
                frames are not in themselves reason enough for a match to be
                abandoned.&nbsp; Any team refusing to complete a match because
                of such dispute will forfeit any outstanding frames.</font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">4.4</font></b></td>
          <td><b><font face="Times New Roman" size=3>The committee will consider
                any report of players or teams bringing the league into disrepute
                and any action as deemed necessary and appropriate will be taken.
                This may include banning players or teams from the league (note
                if teams are banned or drop out of the league no monies will
                be refunded)</font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">4.5</font></b></td>
          <td><b><font face="Times New Roman" size=3>Any grievances to do with
                the pool league must be put in writing to the secretary within
                7 days.</font></b></td>
        </tr>
        <tr>
          <td height="59"><font size="4"><strong>4.6</strong></font></td>
          <td><font size="3"><strong>The Committee are entrusted with the fair
                and smooth running of the League as well as what’s in the
                best interest for the League</strong></font>.</td>
        </tr>
      </table>
      <table width="100%" border="1">
        <tr>
          <td width="5%" bgcolor="#B1CFED"><b><font size="4">5.1</font></b></td>
          <td width="95%"><b>Winning team to submit result a.s.a.p. but in any
              case by noon on Saturday immediately following the match. Winning
              team <font color="#FF0000">must</font> also keep scorecard until
              the end of the season. Teams who claim not to have email facility
              must send results via text message to the number provided, in the
              format provided.</b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><b><font size="4">5.2</font></b></td>
          <td><b><font face="Times New Roman" size=3>Captains are responsible
                for their cards.</font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><b><font size="4">5.3</font></b></td>
          <td><b><font face="Times New Roman" size=3>Teams not complying with
                rule 5.1 will be deducted two points.</font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><font size="3"><strong>5.4</strong></font></td>
          <td><b><font face="Times New Roman" size=3>Individual &amp; doubles
                k.o: It is the responsibility of the winners in each match to
                ensure the result is received by mid-day on the Saturday following
                the match or scheduled match date. Failure to send result in
                the allotted time or notify of postponement will result in disqualification. </font></font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><font size="3"><strong>5.5</strong></font></td>
          <td><strong>Cup/Shield Matches:- It is the responsibility of the winning
              team to ensure the result is received by mid-day on the Saturday
              following the match<b><font face="Times New Roman"> or scheduled
              match date</font></b>. Failure to send result in the allotted time
              or notify of postponement will result in disqualification.</font></strong></td>
        </tr>
      </table>
      <table width="100%" border="1">
        <tr>
          <td width="5%"><b><font size="4">6.1</font></b></td>
          <td width="95%"><b>In the event that a team is short of players for
              a match, the opposing team will be awarded any frames for which
              they have no opposition. Any frames claimed must be after all players
              present have played. (Also see rule 1.2)</b></td>
        </tr>
      </table>
      <table width="100%" border="1">
        <tr>
          <td width="5%" bgcolor="#B1CFED"><b><font size="4">7.1</font></b></td>
          <td width="95%"><b><font face="Times New Roman">All teams must register
                their home venue with the league. </font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><b><font size="4">7.2</font></b></td>
          <td><b><font face="Times New Roman">The minimum desirable requirement
                for an acceptable venue shall be: </font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED">&nbsp;</td>
          <td><b><font face="Times New Roman">A seven foot table being the recommended
                size.</font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED">&nbsp;</td>
          <td><b><font face="Times New Roman">The match table shall be level
                and have a surface of reasonable quality. </font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED">&nbsp;</td>
          <td><b><font face="Times New Roman">The table shall be clearly marked
                and maintained in a clean and well-presented manner.</font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED">&nbsp;</td>
          <td><b><font face="Times New Roman">A rest and spider must be made
                available.</font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED">&nbsp;</td>
          <td><b><font face="Times New Roman">Only balls coloured yellow and
                red are accepted by this league (i.e. no spots and stripes) </font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED">&nbsp;</td>
          <td><b><font face="Times New Roman">League match venues must have a
                clearance of at least three feet around the whole of the table</font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><b><font size="4">7.3</font></b></td>
          <td><b>If a team changes venue during a season, a minimum of seven
              days notice is required.</b></td>
        </tr>
      </table>
      <table width="100%" border="1">
        <tr>
          <td width="5%"><b><font size="4">8.1</font></b></td>
          <td width="95%"><b><font face="Times New Roman">A copy of these league
                rules and current official playing rules (World Rules) shall
                be made available for all matches by the home team. </font></b></td>
        </tr>
        <tr>
          <td height="44"><b><font size="4">8.1</font></b></td>
          <td><b>Committee can make amendments to these rules to clear any ambiguities.
              (Only wording would be amended not actual rules, as this should
              be applied at AGM’s)</b></td>
        </tr>
      </table>
      <table width="100%" border="1">
        <tr>
          <td width="5%" bgcolor="#B1CFED"><b><font size="4">9.1</font></b></td>
          <td width="95%"><b><font face="Times New Roman" size=3>If two or more
                teams are tied in positions affecting the championship, promotion
                or relegation places the tie shall be broken as follows: </font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><b><font size="4">9.2</font></b></td>
          <td><b><font face="Times New Roman" size=3>The team having won the
                greater number of frames shall take precedence.</font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><b><font size="4">9.3</font></b></td>
          <td><b><font face="Times New Roman" size=3>If there is still a tie,
                the teams involved shall play off under a format to be decided
                by the committee, at such time and venue as is decided by the
                committee. </font></b></td>
        </tr>
      </table>
      <table width="100%" border="1">
        <tr>
          <td><b><font size="4">10.1</font></b></td>
          <td><b><font face="Times New Roman" size=3>Ten player trophies will
                be awarded to players of the winning and runner-up teams in each
                division.&nbsp; These trophies may be kept.&nbsp;</font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">10.2</font></b></td>
          <td><b><font face="Times New Roman" size=3>The league will award team
                trophies to the winning and runner-up team in each division,
                to be kept&nbsp; &nbsp;
            for one year only.&nbsp; These trophies will remain the property
            of the Weston Super Mare Pool League at all times, and must be surrendered
            on request by the league. All perpetual trophies are to be kept at
            pub where team played</font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">10.3</font></b></td>
          <td><b><font face="Times New Roman" size=3>An 8 ball break player award
                is awarded to the player clearing all his / her own colours plus
                the black legally from the break off shot only. Without using
                the two-visit rule. Capts. Must endorse card to count for trophy.</font></b></td>
        </tr>
        <tr>
          <td><b><font size="4">10.4</font></b></td>
          <td><b><font face="Times New Roman" size=3>Any team in possession of
                a league trophy will take proper care of it and will bear the
                cost of&nbsp; replacing or repairing it should it become lost
                or damaged. </font></b></td>
        </tr>
      </table>
      <table width="100%" border="1">
        <tr>
          <td bgcolor="#B1CFED"><b><font size="4">11.1</font></b></td>
          <td><b><font face="Times New Roman" size=3>Any team, which fails to
                fulfil more than one match, (see rule 2.4) will be expelled for
                that season.&nbsp;
            All results against them will be expunged.</font></b></td>
        </tr>
      </table>
      <table width="100%" border="1">
        <tr>
          <td><b><font size="4">12.1</font></b></td>
          <td><b><font face="Times New Roman" size=3>Coaching is deemed to be
                unsportsmanlike behaviour and will result in a warning.&nbsp; Further
                breach will result in the frame being awarded away.</font></b></td>
        </tr>
      </table>
      <table width="100%" border="1">
        <tr>
          <td bgcolor="#B1CFED"><b><font size="4">13.1</font></b></td>
          <td><b><font face="Times New Roman">Captains meetings: - only called
                when deemed necessary by the committee</font></b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><b><font size="4">13.2</font></b></td>
          <td><b>The AGM will be held after each Summer season</b></td>
        </tr>
        <tr>
          <td bgcolor="#B1CFED"><b><font size="4">13.3</font></b></td>
          <td><b><font face="Times New Roman">For players to call an e.g.m. they
                must have obtained at least 30 signatures of league members.
                These should be gained on sheets of paper outlining the full
                reason for the e.g.m. being called. Notice must be put in writing
                to the secretary within 7 days. </font></b></td>
        </tr>
      </table></td>
  </tr>
</table>
</html>

<?php
include("footer.php");
?>


Sorry for missing that out. Not sure if it was too early or too late. Very Happy






The code for the first page looks ok to me. Are there any OpenTable() and CloseTable() functions called in that file?


BL






No.

First page is all the code in the content page.

Second page is all the code in the file.




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS