Forum Moderators: open

Message Too Old, No Replies

an extra horizontal line is appearing - urgent

         

achayan

2:23 pm on Sep 27, 2006 (gmt 0)

10+ Year Member




While executing following code, an extra line is appearing. please help. its urgent.

Thanks


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

<html><head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><!-- function stubs to prevent js errors -->
<style type="text/css">
/*<![CDATA[*/

table,tr,td {
border-collapse: collapse;
border-spacing: 0pt;
white-space: nowrap;
}

td.Event {
border: solid 1px #666666!important;
cursor:default;
white-space: normal;
max-height: 24px;
padding-left:1px;
padding-right:1px;
}

table.tlb>tbody>tr {
vertical-align: top;
height: 24px;
max-height:24px;
}

/*]]>*/
</style>
<script type="text/javascript">
var prevDateIds = new Array();
</script></head><body>

<div>
<table class="tlb" width="100%">
<tbody>

<tr id="events_row_212" style="background-color: rgb(244, 244, 244);">
<td rowspan="2" style="background-color: rgb(253, 250, 183);">
</td>
<td colspan="2"></td>
<td rowspan="2" style="background-color: rgb(253, 250, 183);">
</td>
</tr>

<tr id="events_row_213" style="background-color: rgb(244, 244, 244);">
<td rowspan="2" style="background-color: rgb(23, 20, 183);">
</td>
<td rowspan="2" style="background-color: rgb(0, 250, 183);">
</td>
</tr>

<tr id="events_row_220" style="background-color: rgb(244, 244, 244);">
<td rowspan="2" style="background-color: rgb(253, 250, 0);" class="Event">
</td>
<td rowspan="1" style="background-color: rgb(253, 0, 183);">
</td>
</tr>

<tr id="events_row_221" style="background-color: rgb(244, 244, 244);">
<td colspan="3"></td>
</tr>

</tbody></table>

</div>

</body></html>

JAB Creations

9:49 pm on Oct 8, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have never seen an example of tabular data Vincent Van Gogh style. I hope this is not an intended layout for non-tabular data?

What line? The very bottom? Top? Middle? You'll have to be a little more descriptive then that.

- John