Hello all,

I am having a problem with borders in html and GWT

The code is in my html file:

<table align="center" cell-spacing="0" cell-padding="0" border ="0">
 <tr  border ="0" cell-spacing="0" cell-padding="0"><td colspan=2><img
src = "images/top.png"/></td></tr>
  <tr  border ="0" cell-spacing="0" cell-padding="0">
     <td id="leftContainer" VALIGN=TOP border ="0" cell-spacing="0"
cell-padding="0"></td>
     <td id="rightContainer"  VALIGN=TOP border ="0" cell-spacing="0"
cell-padding="0"></td>
 </tr>
 <tr  border ="0" cell-spacing="0" cell-padding="0"><td colspan=2><img
src = "images/bottom.png"/></td></tr>
</table>

leftContiner and rightContainer are populated by GWT and each contain
VerticalPanels

The problem is that there is a gap between the top and middle row and
middle and bottom row. The background colour is bleading through.

As you can see from above I am explictly setting border width in an
effor to try and get rid of this. Unfortunately everything I try does
not seem to work - I still have the gap between the rows.

Any help would be appreciated.
Thanks
Richard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to