Link to home
Start Free TrialLog in
Avatar of bawuser
bawuser

asked on

HTML links don't work in a table

I have a list of categories in a table in products.php and the acrylicrisers.php and ballotboxes.php
Now when I have products.php open I can click the links to either acrylicrisers or ballotboxes but when I'm on say the acrylicrisers page I cannot click the ballotboxes link.
At one point I did something when I moved a div tag and the link worked but it got moved again when I redesigned the page.
I know all of my paths and links are correct but something is causing it not to work, can anyone please help me out?
ballotboxes.php
style.css
products.php
acrylicrisers.php
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

They should all work if they are as you have posted.  The links are the same on all three pages.  Can you give us a link to the actual site?
Avatar of bawuser
bawuser

ASKER

I'm afraid I don't have a site to host it yet. They are all the same but for some reason on the ballot boxes page you can't load the acrylic risers page and vice versa. if you use IIS or XAAMP you can see for yourself.
Avatar of bawuser

ASKER

Ok I just tried it in IE and they work so it must be firefox. Does anyone know why this is happening? At one point they worked in FF. Unfortunately now in IE the page doesn't look right as it does in FF!!
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bawuser

ASKER

Thanks that did solve my problem with clicking on the other link in firefox. Unfortunately in both ff and ie the two tables are in completely different and strange positions and I can't figure out how to line them up correctly now by doing that.
Try making the CSS for #productpagelist and #productpics the same, at least as much as you can.  'float' takes care of putting them side by side.