Click here to Skip to main content
15,907,906 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
links on the left side of my page are working but not on the right, strange
any help will be appreciated, cheers!

see: www.[DELETED]

What I have tried:

copied the code that is working and repeated same
Posted
Updated 22-Jan-17 20:07pm
v2
Comments
OriginalGriff 4-Jan-17 4:17am    
I'm going to give you the benefit of the doubt and remove the link instead of treating you as a site driving spammer and starting the process of banning you: It won't happen again.
The link to your site is useless: you show us no code so we can't even begin to help you and with the link it looks far too much like spam for comfort.
Explain your problem in detail: provide code (with dummy links) to show us what your problem is and tell us what you have tried to do to fix it.
Use the "Improve question" widget to edit your question and provide better information.
Richard MacCutchan 4-Jan-17 6:01am    
Looks to me like the anchor links are not correct. Compare the code for Chelmsford with the code for Walton.

In the browser move the mouse over the link so that the URL is shown in the status bar. Check the link. If it is not as expected and the link is generated dynamically (e.g. using JavaScript or a server side script), check the code or post it here.

You may also use a HTML validator like The W3C Markup Validation Service[^] for your page to check if there are problems like missing closing '>'.
 
Share this answer
 
hello
In web based projects, you can use firebug to see where you have problem in your code,
download the firebug plugin, and run it when your project runs, in "console" tab, you can see why your links are not working.

by the way, you have to post your codes and show what you have tried in your post. we can not solve your problem without your codes.
 
Share this answer
 
Comments
Member 12933761 5-Jan-17 0:27am    
cannot enter code here for some reason
here is my code, its the same as the ones that are working apart from test and top left:

 
Share this answer
 
Comments
Member 12933761 5-Jan-17 0:35am    
Member 12933761 5-Jan-17 0:40am    
ignore the p r e t a g
<pre><DIV ID="L1" style="position:absolute;top:100;left:980;width:600;font-size=10pt;fontcolor:'#0000ff';text-decoration:underline;font-weight:bold;font-style:normal;font-family:arial">
<A HREF="Bungay.html" 
onMouseOver="this.style.textDecoration='none';this.style.fontWeight='bold';this.style.fontStyle='normal';this.style.fontFamily='Arial';
this.style.fontSize='14pt';this.style.color='#FF0000';this.style.width='550';" 
onMouseOut="this.style.textDecoration='underline';this.style.fontFamily='Arial';this.style.fontSize='10pt';this.style.color='#0000ff';
this.style.fontStyle='normal';this.style.fontWeight='bold';this.style.width='550';">Bungay</A></DIV>
 
Share this answer
 
Comments
Member 12933761 5-Jan-17 0:46am    
see ardownes dot com click families
Ali Majed HA 5-Jan-17 1:08am    
Have you tried firebug to see where the problem is?
Ali Majed HA 5-Jan-17 1:31am    
I have tried your code,exactly your code but with different url as 'href', it works fine with changing in style of your tag
Member 12933761 5-Jan-17 23:30pm    
I know it works fine, like I said in the beginning, on the page links on the left work
but not on the right. Even though it's the same code.
see my page: ardownes dot com, then click "families"
also firebug doesn't work on local files
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900