Announcement

Collapse
No announcement yet.

Creating a link within an image

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Creating a link within an image

    Hi, is everyone OK,


    I believe dreamweaver functionally has been stripped out of actinic 8, for what ever reason i dont know... Basically, i want a banner at the top of the web page, with link buttons to pages on the site. I have sliced the image up in photoshop, and can edit such images in dreamweaver fine. However, i do not know how to slice up images, and then give a link location.

    Also, as i help run a business, i do not have lots of free time to learn html, contrary to what these designers may think..I can understand the odd command but thats about it.


    Cheers for the feedback much appreciated

    #2
    Slicing up images can be as simple as setting up some guides in your graphics program and then cropping and saving each part.

    Adding a link to each image can be done as follows:
    <a href="my_page.html"><img src="my_image_name.gif" alt="my_image_alt_text" border="0" /></a>

    Comment


      #3
      My DW functions exactly the same whether i am using Actinic or not, which version are you using and what is different?

      BotDP.

      Comment


        #4
        I believe dreamweaver functionally has been stripped out of actinic 8,
        No - it was added in V8

        Comment

        Working...
        X