Im now developing a websites with a number of internal links present in each page. the project is in codeigniter.
on some part of the html code , i used anchor links for internal linking like
<a href="http://something.com/products/product_1/features/#quality">Quality</a>
there is a <div id="quality">Product Quality</div>
in the
http://something.com/products/product_1/features
page .
But when im clicking on this link , nothing will happen (other a href with normal links are working).i done this same process in my previous projects , but they are in php without any framework. is there any problem with using hash in href links in codeigniter.?
Suggest me some solution. any help would be greatly appreciated