View Single Post
Old 06-15-2004, 02:17 PM   #5
Force Flow
Barefoot on the Moon!
Staff
Premium Member
 
Force Flow's Avatar
 
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,379
CSS deals more with GUI features. PHP, on the other hand, might be able to do it.

Or, what you could do something like this:

PHP Code:
<table border="1" width="43%">
  <
tr>
    <
td width="4%" valign="top">
      <
table border="1" width="1%">
        <
tr>
          <
td width="100%">1</td>
        </
tr>
        <
tr>
          <
td width="100%">2</td>
        </
tr>
        <
tr>
          <
td width="100%">3</td>
        </
tr>
        <
tr>
          <
td width="100%">4</td>
        </
tr>
        <
tr>
          <
td width="100%">5</td>
        </
tr>
        <
tr>
          <
td width="100%">6</td>
        </
tr>
        <
tr>
          <
td width="100%">7</td>
        </
tr>
        <
tr>
          <
td width="100%">8</td>
        </
tr>
        <
tr>
          <
td width="100%">9</td>
        </
tr>
        <
tr>
          <
td width="100%">10</td>
        </
tr>
      </
table>
    </
td>
    <
td width="96%" valign="top">
      <
table border="1" width="100%">
        <
tr>
          <
td width="100%">this song</td>
        </
tr>
        <
tr>
          <
td width="100%">another song</td>
        </
tr>
        <
tr>
          <
td width="100%">still another song</td>
        </
tr>
        <
tr>
          <
td width="100%">and so on</td>
        </
tr>
        <
tr>
          <
td width="100%">etc</td>
        </
tr>
        <
tr>
          <
td width="100%">etc</td>
        </
tr>
      </
table>
    </
td>
  </
tr>
</
table
Code:
1
2
3
4
5
6
7
8
9
10
this song
another song
still another song
and so on
etc
etc
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
Force Flow is offline   Reply With Quote