Results 1 to 3 of 3

Thread: help! >_< how to unactivate those link border on my images??

  1. #1
    Join Date
    Jan 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation help! >_< how to unactivate those link border on my images??

    i have a site and my banner links have those blue borders

    my question is... how to remove those blue borders and still there's is the link when i click the image.. but without those blue borders..im using blogdrive ^^
    here's the link if you need it.. its http://aznmusiccentral.cjb.net

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Well, since this is the css forum:

    Code:
    <style type="text/css">
    a img {
    border:none;
    }
    </style>
    You can also set the border="0" right in the image tag:

    HTML Code:
    <img src="some.gif" border="0">
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jan 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ouwaa~! thank you very much~! ^___^

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •