Quote:
Originally Posted by SVTBlackLight01
"class", as is: class="custlisting"
I'm using standard classes (alt1), and removing the class doesn't have an affect on the display. I don't know if it matters, but I am using custom profile fields.
|
please post your code....
My code:
Code:
.....
<tr>
<td class="thead" height="100" valign="top">Beschreibung:</td>
<td bgcolor="#BBC7CE" height="100" valign="top" colspan="2">
<table cellpadding="3" border="0">
<tr>
<td>
<div align="left">$userinfo[field1]</div>
</td>
</tr>
</table>
</td>
</tr>
.....