473,385 Members | 1,379 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Header line of table giving me separation lines

I have a table with a title:

************************************************** ******
<table border="0" width="700" style="margin-left:5" >
<tr>
<th align="left"><asp:Label id="lblHeaderPositionTitle"
runat="server">Position:&nbsp;</asp:Label></th>
<th><asp:Label id="lblHeaderPosition" runat="server" /></th>
<th><asp:Label id="lblHeaderOpenTitle" runat="server" />Open Since:
</asp:Label></th>
<th><asp:Label id="lblHeaderOpen" runat="server" /></th>
</tr>
</table>
************************************************** *********

There is actually more to this table but it is the header I am looking at.

The cells are green, but there is a white line between each cell (and there
is no border). How do I get rid of these lines and have a solid bar?

Thanks,

Tom.
Nov 18 '05 #1
2 1122
tshad,

Try adding cellspacing="0" to your table element tag.

Thanks,
Ian Suttle
http://www.IanSuttle.com

"tshad" wrote:
I have a table with a title:

************************************************** ******
<table border="0" width="700" style="margin-left:5" >
<tr>
<th align="left"><asp:Label id="lblHeaderPositionTitle"
runat="server">Position: </asp:Label></th>
<th><asp:Label id="lblHeaderPosition" runat="server" /></th>
<th><asp:Label id="lblHeaderOpenTitle" runat="server" />Open Since:
</asp:Label></th>
<th><asp:Label id="lblHeaderOpen" runat="server" /></th>
</tr>
</table>
************************************************** *********

There is actually more to this table but it is the header I am looking at.

The cells are green, but there is a white line between each cell (and there
is no border). How do I get rid of these lines and have a solid bar?

Thanks,

Tom.

Nov 18 '05 #2
"Ian Suttle" <Ia*******@discussions.microsoft.com> wrote in message
news:6D**********************************@microsof t.com...
tshad,

Try adding cellspacing="0" to your table element tag.
That was it.

Thanks,

Tom
Thanks,
Ian Suttle
http://www.IanSuttle.com

"tshad" wrote:
I have a table with a title:

************************************************** ******
<table border="0" width="700" style="margin-left:5" >
<tr>
<th align="left"><asp:Label id="lblHeaderPositionTitle"
runat="server">Position: </asp:Label></th>
<th><asp:Label id="lblHeaderPosition" runat="server" /></th>
<th><asp:Label id="lblHeaderOpenTitle" runat="server" />Open Since:
</asp:Label></th>
<th><asp:Label id="lblHeaderOpen" runat="server" /></th>
</tr>
</table>
************************************************** *********

There is actually more to this table but it is the header I am looking
at.

The cells are green, but there is a white line between each cell (and
there
is no border). How do I get rid of these lines and have a solid bar?

Thanks,

Tom.

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: matthurne | last post by:
I just started learning C++ on my own...I'm using Accelerated C++. Something it hasn't explained and I keep wondering about is how header files actually work. I suspect it doesn't get into it...
12
by: blueblueblue2005 | last post by:
Hi, here is an example I copied from Deitel C++ book. but when I compile it, always get the above compilation error, no matter how I change the include order, please help. here is the files:...
4
by: Andrew Ward | last post by:
Hi All, I was wondering if it is possible to use precompiled headers without having to include a <stdafx.h> or whatever in every source file. My problem is that I have a project that makes heavy...
5
by: Alex K. | last post by:
How do I define multiline column header in DataGrid control? I need two-line headers for some columns. Thank you
2
by: Thomas R. Hummel | last post by:
Hello, I am currently working on a monthly load process with a datamart. I originally designed the tables in a normalized fashion with the idea that I would denormalize as needed once I got an...
4
by: Austin Powers | last post by:
I want to (on one line) show something like the following ------------------------------------------------------- left centered right...
6
by: Joseph Geretz | last post by:
I have the following class which I am serializing and passing back and forth between my Web Service application and the client. public class Token : SoapHeader { public string SID; public...
8
by: mcserret | last post by:
I know this is a recurring problem that has been addressed here before, but even after reading all that has gone before, I am still stumped. I have a form that is designed to send data to a PHP...
22
by: dfm | last post by:
Hi, I cant change the header to display images from a database. It's giving me this error : Warning: Cannot modify header information - headers already sent by (output started at...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.