Preserved Topic: Tables and Spaces |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Santa Clara, CA, USA |
posted 09-03-2002 23:57
This code works fine but I was wondering if there might be a more elegant way to do this? It's a lot of code. Not hard, but just a lot...if not, ::shrugs:: This works fine. I'd just like the page to have to read as little code as possible to get the most/best results possible, if you know what I mean. Let me know if you'd rather have a page to view what this looks like and just view-source on it code: <table border="1">
|
Bipolar (III) Inmate From: Berlin (almost) |
posted 09-04-2002 07:32
I don't think that you can have less code for a table like that, it looks fine just the way it is now. |
Paranoid (IV) Inmate From: Santa Clara, CA, USA |
posted 09-04-2002 18:14
Thanks Kuckus I never thought of that. Duh! ::hits forehead:: I'm such a duffus sometimes lol. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 09-05-2002 00:30
You need a colspan tag. code: <table border="1">
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 09-05-2002 00:32
oh shit of course my ASCII spaces didn't show up. but in those empty td tags I have & nbsp; (no space between the ampersand and the nbsp I had to put that there for visiblity) |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 09-05-2002 01:57
you mean "&nbsp;"? =) |
Paranoid (IV) Inmate From: Santa Clara, CA, USA |
posted 09-05-2002 17:46
Hiya! Okay, lots of stuff to respond to: |
Paranoid (IV) Inmate From: Santa Clara, CA, USA |
posted 09-05-2002 17:58
Well, I tried it. Thanks anyway, not EXACTLY what I was looking for. I actually do want to have four separate, empty boxes. But let me know about the th vs td thing. |
Bipolar (III) Inmate From: Berlin (almost) |
posted 09-05-2002 20:16
As far as I know there's nothing wrong with using <th> tags, they are just <td>s with some extra formatting (bold and centered in most browsers). |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 09-05-2002 21:33
Ack! Don't say "TH and TD are the same except for the way they look". That point of view comes from a "all that's important is the way it looks" way of thinking. |
Paranoid (IV) Inmate From: Santa Clara, CA, USA |
posted 09-05-2002 22:03
Ah. ^^ Then I'll just stick w/ my th's and be happy. Thanks Slime! Always nice to learn something new. |