Jump to content

Marspedia:External Links In New Window: Difference between revisions

From Marspedia
New page: ==This document outlines a '''global''' modification to mediawiki.== Making all external links open in new window. Here is one person's solution to the problem: This isn't ideal, but in ...
 
m Protected "Marspedia:External Links In New Window" [edit=sysop:move=sysop]
 
(No difference)

Latest revision as of 20:16, 15 March 2007

This document outlines a global modification to mediawiki.

Making all external links open in new window. Here is one person's solution to the problem:

This isn't ideal, but in order to make external links open in a new window go to Skin.php and make changes to the <a> tag adding target="_new" in the makeExternalLink function.