473,782 Members | 2,525 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

remove space in table

Hi

I want to remove the space under the <hr>.. How to to this?

<TABLE cellSpacing="0" cellPadding="2" border="0" width="100%">
<TR>
<TD colSpan="2" style="HEIGHT: 7px">
<hr width="100%">
</TD>
</TR>
</TABLE>

ch B.


*** Sent via Developersdex http://www.developersdex.com ***
Nov 19 '05 #1
4 1849
<TABLE cellSpacing="0" cellPadding="0" border="0" width="100%">
<TR>
<TD colSpan="2" height="0px" >
<hr width="100%">
</TD>
</TR>
</TABLE>

it will reduce more space, I hope this is helpful

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Nov 19 '05 #2
<hr> is not good for drawing lines. It is known for being hard to control.
You should rather use styles with borders for the cells.

Eliyahu

<Beffmans> wrote in message news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Hi

I want to remove the space under the <hr>.. How to to this?

<TABLE cellSpacing="0" cellPadding="2" border="0" width="100%">
<TR>
<TD colSpan="2" style="HEIGHT: 7px">
<hr width="100%">
</TD>
</TR>
</TABLE>

ch B.


*** Sent via Developersdex http://www.developersdex.com ***

Nov 19 '05 #3
how can you draw a line with a borderstyle?

"Eliyahu Goldin" <re************ *@monarchmed.co m> wrote in message
news:un******** ******@TK2MSFTN GP12.phx.gbl...
<hr> is not good for drawing lines. It is known for being hard to control.
You should rather use styles with borders for the cells.

Eliyahu

<Beffmans> wrote in message

news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Hi

I want to remove the space under the <hr>.. How to to this?

<TABLE cellSpacing="0" cellPadding="2" border="0" width="100%">
<TR>
<TD colSpan="2" style="HEIGHT: 7px">
<hr width="100%">
</TD>
</TR>
</TABLE>

ch B.


*** Sent via Developersdex http://www.developersdex.com ***


Nov 19 '05 #4
Css rule

border-bottom:solid medium blue;

will make a solid blue line of medium thickness it the bottom of the cell.
Eliyahu

"Jimmy" <be****@gmail.c om> wrote in message
news:uF******** *****@TK2MSFTNG P15.phx.gbl...
how can you draw a line with a borderstyle?

"Eliyahu Goldin" <re************ *@monarchmed.co m> wrote in message
news:un******** ******@TK2MSFTN GP12.phx.gbl...
<hr> is not good for drawing lines. It is known for being hard to control.
You should rather use styles with borders for the cells.

Eliyahu

<Beffmans> wrote in message

news:%2******** ********@TK2MSF TNGP09.phx.gbl. .. Hi

I want to remove the space under the <hr>.. How to to this?

<TABLE cellSpacing="0" cellPadding="2" border="0" width="100%">
<TR>
<TD colSpan="2" style="HEIGHT: 7px">
<hr width="100%">
</TD>
</TR>
</TABLE>

ch B.


*** Sent via Developersdex http://www.developersdex.com ***



Nov 19 '05 #5

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

Similar topics

0
3191
by: Sugapablo | last post by:
I'm having trouble formatting a table properly in MSIE. What I have works in Mozilla and just won't work in MSIE. This is the code: http://www.sugapablo.net/temp/html.txt Here is an image of what's happening: http://www.sugapablo.net/temp/table.png
7
27285
by: wk | last post by:
Hi, I have a seemingly simple html code which has two tables one under another, and both have an image of same size...but the table row also has some text, which seems to be creating a small gap between the two images on display. Can anybody tell me how to remove the thin gap between the two images? <table cellpadding="0" cellspacing="0" border="0"> <tr>
2
1582
by: Beffmans | last post by:
Hi How do i remove the space below the 'hello'? <TABLE> <tbody> <tr> <td> <asp:panel id="pnlTop" Runat="server"> <TABLE>
11
4511
by: Richard Maher | last post by:
Hi, I have read many of the copius entries on the subject of IE performance (or the lack thereof) when populating Select Lists. I don't mind the insert performance so much, (I get 100x120byte rows inserted/sec up to 500, and 100rows/6secs up to 3000, which isn't great but then the Row Count is clicking away for the user to see and they can hit the "cancel" button at anytime, so overall I'm happy), what really disappoints me is the...
10
2092
by: Phil Stanton | last post by:
I have a table of SpaceAreas eg Food Store, Garden Shed etc with the first and last bin for each Space Area defined. eg Food Store First Space 1, last space 26 and Gargen Shed First space 1, last Space 50. SpaceAreas Table is SpaceAreaID Auto SpaceAreaDesc Text FirstSpace Integer LastSpace Integer I have a secont table of the Equipment Stored in each space
8
3023
by: voroojak | last post by:
i want to remove space in my table. it is a text box and i want to remove the space after the character. the field is integer thanks aot
4
4452
by: Magnus Warker | last post by:
Hello group, I am producing a form within a table: <table> <tr> <td> <form> ... </form>
6
7997
by: Romulo NF | last post by:
Greetings again to everyone, Im back to show this grid componenet i´ve developed. With this grid you can show the data like a normal table, remove the rows that you need, add rows, import data, call determined functions, and edit the data already present What will you need to use the grid? A table with standard markup and an ID to call the script that will turn the table into a grid Parameters: tabelaID => id of the table that will...
2
3873
by: progvar | last post by:
Hi i have not any idea how to remove white space in vb actualy i am accessing value from table some time the column is null and some time it contain space means user press space bar to remove data from that field when i access value null field executes but the field which contain white space please give some idea how i can remove executes data in both conditions or how i will remove white space thanks veer
5
3270
by: danield | last post by:
Hello All, I have a query that I use to create another table: SELECT column1 & " " & column2 INTO table2 FROM table1 The problem is that sometimes there is no value in column1 and then the new entry in table2 is 'space' and then column2. For example if first column has '1' and second column has '2', the new record in the table2 would be '1 2' but if another row has nothing in the column 1 and then '3' in the column2, resulting row...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10313
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
7494
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6735
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5378
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4044
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3643
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2875
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.