iluvperl
Programmer
- Jan 22, 2006
- 107
This is sort of a similar post to the one I had yesterday, but I changed a few things to make it easier to manage for now.
If you take a look at you'll see two css scrollies.
Each iframe is in it's own TD.
What I want to do is make a table in the table cell ABOVE the scrollies where the headers are and have it broken into three cells:
word | count | percentage
The word is the word, of course. The first number followed by a space is the COUNT. The last decimal number is the percentage.
I want this to separate that data inside the CSS so there are three columns in each row making the data inside the CS match up perfectly with the table ABOVE the css.
Do you know what I mean? I was thinking I could just add a small table above the CSS and one inside the CSS, but that would mean they wouldn't work together. One might be a little larger than the other, depending on what data is ouput.
I'd appreciate any help on this.
If you take a look at you'll see two css scrollies.
Each iframe is in it's own TD.
What I want to do is make a table in the table cell ABOVE the scrollies where the headers are and have it broken into three cells:
word | count | percentage
The word is the word, of course. The first number followed by a space is the COUNT. The last decimal number is the percentage.
I want this to separate that data inside the CSS so there are three columns in each row making the data inside the CS match up perfectly with the table ABOVE the css.
Do you know what I mean? I was thinking I could just add a small table above the CSS and one inside the CSS, but that would mean they wouldn't work together. One might be a little larger than the other, depending on what data is ouput.
I'd appreciate any help on this.