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:
|
|
| 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.