help with border...

orthiac

New Member
Messages
30
Reaction score
0
Points
0
Have you tried setting your table height to 100% ?
HTML:
<div id="center">
    <table width="894" height="100%" border="0">
      <tr>
 

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
I am assuming the line is coming from the CSS right? First off I have played around in CSS a bit and there isnt a "good" way to have it be 100% height. Personally I think you should just toss out the blue lines, they really dont have a reason to be there and it seems to look just fine without them!
 
Top