C cinneke New Member Jul 21, 2008 #1 How you can edit this link that the link is opening in a new window ? thx
L lordsyntax New Member Jul 21, 2008 #2 Assuming you want to open a link in the navbar in a new window you would have to change the code to something like this: Original Code: HTML: <a href="your_link">link_name</a> Modified Code: HTML: <a href="your_link" target="_blank">link_name</a>
Assuming you want to open a link in the navbar in a new window you would have to change the code to something like this: Original Code: HTML: <a href="your_link">link_name</a> Modified Code: HTML: <a href="your_link" target="_blank">link_name</a>