View Single Post
DocJohn
Founder & Your Host
Community Support Team
Chat Leader
 
DocJohn's Avatar
 
Member Since May 2001
Location: Greater Boston, MA
Posts: 13,582
23
179 hugs
given
Default Oct 31, 2001 at 10:49 AM
 
Patch current script:

Search for 1st occurence of 1.79. Insert a new line 4 lines down, after:

<pre><code>
$pod_line =~ s/&lt;img src=. img\/odphead\.gi. width=222. &gt;/$pod_frontheader/gi;
</code></pre>

Insert:

<pre><code>
$pod_line =~ s/&lt;img SRC=\"\/odphead.gi. &gt;/&lt;table border=0 width=\"95\%\"&gt;&lt;tr&gt;$pod_frontheader/gi;
</code></pre>

That will also fix the problem.


__________________
Don't throw away your shot.
DocJohn is offline   Reply With QuoteReply With Quote