Quote:
Originally Posted by ForceHSS
here is a link to a post that has it but its not showing the image in IE so need to remove that but when i do from the code it still shows
http://www.anygivensaturday.com/show...=1#post2005099
I need to remove the image part of this code but when I do it messes up or does not remove it any help from anyone
|
ok, as I thought that was the issue.
it is very simple, all you need is to find the template where you can edit this, and usually that is postbit_legacy
Then you need to remove the image between <dd></dd>
after that, add this to your custom field:
Code:
<div class="bppostbit"><dt>My Team:</dt><dd>{vb:raw post.fieldX}</dd></div>
change the X to your field id number.
and that's it.
if there is something else, post it here.
Good luck