Thread
:
Is there a way HTMLize a string?
View Single Post
#
3
02-24-2006, 08:08 PM
rich.peters
Registered User
Join Date: 01-31-2006
Posts: 8
if
%LINK% = "file:\\\c:\program files\path with spaces"
this snippet
<html>
<head>
<title>My page title</title>
</head>
<body>
<p>Here is my message with <a href="%LINK%">a link</a>.</p>
</body>
</html>
doesnt expand into a usable link...
rich.peters
View Public Profile
Visit rich.peters's homepage!
Find all posts by rich.peters