Hi!
I adapt the template memberinfo and have a small problem with a profilefield (Biography) with the variable "userinfo[fieldX]"
i use it in a table and the variable make no line break
my code:
Code:
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="500" align="center">
<tr>
<td class="thead" width="100">Name:</td>
<td class="custlisting">
<div align="center">$userinfo[field9]</div>
</td>
<td class="custlisting">
<div align="center">$userinfo[field10]</div>
</td>
</tr>
<tr>
<td class="thead" width="100">Beschreibung:</td>
<td width="300" colspan="2" class="custlisting">
<div align="left">$userinfo[field1]</div>
</td>
</tr>
</table>
any chance to fetch out the custom-fields with line breaks???
thaks!