Page 1 of 1

unwanted symbol in footer

Posted: Tue Jul 24, 2012 10:48 pm
by novicewebdesigner
www.beefriendlyfibers.com
There is a left arrow, towards the bottom of my footer. I've looked in the tpl file, but don't find where it is. Any suggestions?

Re: unwanted symbol in footer

Posted: Tue Jul 24, 2012 11:01 pm
by aduakasoft
there is extra '<', check where you put this script :

<td align="right"><a href="https://www.ipage.com/join/index.bml?AffID=693494"><img src=https://www.beefriendlyfibers.com/Store ... r.jpg></td>
<
</table>

Re: unwanted symbol in footer

Posted: Wed Jul 25, 2012 10:00 am
by novicewebdesigner
Thanks, aduakasoft. I will check this.

Re: unwanted symbol in footer

Posted: Wed Jul 25, 2012 11:11 am
by oscprofessionals
Do view source from browser you will get this

<
</table>

So you need to check code in footer.tpl in common folder.

Re: unwanted symbol in footer

Posted: Wed Jul 25, 2012 8:48 pm
by novicewebdesigner
Thanks, oscprofessionals. That really clarified the issue.
Found it, and fixed it! :)