Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 11-11-2004, 05:25 PM table help
Junior Talker

Posts: 2
Location: virginia, U.S.A.
Trades: 0
I was wondering if there's a way to fill in the borders of a table a certain color instead of just coloring the outline of the borders.
KoolBrat is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-11-2004, 05:33 PM
Gaffer Sports's Avatar
Ultra Talker

Posts: 397
Name: Steve
Location: Scotland
Trades: 1
using css.

Code:
table.index {
width: "100%";
  height: "133";
  border: '1' '#000000';
  background-color: "#eef1f8";
}
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
Gaffer Sports is offline
Reply With Quote
View Public Profile Visit Gaffer Sports's homepage!
 
Old 11-11-2004, 05:41 PM
Archie's Avatar
Skilled Talker

Posts: 64
Trades: 0
I'm not sure what you mean, but I THINK you mean this.

add the following into the table tag...

cellspacing="0" cellpadding="0" border="insert border width (in pixels) here" bordercolor="insert bordercolor here"
Archie is offline
Reply With Quote
View Public Profile
 
Old 11-11-2004, 10:11 PM
faze1's Avatar
Ultra Talker

Posts: 389
Trades: 0
I'm with Gaffer Sports suggestion of;
Code:
<table class="index">
Along side the css code offerd. If you go Gaffer Sports route you will also be able to add a border type like solid and inset. There are several style options this will open your table to.
Code:
.index {
 background-color: #ffffff;
 border: 15px groove #dadee9;
}
w3schools.com is a great site to learn more about the style options css can offer your site.

Cheers,
__________________
[size=2]
Please login or register to view this content. Registration is FREE
- Webhosting - Focusing on quality service
faze1 is offline
Reply With Quote
View Public Profile Visit faze1's homepage!
 
Old 11-11-2004, 10:19 PM
Gaffer Sports's Avatar
Ultra Talker

Posts: 397
Name: Steve
Location: Scotland
Trades: 1
CSS has to be the way that we all construct our sites. If we rely on the editor (Dreamweaver) to work our sites, we may aswell close the shop now.

You create a text link in the editor and declare it's colour as blue and it must be bold, but will the end user see it as that?
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
Gaffer Sports is offline
Reply With Quote
View Public Profile Visit Gaffer Sports's homepage!
 
Old 11-12-2004, 02:27 AM
Archie's Avatar
Skilled Talker

Posts: 64
Trades: 0
Agreed, CSS is kickass, but this user didn't sound like CSS was something they were familiar with. I just thought I'd solve the problem in another way so they would have some options, in case Gaffer's explination was a little over their head. And I would just like to say, Dreamweaver is what I use, but I use the code side, and I never design with the designer. Dreamweaver's handy, but I agree that frontpage and dreamweaver designers who don't know code are useless.

Also, you should know that I'm fairly new to all this anyway so don't hurt me too bad.
Archie is offline
Reply With Quote
View Public Profile
 
Old 11-12-2004, 02:55 AM
faze1's Avatar
Ultra Talker

Posts: 389
Trades: 0
No disrespect Archie,

I only thought Gaffer was offering a new door of exploration for KoolBrat. I agree that it is not helpful to over load someone with information, however, this question seemed to be a perfect oportunity to introduce the idea of looking to css for style.

I've never used Dreamweaver or frontpage before so all I can say is notepad kicks @#$.
__________________
[size=2]
Please login or register to view this content. Registration is FREE
- Webhosting - Focusing on quality service
faze1 is offline
Reply With Quote
View Public Profile Visit faze1's homepage!
 
Old 11-12-2004, 03:27 PM
Junior Talker

Posts: 2
Location: virginia, U.S.A.
Trades: 0
Quote:
Originally Posted by Archie
I'm not sure what you mean, but I THINK you mean this.

add the following into the table tag...

cellspacing="0" cellpadding="0" border="insert border width (in pixels) here" bordercolor="insert bordercolor here"
Oh my gosh--thanx so much! it worked!!
KoolBrat is offline
Reply With Quote
View Public Profile
 
Old 11-13-2004, 01:51 AM
Archie's Avatar
Skilled Talker

Posts: 64
Trades: 0
None taken Faze1, I didn't mean any either. And I agree, notepad PWNZ.

You've helped me out in some of my help questions anyway, so I look up to your opinions. I learned CSS because of the exact same type of statement in a different thread.

And KoolBrat, glad I could help How about a link to your site so we could see what your working on?
Archie is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to table help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.65275 seconds with 12 queries