changing the appearance of a hyperlink.

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default changing the appearance of a hyperlink.

    Hi All,

    Is it possible to change the appearance of a hyperlink?

    specifically, on a mac there is a reasonable space between the text of
    the hyperlink, but when the same text is vieved on a pc there is no
    gap, the underline just joins on to the bottom of the text.

    it was made in MX and the font we are using is verdana.

    any help would be greatly appreciated.

    cheers,

    richie
    Richie Bisset Guest

  2. Similar Questions and Discussions

    1. Changing the width/height when using Hyperlink.ImageUrl
      I am using the ImageUrl property of the Hyperlink control to create a graphical Hyperlink. However, I want to change the size of the image I am...
    2. Changing the appearance of datagrid
      I need to change the datagrid header color to be solid blue instead of gradient blue. I tried of using style sheet and called that style in...
    3. changing individual hyperlink colors
      Hello, I can see that you can set the color of hyperlinked text in the color scheme task pane, but is possible to have a hyperlinked text on the...
    4. Changing hyperlink template based on data contents
      I'm pretty new to all of this, so please forgive me if this is a question you've heard too many times. I'm using VS2003 and vb.net in the...
    5. Changing datarows appearance at databind NOT CSS
      I'm trying to make the entire row of a datagrid a particular style, that been a 1px white border at the top, and a 1px black border at the bottom. ...
  3. #2

    Default Re: changing the appearance of a hyperlink.

    I don't tthink there are any control options, the alternative is set
    your own style for links manually and use tedious lingo code to look up
    the mouseword in a links list.
    JB Guest

  4. #3

    Default Re: changing the appearance of a hyperlink.

    No guarantee it will work, but:

    Download the file [url]http://gomu.rebus.gr/Examples/Various/coloredHyperLink.dir[/url]
    It contains a simple text member, that contains colored hyperlinks.
    You can replace your text members with copies of this member and change the
    colors and styles of the links at will.



    "Richie Bisset" <richie@rocket.nospam.co.uk> wrote in message
    news:khb1tv4gtdcsep0bd46qpsrjahj5fc7er0@4ax.com...
    > Hi All,
    >
    > Is it possible to change the appearance of a hyperlink?
    >
    > specifically, on a mac there is a reasonable space between the text of
    > the hyperlink, but when the same text is vieved on a pc there is no
    > gap, the underline just joins on to the bottom of the text.
    >
    > it was made in MX and the font we are using is verdana.
    >
    > any help would be greatly appreciated.
    >
    > cheers,
    >
    > richie

    alchemist Guest

  5. #4

    Default Re: changing the appearance of a hyperlink.

    Thanks for that,

    that looks ideal.

    Regards,

    Richie

    On Sat, 6 Dec 2003 12:37:13 +0200, "alchemist"
    <alchemist[no@spam]rebus.gr> wrote:
    >No guarantee it will work, but:
    >
    >Download the file [url]http://gomu.rebus.gr/Examples/Various/coloredHyperLink.dir[/url]
    >It contains a simple text member, that contains colored hyperlinks.
    >You can replace your text members with copies of this member and change the
    >colors and styles of the links at will.
    >
    >
    >
    >"Richie Bisset" <richie@rocket.nospam.co.uk> wrote in message
    >news:khb1tv4gtdcsep0bd46qpsrjahj5fc7er0@4ax.com.. .
    >> Hi All,
    >>
    >> Is it possible to change the appearance of a hyperlink?
    >>
    >> specifically, on a mac there is a reasonable space between the text of
    >> the hyperlink, but when the same text is vieved on a pc there is no
    >> gap, the underline just joins on to the bottom of the text.
    >>
    >> it was made in MX and the font we are using is verdana.
    >>
    >> any help would be greatly appreciated.
    >>
    >> cheers,
    >>
    >> richie
    >
    Richie Bisset Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139