diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-18 12:25:42 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-18 12:25:42 +0000 |
commit | b4d7f7aa0c9ded382a3946caf210d601c4fc468e (patch) | |
tree | 8ea2d306517aa38da2caec3bdd070d308be3861f /phpBB/templates/PSO/overall_header.tpl | |
parent | 8bed481f5ddcc04ec28a830ce603cdab14cda500 (diff) | |
download | forums-b4d7f7aa0c9ded382a3946caf210d601c4fc468e.tar forums-b4d7f7aa0c9ded382a3946caf210d601c4fc468e.tar.gz forums-b4d7f7aa0c9ded382a3946caf210d601c4fc468e.tar.bz2 forums-b4d7f7aa0c9ded382a3946caf210d601c4fc468e.tar.xz forums-b4d7f7aa0c9ded382a3946caf210d601c4fc468e.zip |
Updates to get around IE6b handling of div wrapper
git-svn-id: file:///svn/phpbb/trunk@689 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/PSO/overall_header.tpl')
-rw-r--r-- | phpBB/templates/PSO/overall_header.tpl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/phpBB/templates/PSO/overall_header.tpl b/phpBB/templates/PSO/overall_header.tpl index f33f70acb1..9a920e791d 100644 --- a/phpBB/templates/PSO/overall_header.tpl +++ b/phpBB/templates/PSO/overall_header.tpl @@ -33,7 +33,7 @@ INPUT.text {font-family:"Courier New",courier;font-size:8pt;} <a name="#top"></a> -<div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0"> +<table width="98%" cellpadding="1" cellspacing="0" border="0" align="center"> <tr> <td class="tablebg" width="100%"><table width="100%" cellspacing="1" cellpadding="4" border="0"> <tr> @@ -56,9 +56,6 @@ INPUT.text {font-family:"Courier New",courier;font-size:8pt;} </tr> </table></td> </tr> - <tr> - - </tr> -</table></div> +</table> <br clear="all" /><br /> |