Quote:
Originally Posted by dieselpowered
I will be using legacy.
|
Okay I use postbit but I guess I can show you how I do it in postbit and you can figure out how to stick the code into the postbit_legacy template. It shouldn't be that hard.
Below is the code that I use to achieve this:
Code:
<td width="50%"> </td>
<td valign="top" nowrap="nowrap">
<div class="smallfont">
<br />
<b>Favorite Baseball Team(s):</b> $post[fieldX]
<br />
<b>Favorite Football Team(s):</b> $post[fieldX]
<br />
<b>Favorite Basketball Team(s):</b> $post[fieldX]
<br />
<b>Favorite Hockey Team(s):</b> $post[fieldX]
<br />
<br />
</div>
Just change the fieldX with the custom profile field id number you want to use. You might have to remove a <br /> in the end and play around with the <td> codes because you're using postbit_legacy. I hope this is what you needed help with. If not I feel silly.
Harry