Howdy
I want to be able to change the colour of my text hyperlinks in Director
cause, as useful as the standard blue is, it just ain't all that pretty.
My Director 7 Demystified book says that the html formatting of a
hyperlinked text member can be both tested and set (P.983). When I tested
it in the message window it worked just fine, but I'm not sure how to set
it.
Below is what I tried, but Director is telling me that 'the string does not
end correctly' - anyone have any tips?
Cheers
Dan
----------------------------------------------------------------------------
----
set member("link").HTML
"
<html>
<head>
<title>Untitled</title>
</head>
<body bgcolor="#FFFFFF">
<font size=4 color="#FF0000"><b><p align="right"><a href="somewhereelse">go
somewhere else</a></font>
</body>
</html>
"
----------------------------------------------------------------------------
----
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]