Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
  #1  
Old July 22nd, 2004, 04:45 AM
jam wil jam wil is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Canada, eh?
Posts: 364 jam wil User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
border color

you know in html when you go <table border="2"> and the border style is grey and ridged. How would I go about changing this to say just a flat color. If I could do this in css, that would be preferable...

Reply With Quote
  #2  
Old July 22nd, 2004, 05:09 AM
nazly nazly is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Colombo,SriLanka
Posts: 1,325 nazly User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 18 sec
Reputation Power: 3
Send a message via Yahoo to nazly
RE: border color

Try applying this style to your table..

Code:
.table1 {
	border: 2px solid #999999;
}

Reply With Quote
  #3  
Old July 22nd, 2004, 05:12 PM
jam wil jam wil is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Canada, eh?
Posts: 364 jam wil User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: border color

won't that only put a border around the edge of the table... not betweent the cells?

Reply With Quote
  #4  
Old July 25th, 2004, 03:10 PM
nazly nazly is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Colombo,SriLanka
Posts: 1,325 nazly User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 18 sec
Reputation Power: 3
Send a message via Yahoo to nazly
RE: border color

To colour between cells you have follow this method.. Give a colour to the background of the table. Apply a different color (eg: Colour of the page Background) to the cells (td bgcolor). So the space between the cells will take over the colour you applied to the table background..
I hope that helps

Reply With Quote
  #5  
Old July 26th, 2004, 12:32 AM
exequor exequor is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 190 exequor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 51 sec
Reputation Power: 2
RE: border color

to do that i use:

<table width="xxx" height="xxx" border="x" cellpadding="x" cellspacing="x" bgcolor="#xxxxxx" style="border-collapse: collapse" bordercolor="#xxxxxx">

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > border color


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway