Topic: Table Borders (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Santa Clara, CA, USA |
posted 09-06-2002 00:31
I'm trying to only have one outside border on my table and not have the inside be segmented up, though there are segments...I just don't want lines on the inside, just on the outside because they are floating to the right or left of text and the border will help distinguish them better. Here's what I have now: code: <table class="left" width=250 cellspacing="5">
code: <table border="1">
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 09-06-2002 01:21
This is a situation that calls for some CSS (not that it couldn't be done with tables, that's just not your best solution). |
Maniac (V) Inmate From: A little lower... lower... ahhhhhh, thats the spot |
posted 09-06-2002 02:10
And just so you know, the "border_table" is completely arbitrary. You could use |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 09-06-2002 03:38
I think you might also need to turn off the internal borders: code: .border_table td, .border_table tr {
|
Paranoid (IV) Inmate From: Santa Clara, CA, USA |
posted 09-06-2002 18:19
Emp: I don't quite understand what you are doing. Could you explain? |
Bipolar (III) Inmate From: |
posted 09-06-2002 19:21
Then simply add that style to the classes that already exist. A little more typing, but worth the effort: code: <style type='text/css'>
|
Paranoid (IV) Inmate From: Santa Clara, CA, USA |
posted 09-06-2002 19:21
I wonder... code: table {border: #000000 1px solid;}
|