In the old days of table based layouts it was relatively simple to make a horizontal nav bar that rendered horizontally in both graphical and text based browsers.
Now the standard way of making a horizontal nav-bar is by using an unordered list and styling it with CSS.
Is there any way to make a ul list appear horizontal in something like w3m or elinks?