Hi all!
I have a problem (probably a simple one). And I need some help with it.
The line with bold red "verifyurl" gives me a bit of a headache. It comes up with an error File <%verifyurl%> can't be found!
If someone has an aidea about solving this issue, please be so kind to respond.
Thanks in advance for any kind of help.
Dee
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Page</title>
</head>
<body>
<p>
Hi <% UserName %>!</p>
<p>
</p>
<p>
text:
</p>
<p>
<a href="[B]<%verifyurl%>[/B]"><%verifyurl%> </a>
</p>
<p>
</p>
<p>
Text</p>
<p>
</p>
<p>
text</p>
<p style="width: 40px">
text</p>
<p>
</p>
</body>
</html>