Hello,
I have searched and can't find an answer to this question.
Using
68C V3.10, how could I change the link/URL text when the mouse is hovered over a link?
Right now, if i hover over a link from one of my pages, it reads:
http://www.mysite.com/page/x.com WHERE x is a number, 1 through however many pages i will have on my site.
This does not look good, nor memorable, albeit functional. I would like it to read:
http://www.mysite.com/newstuff.html
While I use the
SEO mod package, I have added lines in my .htaccess so that when
http://www.mysite.com/page/x.com is clicked, it does read
http://www.mysite.com/newstuff.html in the browser address.
There is just a discrepancy between what is hovered and what is shown.
SO, while in reality, /newstuff.html is actually /page/7.html, it reads /newstuff.html in the address bar but reads /page/7.html when hovered over.
Any ideas are welcome!!!!!!!! Please use full code when replying.