473,480 Members | 4,985 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Table in HTML with fine line borders

26 New Member
Hi All,

Could you advise me on how to get a Table in HTML with fine line borders?
I mainly work with pixels.

Thanks

Louise
Jul 2 '08 #1
3 5405
meenakshia
33 New Member
hi
use border inside the table tag
that is
<table border=1>
where 1 is the width of the border around the table

hope this would help.
smile always:)
anand
Jul 2 '08 #2
hsriat
1,654 Recognized Expert Top Contributor
Expand|Select|Wrap|Line Numbers
  1. table {
  2.     border-collapse:collapse;
  3. }
See this tutorial.
Jul 3 '08 #3
harshmaul
490 Recognized Expert Contributor
hi
use border inside the table tag
that is
<table border=1>
where 1 is the width of the border around the table

hope this would help.
smile always:)
anand
This one is cot advisable... you should use the css aproach....

Expand|Select|Wrap|Line Numbers
  1. table tr td{
  2. border: 1px solid #000000;
  3. }
Jul 3 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
8392
by: fadfdsj | last post by:
Hi, I would like to extract data from the table attached. Could someone help me to create the regular expression to grab that informations? TABLE: <table border=1 cellpadding=4 cellspacing=0...
5
27499
by: Fizgig | last post by:
Hi, Below is code for creating a table with only vertical borders. I now use a table cell of 1px to create this effect. Is there a CSS alternative? Bye, Fizgig ####################
1
2202
by: Simon Wigzell | last post by:
I send HTML formatted emails with links and images in them generated by my asp driven website. Occasionally the image will not appear and the link will not work. By looking at the email at the...
0
2282
by: Jacob Pallapati | last post by:
Hi, I have a trigger in which I build a String from the contents of a table. In a stored procedure I would use a cursor which would look like: set str_to_build = ''; create c1 cursor for...
1
1444
savanm
by: savanm | last post by:
Hi all, I have a problem to remove the particular fields in table... I have shown my code below: <?php $sql = "select * from login"; $ress = mysql_query($sql); //$res =...
17
5818
by: Grant Kelly | last post by:
I'm wondering if it's possible within HTML markup (or possibly CSS) to specify that an HTML table's headers should be placed 'over' the cell borders rather than 'within' the cells. For example...
9
4429
by: rochelle28 | last post by:
i want to compare the two consecutive rows in the table such that if the first row contains handset in the category column and the next row contins simcard in category column it will alert the user,...
2
1682
by: JavaBugger | last post by:
Okay here's what I have HTML wise.... <td colspan="2" valign="center" align="center" onClick="document.location.href='home.html';" style="cursor:pointer;cursor:hand"> That basically makes the...
10
10084
by: WillChapman | last post by:
Hi, I have text files that are created with comma-delimited records inside them. I am trying to figure out how I can construct a command-line method of importing the records to a MSA table. The end...
0
7040
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7041
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,...
0
7080
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6736
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6908
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4772
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...
0
4478
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...
0
2994
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...
0
2980
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.