PC Review


Reply
Thread Tools Rate Thread

Controlling Table border's width in HTML

 
 
rehanbasar
Guest
Posts: n/a
 
      29th Jul 2006

How can I control the width of HTML table borders on my dynamic page.
Sometimes two table combines to make even thicker border....
Please Help !!!

 
Reply With Quote
 
 
 
 
George
Guest
Posts: n/a
 
      30th Jul 2006
I think this web site will help. If you click on the "Tables" link, it
brings you to a "TryIt Editor" where you can experiment and see the
result. Pretty neat.

http://www.w3schools.com/html/html_tables.asp

I assume you are using straight html code.

George

 
Reply With Quote
 
POKO
Guest
Posts: n/a
 
      31st Jul 2006
In article <(E-Mail Removed)>,
(E-Mail Removed) says...
>
> How can I control the width of HTML table borders on my dynamic page.
> Sometimes two table combines to make even thicker border....
> Please Help !!!
>
>

using css will alleviate that problem
--
POKO
 
Reply With Quote
 
dszady
Guest
Posts: n/a
 
      31st Jul 2006
On Fri, 28 Jul 2006 22:27:27 -0700, rehanbasar wrote:

>
> How can I control the width of HTML table borders on my dynamic page.
> Sometimes two table combines to make even thicker border....
> Please Help !!!


Perhaps:
table {
border-collapse:collapse;
}
Join this group:
css-discuss.org
http://www.css-discuss.org/

--
°¿° dszady; a.k.a. Daryl A. Szady
I do not play well with others.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Controlling width of html emails Mark Microsoft Outlook Discussion 0 7th Apr 2011 02:42 PM
html table border attribute and css =?Utf-8?B?cm9kY2hhcg==?= Microsoft ASP .NET 1 5th Oct 2007 06:58 PM
Drop Down List Border Width vs Text Box Border Width Coder Microsoft ASP .NET 1 24th Jun 2006 02:27 PM
Set html table width at run time (in code) ruca Microsoft ASP .NET 4 21st Jul 2004 03:12 PM
Set html table width at run time (in code) ruca Microsoft VB .NET 4 21st Jul 2004 03:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:04 AM.