Revision: 8034
http://sourceforge.net/p/ipcop/svn/8034
Author: owes
Date: 2016-01-03 15:38:27 +0000 (Sun, 03 Jan 2016)
Log Message:
-----------
Fix (hopefully) the rendering issues with some webbrowsers
Modified Paths:
--------------
ipcop/trunk/src/libs/header.pl
Modified: ipcop/trunk/src/libs/header.pl
===================================================================
--- ipcop/trunk/src/libs/header.pl 2016-01-03 15:33:38 UTC (rev 8033)
+++ ipcop/trunk/src/libs/header.pl 2016-01-03 15:38:27 UTC (rev 8034)
@@ -424,11 +424,11 @@
print <<END
<table cellspacing='0' cellpadding='0' $tablewidth border='0'>
<tr>
- <td width='18' ><img src='/images/null.gif' width='18' height='1'
alt='' /></td>
- <td width='12' ><img src='/images/null.gif' width='12' height='1'
alt='' /></td>
- <td width='100%'><img src='/images/null.gif' width='$tdwidth'
height='1' alt='' /></td>
- <td width='145' ><img src='/images/null.gif' width='145' height='1'
alt='' /></td>
- <td width='18' ><img src='/images/null.gif' width='18' height='1'
alt='' /></td>
+ <td style='width:18px' ><img src='/images/null.gif' width='18'
height='1' alt='' /></td>
+ <td style='width:12px' ><img src='/images/null.gif' width='12'
height='1' alt='' /></td>
+ <td><img src='/images/null.gif' width='$tdwidth' height='1' alt=''
/></td>
+ <td style='width:145px' ><img src='/images/null.gif' width='145'
height='1' alt='' /></td>
+ <td style='width:18px' ><img src='/images/null.gif' width='18'
height='1' alt='' /></td>
</tr><tr>
<td colspan='2' ><img src='/images/${Header::boxframe}boxtop1.png'
width='30' height='53' alt='' /></td>
<td style='background: url(/images/${Header::boxframe}boxtop2.png);'>
@@ -442,7 +442,7 @@
</tr>
<tr>
<td style='background:
url(/images/${Header::boxframe}boxleft.png);'><img src='/images/null.gif'
width='18' height='1' alt='' /></td>
- <td colspan='3' style='background-color: $Header::boxcolour;'
width='100%'>
+ <td colspan='3' style='background-color: $Header::boxcolour;'>
<table width='100%' cellpadding='5'><tr><td align='$align'
valign='top'>
END
;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn