|
Brian Gifford
post date:
2009-01-28 11:46:31
|
Just to give a little more info:
Doing a little work on a friend's website, there is one menu button that leads to a 404 because it has no "target=_self" (and no url, but other buttons where set up with no url but "target=_self").
He had someone else design the site that is no longer around.
So I slipped it in on the index.htm, and it broke the menu. I know, I can't believe I was live editing the file, but I figured, what damage can a "target=_self" do? I immediately undid that fragment of code, and re-saved.
Now the drop down menu on the home page has "null" in front of all the menu names. (One other menu deeper in had nulls on them already but he didn't know how that happened.)
So I downloaded the demo, installed it, and it shows the name of each menu item as 'undefinedHome' 'undefinedAboutUs' 'undefinedInvesters' etc... I can't save it with the demo b/c of the website link that shows up.
I was just trying to help a friend, what can I do to get rid of these - it breaks the menu on his site due to all the extra spacing for the nulls.
That's all I did on the site, adding that one statement and then immediately removing it.
I would appreciate any help I could get, thanks!
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2009-01-29 10:22:56
|
Hello,
You need to add "#" instead of "_self" for the target.
Try this and tell me if it works. If not, please give me a link to the website.
Best regards,
Andrei Rinciog
|
|