PDA

View Full Version : Problem with links and anchors


C Braithwaite
06-13-2007, 07:44 PM
I don't understand what I'm doing wrong, this is such a simple thing.

I have made a template and in it I have a link:


<a href="#">My Text</a>


and i have that in a file "index2.php"

my question is, why is the link that is being formed "http://www.mydomain.co.uk/#" and not "http://www.mydomain.co.uk/index2.php#" ?

am I going nuts, done something wrong, or is vbulletin changing my links for me??

Princeton
06-13-2007, 09:28 PM
most likely due to <base href="" />

C Braithwaite
06-14-2007, 06:37 AM
most likely due to <base href="" />

You are a gentleman and a scholar.

I can't find where it's added though >.< it's in the headinclude template, but I cant for the life of me find what is adding it >.<

Any ideas?

Edit:- Found it - Zoints SEO.