ID:145697
 
Code:
mob/proc/Credits_File()



<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<title>Untitled Normal Page</title>
<style type="text/css">
<!--
.style1 {
font-size: 12px;
font-weight: bold;
}
.style2 {color: #990099}
.style3 {color: #9900FF}
.style4 {color: #0099FF}
.style5 {color: #009900}
.style7 {
color: #FFFFFF;
font-style: italic;
}
.style8 {color: #006699; }
-->
</style>
</head>

<body bgcolor="#000000" text="#FFFFFF">

<p align="center"><strong><em style="font-style: normal">
<font size="4" face="Verdana">Credits</font></em><font face="Verdana" style="font-size: 8pt"><br>
</font></strong></p>
<p align="center" class="style1"><font face="Verdana">Head Staff </font></p>
<div align="center">
<center>

<table border="2" cellpadding="3">
<tr>
<td width="135"><span style="color: #FFFFFF"><font face="Verdana" style="font-size: 8pt"><strong>Name</strong></font></span></td>
<td width="200"><span style="font-weight: bold"><font face="Verdana" style="font-size: 8pt"><em>Posistion</em></font></span></td>
</tr>
<tr>
<td><font color="#FF8000" face="Verdana" style="font-size: 8pt"><strong>C0rrupt3d </strong></font></td>
<td align="right"><span class="style4" style="font-weight: bold"><font face="Verdana" style="font-size: 8pt">Owner / Programmer </font></span></td>
</tr>
<tr>
<td><font color="#FF8000" face="Verdana" style="font-size: 8pt"><strong></strong></font></td>
<td align="right"><span class="style5" style="font-weight: bold"><font face="Verdana" style="font-size: 8pt">Retired Co - Owner / Programmer </font></span></td>
</tr>
</table>
</center></div>

<p align="center">&nbsp;</p>
<p align="center"><font face="Verdana" style="font-size: 8pt"><span class="style1">Enforcers</span><br>
</font><font face="Verdana" style="font-size: 8pt">
</font></p>
<div align="center"><center>

<table border="2" cellpadding="3">
<tr>
<td width="58"><span style="color: #FFFFFF"><font face="Verdana" style="font-size: 8pt"><strong>Name</strong></font></span></td>
<td width="194"><span style="font-weight: bold"><font face="Verdana" style="font-size: 8pt"><em>Posistion</em></font></span></td>
</tr>
<tr>
<td><font color="#FF8000" face="Verdana" style="font-size: 8pt"><strong>Truwarrior119 </strong></font></td>
<td align="right"><span style="color: #FF9900"><strong><font face="Verdana" style="font-size: 8pt">Master Enforcer </font></strong></span></td>
</tr>
<tr>
<td><font color="#FF8000" face="Verdana" style="font-size: 8pt"><strong></strong></font></td>
<td align="right"><span style="color: #FF0000"><strong><font face="Verdana" style="font-size: 8pt">High Enforcer </font></strong></span></td>
</tr>
<tr>
<td><font color="#FF8000" face="Verdana" style="font-size: 8pt"><strong></strong></font></td>
<td align="right"><span style="color: #FF0000"><strong><font face="Verdana" style="font-size: 8pt">High Enforcer </font></strong></span></td>
</tr>
<tr>
<td><font color="#FF8000" face="Verdana" style="font-size: 8pt"><strong></strong></font></td>
<td align="right"><span style="color: #FF0000"><strong><font face="Verdana" style="font-size: 8pt">High Enforcer </font></strong></span></td>
</tr>
<tr>
<td><font color="#FF8000" face="Verdana" style="font-size: 8pt"><strong></strong></font></td>
<td align="right"><span style="color: #0000FF"><strong><font face="Verdana" style="font-size: 8pt">Medium Enfocer </font></strong></span></td>
</tr>
<tr>
<td><font color="#FF8000" face="Verdana" style="font-size: 8pt"><strong></strong></font></td>
<td align="right"><span style="color: #FFFF00"><strong><font face="Verdana" style="font-size: 8pt">Low Enforcer </font></strong></span></td>
</tr>
</table>
<p>&nbsp;</p>
<p><font face="Verdana" style="font-size: 8pt"><span class="style1">Other Staff</span>
</font></p>
</center></div>

<div align="center">
<center>

<table border="2" cellpadding="3">
<tr>
<td width="133"><span style="color: #FFFFFF"><font face="Verdana" style="font-size: 8pt"><strong>Name</strong></font></span></td>
<td width="109"><span style="font-weight: bold"><font face="Verdana" style="font-size: 8pt"><em>Posistion</em></font></span></td>
</tr>
<tr>
<td><font color="#FF8000" face="Verdana" style="font-size: 8pt"><strong></strong></font></td>
<td align="right"><span class="style2" style="font-weight: bold"><font face="Verdana" style="font-size: 8pt">Icon Artist </font></span></td>
</tr>
<tr>
<td><font color="#FF8000" face="Verdana" style="font-size: 8pt"><strong></strong></font></td>
<td align="right"><span class="style3" style="font-weight: bold"><font face="Verdana" style="font-size: 8pt">Graphic Artist </font></span></td>
</tr>
</table>
</center></div></b>


Problem description:

i keep getting this error
error: missing left-hand argument to <.
can someone help me, the line that the error is on is the one near the top that says

You can't just paste HTML into the Dream Maker like that. You need to specify the output method (where the HTML will go) and the recipient (the person it will be displayed to). Personally I would reccomend something like usr<<browse("html").
Html cannot be inserted directly into a .dm file. Html is understood by a browser, like Internet Explorer or Dream Seeker's built in browser, it is not understood directly by Dream Maker. In order to diplay html to the user, you'll have to use browse().

Also, for such large documents as the one you've posted, I'd suggest saving them as .html files, which you can easily reference in the browse() instruction.

[Edit: Drat, someone beat me to it.]
In response to IainPeregrine
You don't HAVE to use browse(), you could, for example, have it where there's a verb people can click and it would run a .html file.
In response to Artemio
ooohhhh thanks alot guys i've got it now