Commit 449a3abe6d83b1db27f0935d60095bf3274f08f0

Authored by Michael Joseph
1 parent 2cf47f37

removed table border


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@546 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/visualpatterns/NavBar.inc
... ... @@ -183,7 +183,7 @@ class NavBar
183 183  
184 184 //bar is the actaul html creation of the nav bar
185 185 $bar= "
186   - <Table cellpadding = \"1\" cellspacing = \"1\" border=\"1\" width=\"100%\" height=\"100%\">
  186 + <Table cellpadding = \"1\" cellspacing = \"1\" border=\"0\" width=\"100%\" height=\"100%\">
187 187  
188 188 <tr height=\"20%\"><td background = " . $hStretched ." width =\"100%\">". $row1 ."</td></tr>
189 189  
... ...
presentation/webpageTemplate.inc
... ... @@ -73,7 +73,7 @@ $link = &quot;$default-&gt;owl_graphics_url/leftnav/links.gif&quot; ;
73 73 // TODO -> change to links the images as well
74 74 $westLoad = "
75 75  
76   - <table cellspacing = \"5\" cellpadding = \"5\" border = \"1\" width = \"100%\" height = \"75%\">
  76 + <table cellspacing = \"5\" cellpadding = \"5\" border = \"0\" width = \"100%\" height = \"75%\">
77 77 <tr><td>". $westRender ."</td></tr>
78 78 </table>
79 79 <hr>
... ...