Page 1 of 1

FSTV Icon Link Not Working

Posted: Sun Sep 07, 2014 4:25 pm
by fxsac11
Hi there,

I have a very strange situation which I could not understand, I have trying since yesterday to do some changed to the website, please find the problem as below:

Page: http://www.fxsac.com/index.php?option=c ... Itemid=240#

The problem: FSTV - # 6 on second row of TV icons is not working although link is correct and works fine if location switched to different spot on same row or other row.

Tried the following: Tried to put different link of different channels on the #6 spot of second row, but found out that all links placed there could not be functioning at that specific location.

Please note that all different channels are working fine on any different spot, except for the #6 spot of second row.

Please help.

Re: FSTV Icon Link Not Working

Posted: Mon Sep 08, 2014 1:58 am
by imanickam
Reviewed the site and the HTML code generated for the page specified.

I believe that the issue is caused by the following HTML syntax error found in the previous icon link for zdfinfo:

Code: Select all

<a href="http://www.fxsac.com/index.php?option=com_content&task=section&id=202&Itemid=262#"><img src="http://www.fxsac.com/images/stories/zdfinfo.bmp" border="0"></a

<a href="http://www.fxsac.com/index.php?option=com_content&task=section&id=129&Itemid=187#"><img src="http://www.fxsac.com/images/stories/fstv.png" border="0"></a>
If you notice, there is a missing greater than sign (>) after the text string </a in the previous icon link (zdinfo.bmp) defined. If the > is added then the problem should be resolved.

Code: Select all

<a href="http://www.fxsac.com/index.php?option=com_content&task=section&id=202&Itemid=262#"><img src="http://www.fxsac.com/images/stories/zdfinfo.bmp" border="0"></a>

<a href="http://www.fxsac.com/index.php?option=com_content&task=section&id=129&Itemid=187#"><img src="http://www.fxsac.com/images/stories/fstv.png" border="0"></a>
So, the issue is not really in the icon link FSTV.

Re: FSTV Icon Link Not Working

Posted: Mon Sep 08, 2014 9:04 pm
by fxsac11
Thank you very much, that was the mistake
added > and it worked out

Have a good day there