Jump to content

trouble with next record graphic link


This topic is 8271 days old. Please don't post here. Open a new topic instead.

Recommended Posts

My clients found a bug that only seems to happen on PC's, not Macs. I can't figure out why this is happening to them.

To find products a search is conducted. At the top of the results page are some graphical buttons for "NEXT" and "Start a new search" etc.

On the mac, these buttons work fine, however, on a PC I'm told "NEXT" or "PREVIOUS" don't work. These have been tagged with markup language as such in the Table Row Markup shown below (Start a new search has been tagged differently through Freeway; Freeway is my web design application and it works fine.)

code:


before <TR> [FMP-linknext]

after <TR> [/FMP-linknext]

This makes the graphic only show up when needed (as in when there are actually items to go to next, or items in a previous page) The PC users see the graphic, but they can't click on it.

However, all this works fine on the Mac (at least on my macs it does).

Do you have any ideas what is going on? Or how I could solve this? I'm stumped. You can see the site here My clients site....with the affected database Just click on furniture showroom and then pick a manufacturer like Martin.

Thanks very much,

Lynn

Link to comment
Share on other sites

I found the answer....thought I'd share it with you in case someone else has the same trouble.

code:


The problem was the placement of the [FMP-linknext][/FMP-linknext] and [FMP-linkprevious][/FMP-linkprevious].

The [FMP-linknext] tags create a hyperlink around the element. However windows will not allow you to link a <TR></TR> table row. I moved the tags around the image itself and it works.

Link to comment
Share on other sites

This topic is 8271 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.