I'm trying to create a menu of buttons using the form tag, so that spiders like Teleport Pro can't follow the links (rather than using a href)
I'm going to use CSS so that they look like regular text links, but there's a small problem. Each button needs it's own form tag because each button is linking to a different page. I'd like the buttons to be one under the other...
BUTTON
BUTTON
BUTTON
But whenever I preview in IE, the buttons show as
BUTTON
space
BUTTON
space
BUTTON
etc. Could someone please advise on how to get around this problem? See the image below if you don't know what I'm talking about.
