Little HTML help please

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ldinternet
    Confirmed User
    • Apr 2001
    • 8245

    #1

    Little HTML help please

    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.


  • RedShoe
    赤い靴 call me 202-456-1111
    • Feb 2001
    • 14831

    #2
    post the code using the 'PHP' code displayer above, so I can copy and paste it, and help you. I think we had the same problem on CFF. http://www.collegefuckfest.com/join.html

    If I'm not mistaken I was able to stack them once, but then Kevin said to space them, like they are now.

    SPECIALTY COSTUMES • PROPS • FX
    Superheroes • Monsters • Robots
    PM for details


    For any manufacturing needs. Adult or otherwise.

    aka BonsHigh on Insta
    Bonsai weed plants


    Comment

    • ldinternet
      Confirmed User
      • Apr 2001
      • 8245

      #3
      Thanks RedShoe but I just got it.


      FORM {
      margin-top:0;
      margin-bottom:0;
      margin-left:0;
      margin-right:0;
      }

      Credit to FATPad.

      Comment

      Working...