Thread
:
Is there a way HTMLize a string?
View Single Post
#
2
02-24-2006, 05:09 PM
kinook
Administrator
Join Date: 03-06-2001
Location: Colorado
Posts: 6,049
I'm not exactly sure what you looking for, but perhaps something like this would work:
<html>
<head>
<title>My page title</title>
</head>
<body>
<p>Here is my message with <a href="xyz.html">a link</a>.</p>
</body>
</html>
kinook
View Public Profile
Visit kinook's homepage!
Find all posts by kinook