dev00
07-23-2003, 10:52 PM
Hello,
I am trying to place an ordered list of numbers in front of list of links. The link list created is dynamic, there can be any number of links, on any given page. What I am trying to figure out is how to write the the appropriate number in front of the appropriate content list. So the first link should have the number one written in front of it. The second link should have the number 2 in front of it, and so on. As you can see, I am unable to use a straight <OL> list due to the graphic bullet that is placed in front of the number. Anybody have any ideas?
The ultimate layout should look something like this:
<table>
<tr>
<td><img src="" width="15" height="15" alt="" border="0"></td>
<td>1. <a href="">Some Content Link</a></td>
</tr>
<tr>
<td><img src="" width="15" height="15" alt="" border="0"></td>
<td>2. <a href="">Some Content Link</a></td>
</tr>
<tr>
<td><img src="" width="15" height="15" alt="" border="0"></td>
<td>3. <a href="">Some Content Link</a></td>
</tr>
</table>
Thanks! Appreciate your help!
Bob
I am trying to place an ordered list of numbers in front of list of links. The link list created is dynamic, there can be any number of links, on any given page. What I am trying to figure out is how to write the the appropriate number in front of the appropriate content list. So the first link should have the number one written in front of it. The second link should have the number 2 in front of it, and so on. As you can see, I am unable to use a straight <OL> list due to the graphic bullet that is placed in front of the number. Anybody have any ideas?
The ultimate layout should look something like this:
<table>
<tr>
<td><img src="" width="15" height="15" alt="" border="0"></td>
<td>1. <a href="">Some Content Link</a></td>
</tr>
<tr>
<td><img src="" width="15" height="15" alt="" border="0"></td>
<td>2. <a href="">Some Content Link</a></td>
</tr>
<tr>
<td><img src="" width="15" height="15" alt="" border="0"></td>
<td>3. <a href="">Some Content Link</a></td>
</tr>
</table>
Thanks! Appreciate your help!
Bob