Welcome to TalkGraphics.com
Results 1 to 4 of 4

Thread: Hyperlink

  1. #1
    Join Date
    Nov 2003
    Location
    Canada
    Posts
    107

    Default

    How do create a hyperlink with a 3d heading, button, or logo.

    Thanks

  2. #2
    Join Date
    Nov 2003
    Location
    Canada
    Posts
    107

    Default

    How do create a hyperlink with a 3d heading, button, or logo.

    Thanks

  3. #3
    Join Date
    Jan 2004
    Posts
    1,830

    Default

    insert it into your web page. the html will look similar to below

    <pre class="ip-ubbcode-code-pre">
    <img src="nameOfImage.Extension">
    </pre>

    In order to make the image into a clickable link


    <pre class="ip-ubbcode-code-pre">
    <a href="http://www.address.com"><img src="nameOfImage.Extension"></a>
    </pre>

  4. #4
    Join Date
    Nov 2003
    Location
    Canada
    Posts
    107

    Default

    Bb2

    Thanks for the tip.

 

 

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
  •