Quote:
Originally posted by jbear6
I do have one question: "Is there a simple way to make every link on the vbindex.php page open a new window when clicked on, without adding "target="_blank" to every link"?
|
Just add:
Code:
<base target="_blank">
at the end of your home_headinclude template, then all links will open in a new window unless a specific target is specified in the href.
You need to use some sort of javacript for setting the size of the browser, although i would advise against this and let users decide the size of there browser.