Linking in Php

I am trying to make a navigation on my page that uses php. The navigation is using CSS rollovers. I cannot get it to go from index -> about or to any other page.

The CSS(which works fine but figured I would include it):

img.hover {display:none;border:0;} A:hover img.hover {display:inline;} A:hover img.nohover {display:none;}

Please save my head from another head-desk !!

Thank you,
Kevin

What is “$this->baseurl” ? Did you trying removing this part - actually the entire php code and see if it works or not? For me it just breaks at

<img src="

Why not use relative paths like src="/templates/Radiance/images/images/rolls_06.jpg" ?

Sponsor our Newsletter | Privacy Policy | Terms of Service