Results 1 to 4 of 4

Thread: Question about Images and links..

  1. #1
    Join Date
    Apr 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow Question about Images and links..

    Hello, im new here
    I am using this code
    http://dynamicdrive.com/dynamicindex1/dropmenuindex.htm

    and i tried putting the drop down menu on a picture and yes it works. But the main reason im asking this question is that when i put a link on that picture using that script, it makes an ugly blue boarder around it to show it its a link. Is there any way to remove this????
    here is an example.


    thanks in advance

  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

    If you are using image tags, this (highlight red) will prevent it:
    Code:
    <img src="some.jpg" border=0>
    Are you using image tags?
    - John
    ________________________

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

  3. #3
    Join Date
    Apr 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    nope im not using any image tags, i just put that code (the script) in between the image. Ill try that.

  4. #4
    Join Date
    Apr 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ahhh thansk alot it works

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
  •