View Full Version : Links not working on site


frostbyt3
10-16-2006, 09:48 PM
I been trying to figure out the problem but no luck at all,
for some reason my links do not work on my website, they dont even highlight up, when i use my html editor and see a preview of my site every thing works great, but when i enter the code in to my web page they do not work?

these the link to my webpage-->My web page (http://www.freewebs.com/arena-x/)



thanks in advance...

mcg1sean
10-16-2006, 11:37 PM
first off your code is rather confusing...you should name each div that youre using. For example; the one that contains your links you could name, well, links...I would really consider going back and trying to tidy up your code and make it flow a little bit better...then maybe your links will start to work properly..

pb&j
10-17-2006, 04:27 AM
you have positioned a DIV on top of your links DIV, so having a "layer" on "top" of them means you cannot reach them with the mouse pointer.

*agrees with mcg1sean that the coding needs to be cleaned up a bit to fix this and other problems.*