Preserved Topic: question concerning tables... |
|
---|---|
Author | Thread |
Paranoid (IV) Mad Scientist From: |
posted 12-09-2000 23:02
(i wasn't really sure where to post a basic html question, so any other mad scientists feel free to move it somewhere more relevant) |
Maniac (V) Mad Scientist From: Mi, USA |
posted 12-09-2000 23:10
how about just using the one table with 2 columns? If your first (left) column needs multiple rows, then you should be able to use the ROWSPAN tag for you second column (right one).. to span the rows in the left col |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 12-10-2000 23:45
another very simple solution is the use of the height-tag as an attribute to table. you can use it with pixels or percent. code: <table height=300>
|
Maniac (V) Mad Scientist From: Mi, USA |
posted 12-10-2000 23:51
Grumble.. I think you need to read Mikey's question a bit closer! <img border=0 align=absmiddle src="http://www.ozones.com/forum/smile.gif"> |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 12-11-2000 00:18
hmmmm. sorry it seems i am blind. i cant figure out what i haven't understand. |
Paranoid (IV) Mad Scientist From: |
posted 12-11-2000 01:19 |
Paranoid (IV) Inmate From: Utah, USA |
posted 12-11-2000 04:57
I have been playing with tables since last summer and have gotten to like them (when they do what I want them to.) Anyway, I use Front Page to do them in. I find it pretty easy and can do most anything I need with it. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 12-11-2000 09:09
Mikey, implementing your tables like Vogonpoet said won't help you much, because you'll still have troubles with that 1 pixel black border. But, it can be done in another way. I made a sample HTML file which does exactly what you want. Take a look here: http://www.max.co.yu/ozone/milker.html (tested with IE and Mozilla). |
Paranoid (IV) Mad Scientist From: |
posted 12-11-2000 09:35
okay actually... |