Hi, my script is run with php and tpl files
On my Hompepage (index.tpl ) the links (which came with the script) are coded as follows :
<a href='index.php?page=privacy' class='footerlink'>Privacy</a> I want to add
more links on the homepage again linking to pages within my script (
not external website links)
1. My question is do I link them as above...as I presume I do...but have noticed that I have been using the following

?
<a href="/index.php?page=membership">Bla Bla</a> (
the difference being the ' and the ")
Is this type of link is it when you link to
external sites ONLY ?
...Please someone explain which of these is correct and where I should be using them etc ? thanks