3
Here's some quick code, written in notepad and only testet in IE, that makes that vertical bar you want.
I don't have access to an installed XOOPS to try to integrate it, but I'm sure you can do that yourself.
Here we go:
le="color: #000000"><?php <html> <head> <style> .test { background:#eee; padding: 5px 15px 5px 5px; margin: 0px 0px 5px 0px; height:1; border-color:#fff; border-right-color:#000; border-width:0px; border-right-width:4px; border-style:solid; } </style> </head> <body> </body> <a href="test" class="test">test</a> <br> <a href="test" class="test">test</a> <br> <a href="test" class="test">test</a> </html>
Happy coding...
Best regards,
Daigoro