|
| |
|
|
sticks464
Posts: 55 Joined: 10/16/2005 Status: offline
|
Problem with includes - 3/16/2006 21:25:06
I have created a menu of interactive buttons on a page named menu.htm in the includes folder. It applies ok to each page and displays ok in the browser. Problem is when I click to test a button on the browser, I get this msg: Firefox can't find the file at /C:/Text/PPR/_includes/index.htm. In the menu.htm file the code is: (for one button) <a href="index.htm"><img border="0" id="img9" src="button2E.jpg" height="18" width="90" alt="Home" onmouseover="FP_swapImg(1,0,/*id*/'img9',/*url*/'button2F.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img9',/*url*/'button2E.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img9',/*url*/'button30.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img9',/*url*/'button2F.jpg')" fp-style="fp-btn: Embossed Rectangle 1; fp-font: Arial; fp-font-style: Bold; fp-font-color-normal: #FFFFCC; fp-font-color-hover: #FFFFFF; fp-font-color-press: #808080; fp-bgcolor: #003466" fp-title="Home"> This code does not appear on the page code (index.htm). How do I change the code to get to the right link. The index.htm file is under the root folder and not the includes folder. sticks464
|
|
|
|
rubyaim
Posts: 757 Joined: 6/22/2005 Status: offline
|
RE: Problem with includes - 3/16/2006 22:09:51
Try changing the path to the index to read: <a href="../index.htm"> Does this fix the issue?
_____________________________
Sally
|
|
|
|
sticks464
Posts: 55 Joined: 10/16/2005 Status: offline
|
RE: Problem with includes - 3/17/2006 0:07:02
Works fine now. Thanks bunches Sally Howard
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|