Welcome to TalkGraphics.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2006
    Location
    Leicestershire, UK
    Posts
    30

    Question How do I attach a link to another website?

    Me again!

    Still using the old DW MX and I'm trying to create a link to my website on a website I've created for someone else. I have a comment saying 'this website was created by bla bla bla'. How do I do this?

    Thx

  2. #2
    Join Date
    Nov 2004
    Location
    Israel
    Posts
    2,538

    Default Re: How do I attach a link to another website?

    Hello, if you just mean you want to put a link you just type in something, mark it and use the property tools to put a link you want.

    Or you can type it in directly.

    I can give you an example HTML code:

    <a href="www.mylink.com">This is my link please click here</a>

    The "This is my link please click here" is what you will see, and the "www.mylink.com" is the link a user will get to once clicked on.

  3. #3
    Join Date
    Nov 2006
    Location
    Leicestershire, UK
    Posts
    30

    Default Re: How do I attach a link to another website?

    Hi Availor,

    Does this work with an image too? I want an image to take viewers to my site?

    Thx

  4. #4
    Join Date
    Dec 2005
    Location
    Greenfield, WI USA
    Posts
    3,444

    Default Re: How do I attach a link to another website?

    Yes. Enclose the image with those <a... , /a> tags.
    -=Bob=-

  5. #5
    Join Date
    Nov 2006
    Location
    Leicestershire, UK
    Posts
    30

    Default Re: How do I attach a link to another website?

    Thanks guys I think that's kind of working. The code I've written is:

    <a href="www.big-impact.co.uk"><img src="big_impact_corner.jpg" width="150" height="40"></a>

    But can anyone explain why there is a blue box around my image? Is there something wrong with my code?

    Shiny

  6. #6
    Join Date
    Jan 2006
    Posts
    2,439

    Default Re: How do I attach a link to another website?

    border="0"

    Please search for a HTML tutorial or go in a public library and look for a book about HTML. You need a fundamental understanding of HTML to create webpages.

    Regards,
    Remi

 

 

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
  •