1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

2 line link?

Discussion in 'Firefox, Thunderbird & SeaMonkey' started by zoobie, 2003/08/28.

Thread Status:
Not open for further replies.
  1. 2003/08/28
    zoobie

    zoobie Inactive Thread Starter

    Joined:
    2003/05/25
    Messages:
    7
    Likes Received:
    0
    Is there any way to make a 2 line link with a border? When I add the <br>, that's exactly what it does...including the border, unfortunately.
    Right now, I'm using:
    <a href= "payments.html" target= "sara" style= "border:3px outset #ffffff;color:#ffffff;font:bold 12px tahoma; width:134px" title= "Behind On Payments ">ARE YOU BEHIND<br>ON PAYMENTS?</a>
    Thanks
     
    Last edited: 2003/08/28
  2. 2003/08/28
    Antony

    Antony Inactive

    Joined:
    2002/01/01
    Messages:
    405
    Likes Received:
    0
    Have you tried to border the entire link?
    Something like:
    Code:
    <span style= "border:3px outset #ffffff;color:#ffffff;font:bold 12px
    tahoma; width:134px "><a href= "payments.html" target= "sara" title= "Behind On Payments ">ARE YOU BEHIND
    <br>ON PAYMENTS?</a></span>
     
    Last edited: 2003/08/28

  3. to hide this advert.

  4. 2003/08/28
    zoobie

    zoobie Inactive Thread Starter

    Joined:
    2003/05/25
    Messages:
    7
    Likes Received:
    0
    Yep...Tried 'em all...Only thing that works is the <button> tag. Just thought I'd ask as a last resort...

    Strange...Netscape is cutting waaaaaaaaay back on it's development of Navigator while Microsoft is now going to charge for their browser...Hmmm :D
     
  5. 2003/08/29
    Antony

    Antony Inactive

    Joined:
    2002/01/01
    Messages:
    405
    Likes Received:
    0
    Okay,
    I don't usually actually test the code, but this time, I tested it, and it worked.

    Code:
    <div style= "border:3px outset #ffffff;color:#ffffff;font:bold 12px
    tahoma; width:134px "><a
    href= "payments.html" target= "sara "
    title= "Behind On Payments ">ARE YOU BEHIND
    <br>ON PAYMENTS?</a></div>
     
  6. 2003/08/29
    zoobie

    zoobie Inactive Thread Starter

    Joined:
    2003/05/25
    Messages:
    7
    Likes Received:
    0
    That worked...
    So does just using display:block in the link without any wrapping. Problem is, display:block makes a huge 20px padding between my horizontal menu buttons.

    One step forward...2 steps back.
     
  7. 2003/08/29
    Antony

    Antony Inactive

    Joined:
    2002/01/01
    Messages:
    405
    Likes Received:
    0
    Well, I believe you can adjust the padding of the block element. I don't have the CSS book with me, can't check for you right now.
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.