Conrado Caunan wrote:William Middleton wrote:
Instead of when you select the URl of Choice, which translator you wish to go to, and it opening in the default window already open in your browser, It would be fantastic if it would start a new instance and open a new window when loading the URL of Choice Thanks!
Are you familiar with the target attribute?
As an example, target="_blank" will open a new window. I am not an experienced coder but that's what I learned from Nick's book (page 72). Try it and have fun.
S'cuse my stepping in here - and maybe not even being sure where the conversation started, but I will just make a couple of points which may have been overlooked, and may be useful.
1.For every new page you wish to open, it must obviously exist as a new HTML page and be saved as such with its own name (in the same directory as all the other site content)
2.When you create your menu, you must obviously direct the menu items to the name of the new page you wish to open in a new window, but without all the full URL http:// etcetcetc, but simply with the name of the page (for instance home.html) and the menu and all its files must be save in the same directory.
3. If you wish to create a target within a page, first of all you must create the target. That is to say, select the area of the page you wish to be targeted, and give that target a name. So in your home page (for instance), perhaps you would like to target an area called ABOUT US, so you go into the code and select one or 2 words at that point in the page then from the tool bar INSERT > TARGET and then give your target a name, such as "about" Obviously all a target is, is a link within a page as opposed to being a linked page.
4. So when you then wish to set up a link to that target, in the menu you will no longer just put in home.html, but you will write home.html#about and save.
5. You will naturally have to add the "about us" in to your menu as a sub-item under the home item which will drop down according to what kind of menu making program you are using.
Don't know if any of this helped, but hope so,
Janys