They all handle tables now. Try them. w3m even handles textarea fields now.
I recommend w3m. Links and Lynx both start displaying pages before they finish loading it. Therefore they often seem faster than w3m. -- AlexSchroeder
I created a shell script "web-browser" which more or less does this:
if test -z "$DISPLAY"; then w3m $1 else xterm -e w3m $1 fi
In w3m you can define external browsers. Set the first external browser to "web-browser %s" -- then you can open another window using "M".