Zveris, Jeigu nori pakeist Savo svetaines Top part of the website Meniu Tai:
Pvz kaip uCozBaze:
Tai eini i savo admin panele---Top part of the website---Susirandi savo MENU ir pakeiti :
Code
<li><a href="/forum/"><font color=#3f85fe>Forum</font></a></li>
i
Code
<a href="Jusu Forumo Adresas" target="_blank">Forumas</a>
TARGET = "_blank"
"_blank" opens the new document in a new window.
this code :
Code
<A HREF="newwindow.html" TARGET="_blank">a new window</A>
This value does not require the use of any frames. "_blank" is popular in web pages which are devoted to links to "other resources on the net". By opening a new window for each resource, the user has a sense of a "main" page (the list of resources) and "secondary" pages (each individual resource). However, this results in cluttering the computer screen, which may irritate some of your readers.
Known Bug Microsoft Internet Explorer
Some versions of MSIE have a bug which renders anchors using "_blank" inoperative. See "Open In New Window" Does Not Work in Internet Explorer for the patch. (Note that Microsoft requires you to join their developer network to download the patch. It's free.)