I am having trouble with which kind of path to use.
The local site folder I am using is nested two levels under the root www folder in wamp. I am not being able to set up the links to work from the includes folder so I can test the site locally.
The other problem I am having related to this is the image not showing up locally on IE but working in FF but they do display on IE when posted live.HTML Code:<nav> <ul> <li><a href="trial01.php">Home</a></li> <li><a href="/about/about.php">About</a></li> <li>Our home</li> <li>Rates & reservations</li> <li>You might like</li> <li>Photos</li> <li>Contact</li> </ul> </nav><!-- end nav div -->
Hopefully that makes sense.



Reply With Quote
Bookmarks