I've seen several Snitz Forum sites were the login/logout was located in one row placed right on top of forum header row. Is there anyone out there that would be willing to share that code?
Just experiment with inc_header.asp. I know, it looks scary, all that code mixed in with the html. What I do is just go through all the <table> tags and add
bgcolor=pink
or something like that inside the tag, then view the resulting page and see which one gets the pink color. That way I can see exactly which table I'm working with.