Jump to content

My links are not clickable


miumiu

Recommended Posts

1. You have an open <a> tag where you want a closing </a> tag:<p><a href='/'><img src='http://alanleder.com/files/alanfinal.jpg'/><a></p>2. Validate your document. You'll discover a few other issues that can mess things up also.3. I strongly recommend against absolute positioning. It's not part of the problem, but you get the free advice anyway. Google around to find out the reasons. They do not need to be repeated here again.

Link to comment
Share on other sites

1. You have an open <a> tag where you want a closing </a> tag:<p><a href='/'><img src='http://alanleder.com/files/alanfinal.jpg'/><a></p>2. Validate your document. You'll discover a few other issues that can mess things up also.3. I strongly recommend against absolute positioning. It's not part of the problem, but you get the free advice anyway. Google around to find out the reasons. They do not need to be repeated here again.
I've fixed things, but it still is not clickable.
Link to comment
Share on other sites

Fixed positioning does not solve your problem either. I now know it IS the positioning. When I scroll the page to the right, the links become clickable. That is because a layer with no background is somehow positioned in front of them. Scrolling right moves that layer, so the links get uncovered.Seriously, learn how to use CSS correctly. You're bending over backwards to position things just so, but the technique is flawed, and it's giving you grief. The rules to look at are display, float, clear, width, height, and margin.

Link to comment
Share on other sites

To 'MiuMiu'Em sorry to say but when i checked your site there were a lot of errors in the code.You have not closed <a> tags and even <img> tags.<a class="thickbox" rel="gallery-plants" title="" href="http://alanleder.com/files/gimgs/1_screen-shot-2011-07-04-at-54941-pm_v3.png"> Rewrite your code but first learn a bit more about Links In HTMLhow to use Image as link in html

Link to comment
Share on other sites

To 'MiuMiu'Em sorry to say but when i checked your site there were a lot of errors in the code.You have not closed <a> tags and even <img> tags.<a class="thickbox" rel="gallery-plants" title="" href="http://alanleder.com/files/gimgs/1_screen-shot-2011-07-04-at-54941-pm_v3.png"> Rewrite your code but first learn a bit more about Links In HTMLhow to use Image as link in html
I think you should remember who is supporting this forum, and try to use references pulled from W3Schools before linking to outside resources. Just an FYI...
Link to comment
Share on other sites

Sir,i was just helping the user fix his problem and in doing that i noticed that he had some problems in his code so i asked him to go through those particular tags again.

Link to comment
Share on other sites

Sir,i was just helping the user fix his problem and in doing that i noticed that he had some problems in his code so i asked him to go through those particular tags again.
i understand, but it's the same (not that I'm saying you copied) info here:http://www.w3schools.com/html/html_links.asphttp://www.w3schools.com/html/html_images.asp
Link to comment
Share on other sites

sir i know it's the same coz W3 has been my teacher and i owe a lot to this site.But in some areas W3 lacks behind coz the user has to open the examples to learn more about the topic and it takes time so i've improved this in my site.I can offer W3 something in return for sure, i can shift the traffic of programmingbullsto W3 in some topics of web designing if the moderator asks me to.I really appreciate your concern for W3schools.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...